Year: 2008

  • Faster build times in visual studio .NET

    The project that we are currently working on had 80+ projects in our main solution. This took around 4 to 6 minutes to build depending on what kind of machine a developer was working on. We considered this time to be way too long. It means that for every single test it really eats away…

  • Unittesting and NHibernate: does it work?

    If you want to keep developers working on the unittest-code than it is best to have those tests run fast as is explained on Michael Feathers blog. The best way of having your tests run fast is by not having your objects that you want to test to touch the database. Because database access is…