Getting Started With Unit Testing (Dependency Injection, IoC Containers, Unity, Moq)

This is an introduction to unit testing that I put together. It covers how to start unit testing and some things you can do not only to make unit testing easier, but to improve your code overall. Code and slides:
Back to Top