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

Esoteric programming languages

Esoteric programming languages [http://en.wikipedia.org/wiki/Esoteric_programming_language] are programming languages designed as a proof of concept, or as jokes, and not with the intention of being adopted for real-world programming.…