Obligatory Unit Testing Post

Any developer worth his salt well tell you that unit testing is sweet. In fact unit tested code will simply help you sleep better, it’s that good. Sometimes, though, its easy to get bogged down in a project’s deadlines and skip the testing altogether. To avoid this I try to use tools that make the testing portion as easy as possible. Two of the best tools that I’ve found for .NET unit testing are XUnit and Moq, both available through nuget. XUnit and Moq are a powerful combination. XUnit is, in my opinion, the friendliest testing framework for .NET (for Continue reading Obligatory Unit Testing Post