ASP.NET Level II, CMP202
Course Descriptions:
ASP.NET-Level II This class is taughtusing C#. 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 encounter. 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, exception handling (recovering from errors), Web page cashing to improve performance, and tracing to diagnose ASP.NET applications.
Prerequisite: ASP.NET Level I 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