NDoc
NDoc Code Documentation Generator for .NET [http://ndoc.sourceforge.net/]. Giving it a shot as I write this.…
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!…
Implementing the Singleton Pattern in C# [http://www.yoda.arachsys.com/csharp/singleton.html] and Implementing Singleton in C# [http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnpatterns/html/ImpSingletonInCsharp.asp] , and many more Software Design Patterns at dofactory [http://www.dofactory.com/Patterns/Patterns.aspx].…
Just a few notes I’ve gathered on software/application versioning [standards]: A full version number (eg: 1.4.3.9) is made of four parts: [major].[minor].[revision].[build] Major number is incremented only if there is a major milestone in the life cycle of the object under version…
ASP.NET testing frameworks – RUnit [http://www.ruxp.net/runit.asp] and NUnitASP [http://nunitasp.sourceforge.net/].…
NUnit – easy unit testing with “mocks” [http://dotnetjunkies.com/WebLog/Programming%20musings/archive/2004/07/19/19717.aspx] . A nice overview by Marek Konopka on the new “mocks” feature of NUnit.…