My second article on the ASP.NET MVC is now live on DotNetSlackers.
This time the article is about how to test ASP.NET MVC web applications: unit testing, how the ASP.NET MVC framework facilitates testing and how to test Controllers, both with mocking and with the Extract and Overide Call method.
Check it out here: ASP.NET MVC Framework – Part 2: Testing
Any comment is welcome.
If you missed the first article, with a introduction to the ASP.NET MVC framework you can read it here: ASP.NET MVC Framework – Part 1.