Pro ASP.NET MVC 4 /
The ASP.NET MVC 4 Framework is the latest evolution of Microsoft's ASP.NET web platform. It provides a high-productivity programming model that promotes cleaner code architecture, test-driven development, and powerful extensibility, combined with all the benefits of ASP.NET. ASP.NET MVC 4 conta...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Berkeley, Calif. : London :
Apress ; Springer [distributor],
2012.
|
Edición: | 4th ed. |
Colección: | Expert's voice in .NET.
|
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
Tabla de Contenidos:
- Introducing ASP.NET MVC 4
- What's the Big Idea?
- Your First MVC Application
- The MVC Pattern
- Essential Language Features
- Working with Razor
- Essential Tools for MVC
- SportsStore--A Real Application
- SportsStore: Navigation
- SportsStore: Completing the Cart
- SportsStore: Administration
- SportsStore: Security & Finishing Touches
- ASP.NET MVC 4 in Detail
- Overview of MVC Projects
- URL Routing
- Advanced Routing Features
- Controllers and Actions
- Filters
- Controller Extensibility
- Views
- Helper Methods
- Templated Helper Methods
- URL and Ajax Helper Methods
- Model Binding
- Model Validation
- Bundles and Display Modes
- Web API
- Deployment.