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]]…
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 Code Documentation Generator for .NET [http://ndoc.sourceforge.net/]. Giving it a shot as I write this.…
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.…
27 Refactoring Patterns with Examples [http://www.industriallogic.com/xp/refactoring/catalog.html]. [via Roy Osherove [http://weblogs.asp.net/rosherove/archive/2004/07/23/191773.aspx]]…
How you can write Better, Faster, Lighter, .NET and Java code [http://www.onjava.com/pub/a/onjava/2004/07/14/BFLJava.html]. Must read!…
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 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 – .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.…