ASP.NET Level II, CMP202
Course Descriptions:
ASP.NET-Level II Having learned the basics of creating ASP.NET web pages in ASP.NET Level 1, this course shifts the focus toward "behind-the-scenes" issues an ASP.NET developers routinely encounters. We will learn the importance of the web.config file in configuring an ASP.NET application and how to manage some of the primary configuration settings. We will cover the basics of how to authenticate users to a web site. Because the http (web) protocol is stateless, techniques in ASP.NET must be used to provide state management and we will learn at least one of these techniques. Finally, we will address exception handling (how your application will recover from errors), web page caching ( a technique for improving performance) and tracing (a means for diagnosing your application).
Prerequisite: ASP.NET or equivalent experience.
Textbook: Purchase at the Rockville Campus Bookstore and bring to first class along with a USB Flash Drive/memory stick (at least 512 MB).
Classroom hours: 15
Course Outline
-
Unit 1
- Configuring ASP.NET Applications
- Web.config and AppSettings
- Encryption/Decryption of web.config (time permitting)
Unit 2 - ASP.NET Authentication and Authorization
- ASP.NET membership and Login Controls
Unit 3 - State Management
Unit 4 - Error Handling
- Cashing and Tracing