ASP.NET MVC 1.0 test driven development problem, design, solution

A hands-on journey takes you through the development process of a Web application from concept to production ASP.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) a...

Descripción completa

Detalles Bibliográficos
Otros Autores: Ibrahim, Emad, author (author)
Formato: Libro electrónico
Idioma:Inglés
Publicado: Indianapolis, Indiana : Wiley 2009.
Edición:1st edition
Colección:Wrox Programmer to Programmer
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009627714106719
Tabla de Contenidos:
  • ASP.NET MVC 1.0 Test Driven Development: Problem, Design, Solution; About the Author; Credits; Acknowledgments; Contents; Introduction; Who This Book Is For; What This Book Covers; How This Book Is Structured; What You Need to Use This Book; Conventions; Source Code; Errata; p2p.wrox.com; Chapter 1: Requirements; Problem; Design; Solution; Why EvenContact?; Summary; Chapter 2: High-Level Design; Problem; Design; Solution; Summary; Chapter 3: Membership; Problem; Design; Solution; Summary; Chapter 4: Refactor: Model Binders, Mocks, and Asserts; Problem; Design; Solution; Summary
  • Chapter 5: Client and Server ValidationProblem; Design; Solution; Summary; Chapter 6: Data Layer and IRepository Pattern; Problem; Design; Solution; Summary; Chapter 7: Declare Your Independence with Dependency Injection; Problem; Design; Solution; Summary; Chapter 8: Contact Management; Problem; Design; Solution; Summary; Chapter 9: Import Contacts; Problem; Design; Solution; Summary; Chapter 10: Composing Messages; Problem; Design; Solution; Summary; Chapter 11: HTML WYSIWYG Editing; Problem; Design; Solution; Summary; Chapter 12: Image Hosting; Problem; Design; Solution; Summary
  • Chapter 13: Message TemplatingProblem; Design; Solution; Summary; Chapter 14: Billing and Subscriptions; Problem; Design; Solution; Summary; Chapter 15: Usage Tracking; Problem; Design; Solution; Summary; Chapter 16: Fill In the Blanks; Problem; Design; Solution; Summary; Index