ASP.NET (C#.Net) - Course Content
----------------------------------------------------------
1. Introduction to the world wide web, ASP and ASP.NET.
- Understanding role of Web Server and Web Browser.
- Brief about HTTP Protocol.
- HTTP Request structure.
- Form Tag and comparison between Get and Post methods.
2. Introduction to the .NET framework.
- Life Cycle of ASP.NET Page
- How Control Manages its State
- What is EnableViewState
- How Control raises events
- Event handling in Web Forms
- Custom Classes in WebApplication
3. Server side programming: Web Forms, ASP.NET Web Services
- Coding Standards
- Asp.Net Standard Controls
- Client/Server Programming, 3-tier architecture.
- Page & State Management
- Overview of events in page
4. Designing Websites with Master Pages, HTML, CSS & JavaScript
- Introduction to MasterPage
- ContentPlaceHolder and Content tags
- Understanding HTML Form Tag and elements within it.
- Javascript using Sample Programs.
- Work with CSS
- Use Themes to Customize a Site
- Apply themes and Profiles
5. Asp.Net Validation Controls + Javascript Validation
- Required Field Validator Control
- Regular Expression Validator Control
- Compare Field Validator Control
- Range Validator Control
- Validation Summary Control
- Custom Validator Control
6. ADO.NET Data Access and Data Controls
- Using the Details View control
- Displaying data with the GridView and DetailsView control
- Displaying data with the Repeater Control
- Displaying Data with the Data List Control
7. Databases (SQL SERVER) and Data Access using ADO.NET
- SQL Server Basic
- Creating SQL Servedr database connections
- DataSet & DataTable Features
- Using inline SQL Statements
- Using Stored Procedures
- Executing select commands
8. ASP.NET Advanced Topics
- Custom Controls
- Web Parts
- Web Services
9. ASP.NET AJAX
- ASP.NET Ajax Introduction
- ASP.NET Ajax Server Controls
- ASP.NET Ajax Server Data
- ASP.NET Ajax Client-side Library
- ASP.NET Ajax Control Toolkit
10. ASP.NET Web services.
- Benifits for ASP.NET Web services
- How it Works
- Consuming third Party Web Services
- Exeception Handling
11. Understanding & Publishing Web Application
- Creating web application in IIS
- Converting File System application to IIS Application
- Using Virtual Directory
- Publishing ASP.NET Website