VB6 to C# Tool

VB6TOCS [http://www.netcoole.com/vb6tocs.htm] is an assistant tool that converts Visual Basic 6.0 projects to Visual C# .NET. [via TSS .NET [http://www.theserverside.net/news/thread.tss?thread_id=27534]]…

NDoc

NDoc Code Documentation Generator for .NET [http://ndoc.sourceforge.net/]. Giving it a shot as I write this.…

Genetic Algorithms

Genetic Algorithms: Survival of the Fittest: Natural Selection with Windows Forms [http://msdn.microsoft.com/msdnmag/issues/04/08/GeneticAlgorithms/default.aspx], a very interesting article in MSDN Magz on Genetic Programming and .NET.…

C# Class Generator

C# Class Generator [http://www.csharpfriends.com/demos/csharp_class_generator.aspx], a web tool to generate a complete C# class along with the supporting database access layer methods.…

Client Event Callback

Client Event Callback Manager in Whidbey [http://dotnetdrives.blogdrive.com/archive/2.html]. Saurabh Verma [http://dotnetdrives.blogdrive.com/], from the .NET user group in New Delhi [http://groups.msn.com/DOTNETSIG/], writes “I tried the Client Event Callback in Whidbey. I ended by developing a chat application with mere…

Embedding .NET Controls in Java

Embedding .NET Controls in Java – .NET [http://www.codeproject.com/dotnet/javanet.asp] – Learn to embed .NET user controls in Java applications, applets, and beans using COM to bridge the gap between the two frameworks.…