ASP.Net Online Training
ASP.Net Online Training
ASP.Net Online Training Course Content :
Basic of HTML and JavaScript
Introduction to ASP
- ASP Architecture
- ASP Objects
- Request and Response Structure
- Forms and Query-string
Overview
- ASP.NET Architecture
- Virtual Web Server
- New Features over ASP and ASP.NET 1.1
- Event Handling
Web Forms
- Introduction
- Advantages
- Comparison with HTML Form
- Page Processing States
- Event Model
- View State Management
- Cross-Page Postback
Using Web Controls
- HTML Server Controls
- Standard ASP.NET Sever Controls
- Basic Controls
- Validation Controls
- Web User Controls
- Master Pages & UserControl
- URL Rebasing in a Master Page
- Accessing a Master Page from Code
- Nesting Master Pages
- Master and Content Pages
- Applying Themes and Styles to Controls
- Working with CSS
ASP.NET State Management
- Static / Shared Members
- ViewState Object
- Cookies
- Session Management
- Application State
- HttpContext
ASP Intrinsic Objects
- Request and Response
- Session Objects
- Application Objects
- Server and Context
ASP.NET Web Application
- Creating Virtual Directories
- Global.asax & Managing Application Events
- HttpApplication Instance
- HTTP Handlers and creating Custom Handler
- URL Redirection
- Data Access Controls
- Data Binding Server Controls
- SqlDataSource, ObjectDataSource
- GridView
- DetailsView and FormView
- Data List and Repeater
- ListView
Caching
- Overview
- Page Output Caching
- CacheProfile
- Page Fragment Caching
- Data Caching
- SQL Cache Invalidation
- Notification-based Invalidation
- Polling-based Invalidation
- Expiration Policies and Cache Dependencies
Configuration
- Configuration Overview
- Machine.Config and Web.Config
- Inheritance of Configuration Settings
- Configuration File Format
- URL Rewriting – (Programmatically and using config files)
- Custom Error Handling.
Trace Functionality
- Overview of Tracing
- Trace Information
- Page-Level Trace
- Application-Level Trace
Security
- Authentication & Authorization
- Windows Based Authentication
- Form Based Authentication
- Authorizing Users and Roles
- Impersonation
- Webpart Controls
- Editing Webparts
- Personalizing
- AJAX.NET
- Architecture
- Working with AJAX Pro
- Using AJAX.NET Controls
- Accordion
- Calendar
- CascadingDropDown
- CollapsiblePanel
- FilteredTextBox
- NumericUpDown
- ModalPopup
- PopupControl
Web Services
- Architecture and Advantage.
- SOAP Significance.
- Building Services & Hosting Services
- Using WSDL to Build Proxy for clients
- Setting up a 3-Tier Application using Web Service.