- Copyright 2011
- Edition: 1st
-
Book
- ISBN-10: 0-7356-4338-5
- ISBN-13: 978-0-7356-4338-3
Completely reengineered for ASP.NET 4—this definitive guide deftly illuminates the core architecture and programming features of ASP.NET 4 in a single, pragmatic volume. Web development expert Dino Esposito provides essential, architectural-level guidance, along with the in-depth technical insights designed to take you—and your solutions—to the next level. The book covers Dynamic Data, AJAX, Microsoft Silverlight, ASP.NET MVC, Web forms, LINQ, and security strategies—and features extensive code samples in Microsoft Visual C#(R) 2010.
Downloads
Follow the instructions to download this book's companion files or practice files.
- Click the Download button below to start the download.
- If prompted, click Save.
- Locate the .zip file on your computer. Right-click the file, click Extract All, and then follow the instructions.
Download
Sample Pages
Download the sample content
Table of Contents
- Acknowledgments
- Introduction
- Part I: The ASP.NET Runtime Environment
- Chapter 1: ASP.NET Web Forms Today
- Chapter 2: ASP.NET and IIS
- Chapter 3: ASP.NET Configuration
- Chapter 4: HTTP Handlers, Modules, and Routing
- Part II: ASP.NET Pages and Server Controls
- Chapter 5: Anatomy of an ASP.NET Page
- Chapter 6: ASP.NET Core Server Controls
- Chapter 7: Working with the Page
- Chapter 8: Page Composition and Usability
- Chapter 9: ASP.NET Input Forms
- Chapter 10: Data Binding
- Chapter 11: The ListView Control
- Chapter 12: Custom Controls
- Part III: Design of the Application
- Chapter 13: Principles of Software Design
- Chapter 14: Layers of an Application
- Chapter 15: The Model-View-Presenter Pattern
- Part IV: Infrastructure of the Application
- Chapter 16: The HTTP Request Context
- Chapter 17: ASP.NET State Management
- Chapter 18: ASP.NET Caching
- Chapter 19: ASP.NET Security
- Part V: The Client Side
- Chapter 20: Ajax Programming
- Chapter 21: jQuery Programming