Monthly Archives: June 2013

BugAid is now OzCode and improved

Back in September 2012 I wrote an article BugAid – C# Visual Studio Debugging made easier . BugAid’s co-founder Omer Reviv has joined forces with CodeValue to produce OzCode.  Base product wise it does everything BugAid did before (read the … Continue reading

Posted in Debug | Tagged , | Comments Off on BugAid is now OzCode and improved

Move the folder location of Windows Live Writer

For blogging there are a slew of tools and when you find one that works well for you, you tend to stick with it.  For me that tool was Windows Live Writer which is included as part of the windows … Continue reading

Posted in social | Tagged | Comments Off on Move the folder location of Windows Live Writer

How to Unit Test a Private/Protected Method with MSTEST

Note: these steps work for both private and protected methods Search online or post this question on Stack Overflow and guess what you will get in response most of the time.   Don’t do it, I repeat Do not unit test … Continue reading

Posted in C# | Tagged | Comments Off on How to Unit Test a Private/Protected Method with MSTEST