News

In this final part on test-driven app development with ASP.NET MVC, Eric covers how to unit test the services layer.
Welcome to part 4 in the TDD for ASP.NET MVC series. This time, I'll cover how to unit test view models in ASP.NETMVC. I'll focus primarily on how to unit test the model state validation that is ...