|
This course provides an overview of the use of XML with Visual Studio .NET. The course also provides an in-depth discussion of how to code various ASP.NET configuration settings to make Web applications run properly. Finally, the course shows how to build HTTP handlers to process user requests.
Objectives:
After completing this course, students will be able to:
- Describe XML and the Document Type Definition
- Explain namespaces and schemas
- Convert data to XML
- Bind data with XML documents
- Describe the ASP.NET configuration system
- Explain the various configuration settings in ASP.NET
- Describe HTTP handlers
- Create HTTP handlers
Topics:
- Getting Familiar with XML
- Document Type Definition
- XML Namespaces and Schemas
- XSL/T and the DOM
- Converting Data to XML
- Data Binding with XML Documents
- ASP.NET Configuration
- Configuring httpRuntime and appSettings
- Configuring compilation, customErrors and trace
- Configuring sessionState
- Configuring authentication and authorization
- Configuring httpHandlers and globalization
- Understanding HTTP Handlers
- Creating HTTP Handlers
- Building Custom HTTP Handlers
|