Monthly Archives: December 2013
Be cautious with Moq strict mock usage
More on that later. But the idea is that you should be very carefully on how you setup your unit tests if you are using Moq strict mock feature. Any call which is not explicitly setup will just fail if you are using strict mock.
View White Space in Visual Studio Editor
When coding in a team, you team to follow conventions that you will your code easily readable, avoid merge conflicts and benefit to every one. One of the tips the Visual Studio editor is the ability to display/hide the white spaces. Below are two pictures with white spaces visible and hidden. You can activate them […]