Live Unit Testing in Visual Studio
I am a big proponent of unit testing my code because of the many benefits it provides:
Helps me to reduce bugs by forcing me to clarify expectations for various success and failure scenarios
Provides a safety net for future code changes
Leaves a doc...
blog.toddmeinershagen.com1 min read