Cargando…

Exam ref 70-486 : developing ASP.NET MVC 4 web applications /

Prepare for Microsoft Exam 70-486--and help demonstrate your real-world mastery of developing ASP.NET MVC-based solutions. Designed for experienced developers ready to advance their status, Exam Ref focuses on the critical-thinking and decision-making acumen needed for success at the Microsoft Speci...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Penberthy, William
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Redmond, Wash. : Microsoft Press, ©2013.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • Table of Contents; Introduction; Microsoft certifications; Acknowledgments; Errata & book support; We want to hear from you; Stay in touch; Preparing for the exam; Chapter 1: Design the application architecture; Objective 1.1: Plan the application layers; Planning data access; Planning for separation of concern (SoC); Using models, views, and controllers appropriately; Choosing between client-side and server-side processing; Designing for scalability; Objective summary; Objective review; Objective 1.2: Design a distributed application; Integrating web services; Designing a hybrid application.
  • Planning for session management in a distributed environmentPlanning web farms; Objective summary; Objective review; Objective 1.3: Design and implement the Windows Azure role life cycle; Understanding Windows Azure and roles; Identifying startup tasks; Identifying and implementing Start, Run, and Stop events; Objective summary; Objective review; Objective 1.4: Configure state management; Choosing a state management mechanism; Planning for scalability; Using cookies or local storage to maintain state; Applying configuration settings in the Web.config file; Implementing sessionless state.
  • Objective summaryObjective review; Objective 1.5: Design a caching strategy; Implementing page output caching; Implementing data caching; Implementing application caching; Implementing HTTP caching; Objective summary; Objective review; Objective 1.6: Design and implement a WebSocket strategy; Reading and writing string and binary data; Choosing a connection loss strategy; Deciding when to use WebSockets; Objective summary; Objective review; Objective 1.7: Design HTTP modules and handlers; Implementing synchronous and asynchronous modules and handlers.
  • Choosing between modules and handlers in IIS Objective summary; Objective review; Chapter summary; Answers; Chapter 2: Design the user experience; Objective 2.1: Apply the user interface design for a web application; Creating and applying styles using CSS; Using HTML to structure and lay out the user interface; Implementing dynamic page content based on design; Objective summary; Objective review; Objective 2.2: Design and implement UI behavior; Implementing client validation; Using remote validation; Using JavaScript and the DOM to control application behavior.
  • Extending objects by using prototypal inheritanceUsing AJAX to make partial page updates; Implementing the UI using jQuery; Objective summary; Objective review; Objective 2.3: Compose the UI layout of an application; Implementing partials for reuse in different areas of the application; Designing and implementing pages by using Razor templates; Designing layouts to provide visual structure; Implementing master/application pages; Objective summary; Objective review; Objective 2.4: Enhance application behavior and style based on browser feature detection.