Cargando…

Professional ASP.NET MVC 3 /

New edition of the top book on MVC from the top ASP.NET experts at Microsoft! MVC 3.0 is the latest update to Microsoft's Model-View-Controller technology, which enables developers to build dynamic, data-driven web sites. This in-depth book shows you step by step how to use MVC 3.0. Written by...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Galloway, Jon
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Indianapolis, Ind. : John Wiley & Sons, 2011.
Colección:Programmer to programmer.
Temas:
Acceso en línea:Texto completo
Tabla de Contenidos:
  • Note continued: Choosing Action Names with Name Selectors
  • Filtering Actions with Method Selectors
  • Action Filters
  • Authorization Filters
  • Action and Result Filters
  • Exception Filters
  • Providing Custom Results
  • Summary
  • ch. 14 Advanced Topics
  • Advanced Razor
  • Templated Razor Delegates
  • View Compilation
  • Advanced Scaffolding
  • Customizing T4 Code Templates
  • The MvcScaffolding NuGet Package
  • Updated Add Controller Dialog Options
  • Using the Repository Template
  • Adding Scaffolders
  • Additional Resources
  • Advanced Routing
  • RouteMagic
  • Editable Routes
  • Templates
  • The Default Templates
  • MVC Futures and Template Definitions
  • Template Selection
  • Custom Templates
  • Advanced Controllers
  • Defining the Controller: The IController Interface
  • The ControllerBase Abstract Base Class
  • The Controller Class and Actions
  • Action Methods
  • The ActionResult
  • Action Result Helper Methods
  • Action Result Types
  • Implicit Action Results
  • Action Invoker
  • How an Action Is Mapped to a Method
  • Invoking Actions
  • Using Asynchronous Controller Actions
  • Choosing Synchronous versus Asynchronous Pipelines
  • Writing Asynchronous Action Methods
  • The MVC Pattern for Asynchronous Actions
  • Performing Multiple Parallel Operations
  • Using Filters with Asynchronous Controller Actions
  • Timeouts
  • Additional Considerations for Asynchronous Methods
  • Summary.