Syllabus
Syllabus
Hi Folks,
Oranium Tech introducing some amazing content on ASP.Net. All .NET Beginner(s)/Professionals
(s) who are keen to develop modern, lightweight, and cloud-based web applications should go for this
course. ASP.NET Web form and ASP.NET MVC are available because of their age are considered to be very
mature for web application development, it is because of the popularity of ASP.NET Core Framework and
many exclusive features of ASP.NET Core that today it is dominating over Web Forms and MVC are first
choice for large sized enterprise web application development.
ASP.NET Introduction
Dynamically intializing Controls
IsPostBack property of Page class
ListControls
Comparison between HtmlControls and WebControls
Control Properties and Methods
FileUpload Control
ASP.NET Architecture
What is AppDomain?
Life Cycle of ASP.NET Page
How Control Manages its State
What is EnableViewState
How Control raises events
Event handling in Web Forms
Writing Custom Classes in WebApplication
Redirecting Options
Response.Redirect
Server.Transfer
Cross Page Postback
Determine how the pages was invoked
Passing values between pages
Master Pages
Introduction to MasterPage
ContentPlaceHolder and Content tags
Accessing controls of MasterPage in ContentPage
URL's in MasterPages
UniqueID and ClientID
Validation Controls
Base Validator
Required Field Validator
Compare Validator
Range Validator
Regular Expression Validator
Custom Validator
Causes Validation Property
Grouping - Validation Group Property
Page.Validators and Page.IsValid
Static Members
View State
Hidden Field in Form
Query String
HttpContext
Cookies-HttpCookie
Sessions-HttpSessionState
Application-HttpApplicationState
Summary of All Feature
Web Caching
Why Caching
Types of Caching
i.Output Caching
ii.Fragment Caching
iii.Substitution Caching
iv.Data Caching
SQL Cache Invalidation
AJAX.NET
What is AJAX
What is AJAX.NET
Script Manager
Update Panel
Update Progress
Timer
AJAX Control Toolkit
Routing
What is Routing?
Mapping Route to Phyiscal file
Reading Route Parameters
Route Expression
Generate URL using Markup