This presentation “ASP.NET & Unit Testing” was delivered at my monthly meetup in Reston.
- PPTX (slideshow): https://wakeupandcode.com/public_downloads/AspDotNet-UnitTesting-ShahedChowdhuri.pptx
- SlideShare: http://www.slideshare.net/shahedC3000/aspnet-unit-testing
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.