ASP.NET MVC 1.0 Test Driven Development: Problem, Design, Solution; About the Author; Credits; Acknowledgments; Contents; Introduction; Chapter 1: Requirements; Chapter 2: High-Level Design; Chapter 3: Membership; Chapter 4: Refactor: Model Binders, Mocks, and Asserts; Chapter 5: Client and Server Validation; Chapter 6: Data Layer and IRepository Pattern; Chapter 7: Declare Your Independence with Dependency Injection; Chapter 8: Contact Management; Chapter 9: Import Contacts; Chapter 10: Composing Messages; Chapter 11: HTML WYSIWYG Editing; Chapter 12: Image Hosting.
0
A hands-on journey takes you through the development process of a Web application from concept to productionASP.NET MVC is a new Web development framework created by Microsoft as an alternative to ASP.NET web forms applications. MVC is well suited to testability, and Test Driven Development (TDD) affords you a generous level of control while also making MVC very powerful and extensible. This book takes the ASP.NET MVC and combines it with a testing methodology and tools and guides you through the process of taking Web application from concept to production. Using a complete working sample appli.