Month: February 2010

  • Unit testing coverage with PartCover and ReportGenerator

    In an ideal software development world we would test all of the code that we write. So it would be nice if we would be able to tell how much of the code is covered by our own unittests and the cool thing is; there are free tools around that help us discover our code…

  • LINQ: HTF to WTF

    In a very recent codereview with our team we were talking about LINQ versus the programming style that we are used to, lets call that ‘procedural programming’. As for our codereviews the most heated debates can be about readability of the code. Not about good or bad algorithms which are actually very important for performance,…