Win Forms and VB.NET on Mono 2.0

> In a recent article at vnunet Miguel de Icaza announced that the 2.0 version of Mono will include native Win Forms and Visual Basic support. This will allow most .NET applications to run unmodified on Linux. I am not holding my breath, but if it really works then…

Set Foo = Nothing Explained

Set Foo = Nothing Explained [http://dotnetjunkies.com/WebLog/ewise/archive/2004/07/29/20717.aspx]. Set X = Nothing does not destroy the object, it destroys the reference to it. This holds true for VB6 and VB.NET. Understanding the difference in how Garbage collection works in VB6 and VB.NET…

TechEd India

I’ve just received an e-mail from the Microsoft .NET Delhi User Group [http://groups.msn.com/dotnetsig] regarding the Tech Ed India [http://www.techedindia.com/] 2004 registration offer. The registration fees is Rs. 6000 (=USD 130) per person, but as a special offer you only need to pay…

MyXaml

MyXaml [http://www.myxaml.com/] (blog [http://www.myxaml.com/marcclifton/]) offers declarative markup capabilities to .NET 1.1 and 2.0, and ASP.NET applications. The website includes the product download (open source), documentation and articles on XAML.…

Atom.NET

Atom.NET [http://atomnet.sourceforge.net/index.html] is an open source library to generate and parse Atom xml feeds.…

.NET Browser

.NET Browser for .NET Framework 2.0 Beta 1 (Whidbey) [http://www.dotnet2themax.com/DotNetBrowser/ShowAssemblies.aspx]. Use this browser to explore all the assemblies, namespaces, types, and members in version 1.1 and 2.0 of the Microsoft .NET Framework.…