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.…

Software Design Patterns

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].…

Software/Application Versioning

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

ASP.NET testing frameworks – RUnit [http://www.ruxp.net/runit.asp] and NUnitASP [http://nunitasp.sourceforge.net/].…

NUnit Mocks

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.…