Tag Archives: tfs

ASP.NET and Unit Testing

By Shahed C on July 16, 2015

This presentation “ASP.NET & Unit Testing” was delivered at my monthly meetup in Reston.

 

NOTE: For the section on Moq, I advised attendees that you should never mock an object in a test method when you’re testing that particular object in that method. The example shown in that section is to illustrate a simple example, and is not suitable for production code.