Blog

  • Getters/Setters

    Just stumbled across Why getter and setter methods are evil makes for interesting reading, especially when you consider it was written 9 years ago ! more

  • Comparing Code

    Tags: Subversion, Git

    If you’re comparing code. and if you’re using source control then you should be comparing code .. then check out http://www.devart.com/codecompare/ it’s a free code comparing program with syntax … more

  • Using White

    White Installation Not as straightforward as I'd hoped I created a project for my UA Tests I addeded the White Nuget to the project .. all seemed ok .. until I tried to run the … more

  • MSDTC and Trace

    It appears after enabling MSDTC on our SQL2k8 box that SQL Profiler and Trace seems to block MSDTC causing exceptions in our apps Can't see  any other reference to this though on the web .. … more

  • SQL Connection Scope. or .. How to avoid MSDTC

    Check out these two excellent articles on why you would want to avoid MSDTC and how you can under certain conditions http://nullablecode.com/2011/02/how-to-avoid-unnecessary-msdtc-escalations/ … more