Cargando…

Programming Microsoft ASP.NET 4 /

Provides information on building Web applications using ASP.NET 4, covering such topics as managing and validating user input, choosing server controls, using patterns for data access, and implementing security features.

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Esposito, Dino, 1965-
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Redmond, Wash. : Microsoft Press, ©2011.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • Cover; Title page; Copyright; Contents at a Glance; Table of Contents; Acknowledgments; Introduction; Who Should Read This Book?; System Requirements; Code Samples; Errata & Book Support; We Want to Hear from You; Stay in Touch; Part I:The ASP.NET Runtime Environment; Chapter 1:ASP.NET Web Forms Today; The Age of Reason of ASP.NET Web Forms; The Original Strengths; Today's Perceived Weaknesses; How Much Is the Framework and How Much Is It You?; The AJAX Revolution; Moving Away from Classic ASP.NET; AJAX as a Built-in Feature of the Web; ASP.NET of the Future; ASP.NET MVC; ASP.NET Web Pages
  • Encrypting a SectionSummary; Chapter 4:HTTP Handlers, Modules, and Routing; Writing HTTP Handlers; The IHttpHandler Interface; The Picture Viewer Handler; Serving Images More Effectively; Advanced HTTP Handler Programming; Writing HTTP Modules; The IHttpModule Interface; A Custom HTTP Module; Examining a Real-World HTTP Module; URL Routing; The URL Routing Engine; Routing in Web Forms; Summary; Part II: ASP.NET Pages and Server Controls; Chapter 5:Anatomy of an ASP.NET Page; Invoking a Page; The Runtime Machinery; Processing the Request; The Processing Directives of a Page; The Page Class
  • Properties of the Page ClassMethods of the Page Class; Events of the Page Class; The Eventing Model; Asynchronous Pages; The Page Life Cycle; Page Setup; Handling the Postback; Page Finalization; Summary; Chapter 6:ASP.NET Core Server Controls; Generalities of ASP.NET Server Controls; Properties of the Control Class; Methods of the Control Class; Events of the Control Class; Other Features; HTML Controls; Generalities of HTML Controls; HTML Container Controls; HTML Input Controls; The HtmlImage Control; Web Controls; Generalities of Web Controls; Core Web Controls; Miscellaneous Web Controls