| # |
Chapters & Strategies |
Topics |
| 1 |
Introduction to ASP.NET
|
- From ASP to ASP.NET
- Web Forms
- Web Services
- ASP.NET Features
- ASP.NET 2.0
|
| 2 |
Web Forms Architecture
|
- Page Class
- Web Forms Life Cycle
- Web Forms Event Model
- Code-Behind
|
| 3 |
ASP.NET and HTTP
|
- Request/Response Programming
- HttpRequest Class
- HTTP Collections
- HttpResponse Class
- Redirection
- HttpUtility Class
|
| 4 |
Web Applications Using Visual Studio
|
- Using Visual Web Developer
- Visual Studio Forms Designer
- Using Components
- Shadow Copying
- Using the Global.asax File
- Data Binding
|
| 5 |
State Management and Web Applications
|
- Session State
- Application State
- Multithreading Issues
- Cookies
|
| 6 |
Server Controls
|
- HTML Server Controls
- Web Forms Server Controls
- Rich Controls
- Validation Controls
- User Controls
|
| 7 |
Caching in ASP.NET
|
- What Is Caching
- Page-Level Caching
- Page Fragment Caching
- Optimizing Your ASP.NET Application
- Application Caching
|
| 8 |
ASP.NET Configuration and Security Fundamentals
|
- Configuration Overview
- Authentication and Authorization
- Forms Authentication
- Windows Authentication
- Security and ASP.NET
|
| 9 |
Debugging, Diagnostics and Error Handling
|
- Debugging
- Application Tracing
- Page Tracing
- Error Handling
|
| 10 |
More Server Controls
|
- New ASP.NET 2.0 Controls
- Menus
- Master Pages
|
| 11 |
Data Access in ASP.NET 2.0
|
- Data Source Controls
- Connection String Storage
- GridView
- DetailsView
- FormView
- Object Data Sources
|
| 12 |
Personalization and Security
|
- Configuration Overview
- Themes
- Skins
- Security in ASP.NET 2.0
- Membership and Roles
- Login Controls
- User Profiles
- Web Parts
|
| 13 |
HTTP Pipeline
|
- Pipeline Architecture
- Context
- Applications
- Handlers
- Modules
|
| 14 |
Database Programming Using ADO.NET
|
- ADO.NET Overview
- .NET Data Providers
- Using DataReaders
- Using DataSets
- Data Binding
- Interacting with XML Data
|
| 15 |
Introduction to Web Services
|
- Web Services and Remoting
- XML, SOAP, WSDL
- Web Services Architecture
- Proxies
- Interoperability of Web Services
- Developing Web Services Using Visual Studio
|