In this second part on TDD for ASP.NET MVC, Eric Vogel covers how to implement unit tests for the remaining CRUD controller actions. Last time I wrote about test-driven development for ASP.NET MVC.
I posted here a while back that I'm working on ASP.NET and I recall being told to use the tableadapter. I saw an MS tutorial talking about creating the data access layer and that mentions it. However, ...