SlideShare une entreprise Scribd logo
1  sur  27
Microsoft ASP.NET Online Trainin
AcuteSoft:
India: +91-9848346149, +91-7702226149
Land Line: +91 (0)40 - 42627705
USA: +1 973-619-0109, +1 312-235-6527
UK : +44 207-993-2319
skype : acutesoft
email : info@acutesoft.com
www.acutesoft.com
http://training.acutesoft.com
Microsoft ASP.NET Online Trainin
Overview of the ASPNET Framework
ASPNET and the NET Framework
Understanding the Framework Class Library
Understanding the Common Language Runtime
Understanding ASPNET Controls, HTML Controls and Control
Events
Understanding View State, ASPNET Pages, Dynamic Compilation,
Control Trees
Using Code-Behind Pages and Handling Page Events
Using the PageIsPostBack Property
Debugging and Tracing ASPNET Pages
Tracing Page Execution
Installing the ASPNET Framework Using the Standard
Controls
Displaying Information
Using the Label Control, Literal Control
Microsoft ASP.NET Online Trainin
Accepting User Input, Using the TextBox Control, CheckBox Control,
RadioButton Control
Submitting Form Data, Using the Button Control, LinkButton Control,
ImageButton Control
Using Client Scripts with Button Controls, Performing Cross-Page Posts
Specifying a Default Button, Handling the Command Event
Displaying Images, Using the Image Control, Using the ImageMap Control, Panel
Control, HyperLink Control
Using the Validation Controls
Overview of the Validation Controls
Validation Controls and JavaScript
Using PageIsValid
Setting the Display Property
Highlighting Validation Errors
Microsoft ASP.NET Online Trainin
Using Validation Groups
Disabling Validation
Creating Custom Validation Controls
Using the Rich Controls
Accepting File Uploads, Saving Files to the File System, Saving Files to a
Database, Uploading Large Files
Displaying a Calendar, Creating a Pop-up Date Picker, Rendering a Calendar from
a Database Table
Displaying Advertisements, Storing Advertisements in an XML File and Database
Table
Tracking Impressions and Transfers
Displaying Different Page Views, Displaying a Tabbed Page View, Displaying a
Multi-Part Form
Displaying a Wizard
Microsoft ASP.NET Online Trainin
Designing Websites with Master Pages
Creating Master Pages
Creating Default Content
Nesting Master Pages
Using Images and Hyperlinks in Master Pages
Registering Master Pages in Web Configuration
Modifying Master Page Content
Using the Title Attribute, Page Header Property
Exposing Master Page Properties
Using FindControl with Master Pages
Loading Master Pages Dynamically and the same for Multiple Content Pages
Designing Websites with Themes
Creating Themes, Adding Skins to Themes
Creating Named Skins
Themes Versus StyleSheet Themes
Microsoft ASP.NET Online Trainin
Disabling Themes
Registering Themes in the Web Configuration File
Adding Cascading Style Sheets to Themes
Adding Multiple Cascading Style Sheets to a Theme
Changing Page Layouts with Cascading Style Sheets
Creating Global Themes
Applying Themes and Skins Dynamically
Using List Controls
Overview of the List Controls
Declaring List Items
Binding to a Data Source
Determining the Selected List Item
Appending Data Items
Enabling Automatic PostBacks
Using the Items Collection
Microsoft ASP.NET Online Trainin
Working with the DropDownList Control, RadioButtonList Control, ListBox
Control, CheckBoxList Control, BulletedList Control and Custom List Control
Using the GridView Control
GridView Control Fundamentals
Displaying Data, Selecting Data, Using Data Keys, Sorting Data, Paging Through
Data, Editing Data and Displaying Empty Data
Formatting the GridView Control
Using ViewState with the GridView Control
Using Fields with the GridView Control
Using BoundFields, CheckBoxFields, CommandFields, ButtonFields,
HyperLinkFields, ImageFields and TemplateFields
Using the DetailsView and FormView Controls
Using the DetailsView Control
Displaying Data with the DetailsView Control
Microsoft ASP.NET Online Trainin
Using Fields with the DetailsView Control
Displaying Data, Paging Through Data,Editing Data, Inserting and Deleting data
with the DetailsView Control
Working with DetailsView Control Events
Formatting the DetailsView Control
Using the FormView Control
Displaying Data, Paging Through Data,Editing Data, Inserting and Deleting data
with the FormView Control
Using the Repeater and DataList Controls
Using the Repeater Control
Displaying Data with the Repeater Control
Using Templates with the Repeater Control
Handling Repeater Control Events
Using the DataList Control
Displaying Data with the DataList Control
Microsoft ASP.NET Online Trainin
Displaying Data in Multiple Columns
Using Templates with the DataList Control
Selecting Data with the DataList Control
Editing Data with the DataList Control
Formatting the DataList Control
Creating Custom Controls with User Controls
Creating User Controls
Registering User Controls in the Web Configuration File
Exposing Properties from a User Control
Exposing Events from a User Control
Creating an AddressForm Control
AJAX and User Controls
Dynamically Loading User Controls
Using the Reference Directive
Creating a Multi-Page Wizard
Microsoft ASP.NET Online Trainin
Using the ListView and DataPager Controls
Using the ListView Control
Using the LayoutTemplate and ItemTemplate
Using the GroupTemplate
Selecting a Row
Sorting Database Data
Editing Database Data
Using the DataPager Control
Creating a Custom User Interface for Paging
Data Source Paging with the DataPager Control
Using the ListView and DataPager Controls
Using the ListView Control
Using the LayoutTemplate and ItemTemplate
Using the GroupTemplate
Selecting a Row
Microsoft ASP.NET Online Trainin
Sorting Database Data
Editing Database Data
Using the DataPager Control
Creating a Custom User Interface for Paging
Data Source Paging with the DataPager Control
Building Components
Building Basic Components
Components and Dynamic Compilation
Mixing Different Language Components in the
App_Code Folder
Declaring Methods
Declaring Fields and Properties
Declaring Constructors
Overloading Methods and Constructors
Declaring Namespaces
Microsoft ASP.NET Online Trainin
Creating Partial Classes
Inheritance and Abstract Classes
Declaring Interfaces
Using Access Modifiers
Intellisense and Components
Using ASPNET Intrinsics in a Component
Building Component Libraries
Compiling Component Libraries
Adding a Reference to a Class Library
Architectural Considerations
Building Multi-Tier Applications
Creating the User Interface Layer, Business Logic Layer and Data Access Layer
Building Data Access Components with ADONET
Connected Data Access Using the Connection Object, Command Object,
DataReader Object
Microsoft ASP.NET Online Trainin
Disconnected Data Access Using the DataAdapter Object
Using the DataTable and DataView Object and DataSet Object
Executing Asynchronous Database Commands
Using Asynchronous ADONET Methods
Using Asynchronous ASPNET Pages
Building Database Objects with the NET Framework
Enabling CLR Integration
Creating User-Defined Types with the NET Framework
Building a Data Access Layer with a User-Defined Type
Creating Stored Procedures with the NET Framework
Creating the Stored Procedure Assembly
Using the Login Controls
Overview of the Login Controls
Using the Login Control
Automatically Redirecting a User to the Referring Page
Microsoft ASP.NET Online Trainin
Automatically Hiding the Login Control from
Authenticated Users
Using a Template with the Login Control
Performing Custom Authentication with the Login Control
Using the CreateUserWizard Control
Configuring Create User Form Fields
Sending a Create User Email Message
Automatically Redirecting a User to the Referring Page
Automatically Generating a Password
Using Templates with the CreateUserWizard Control
Adding Steps to the CreateUserWizard Control
Using the LoginStatus Control
Using the LoginName Control
Using the ChangePassword Control
Sending a Change Password Email
Microsoft ASP.NET Online Trainin
Requiring a Security Question and Answer
Using Templates with the PasswordRecovery Control
Using the LoginView Control
Using Roles with the LoginView Control
Maintaining Application State
Using Browser Cookies
Cookie Security Restrictions
Creating Cookies
Reading Cookies
Setting Cookie Properties
Deleting Cookies
Working with Multivalued Cookies
Using Session State
Storing Database Data in Session State
Using the Session Object
Handling Session Events
Microsoft ASP.NET Online Trainin
Controlling When a Session Times Out
Using Cookieless Session State
Configuring a Session State Store
Configuring SQL Server Session State
Using Profiles
Creating Profile Groups
Supporting Anonymous Users
Migrating Anonymous Profiles
Inheriting a Profile from a Custom Class
Creating Complex Profile Properties
Saving Profiles Automatically
Accessing Profiles from Components
Using the Profile Manager
Configuring the Profile Provider
Creating a Custom Profile Provider
Microsoft ASP.NET Online Trainin
Working with the HTTP Runtime
Creating a Custom BuildProvider
Creating a Simple BuildProvider
Creating a Data Access Component BuildProvider
Creating a Custom ExpressionBuilder
Creating a Lookup ExpressionBuilder
Creating HTTP Handlers
Creating a Generic Handler
Implementing the IHttpHandler Interface
Registering Extensions with Internet Information Server
Creating an Asynchronous HTTP Handler
Working with HTTP Applications and HTTP Modules
Creating a Globalasax File
Creating Custom HTTP Modules
Microsoft ASP.NET Online Trainin
Caching Application Pages and Data
Overview of Caching
Using Page Output Caching
Varying the Output Cache by Parameter / Control / Header / Browser / Custom
Function
Specifying the Cache Location
Creating a Page Output Cache File Dependency
Expiring the Page Output Cache Programmatically
Manipulating the Page Output Cache Programmatically
Creating Page Output Cache Profiles
Using Partial Page Caching
Using Post-Cache Substitution
Caching with a User Control
Sharing a User Control Output Cache
Manipulating a User Control Cache Programmatically
Microsoft ASP.NET Online Trainin
Creating a User Control Cache File Dependency
Caching Dynamically Loaded User Controls
Using DataSource Caching
Using an Absolute Cache Expiration Policy
Using a Sliding Cache Expiration Policy
Caching with the ObjectDataSource Control
Caching with the XmlDataSource Control
Creating a DataSource Control Key Dependency
Using Data Caching
Using the Cache Application Programming Interface
Adding Items to the Cache
Adding Items with an Absolute Expiration Policy
Adding Items with a Sliding Expiration Policy
Adding Items with Dependencies
Microsoft ASP.NET Online Trainin
Specifying Cache Item Priorities
Configuring the Cache
Using SQL Cache Dependencies
Using Polling SQL Cache Dependencies
Configuring Polling SQL Cache Dependencies
Using Polling SQL Cache Dependencies with Page
Output Caching
Using Polling SQL Cache Dependencies with
DataSource Caching
Using Polling SQL Cache Dependencies with Data Caching
Using Push SQL Cache Dependencies
Configuring Push SQL Cache Dependencies
Using Push SQL Cache Dependencies with Page
Output Caching
Using Push SQL Cache Dependencies with Data
Microsoft ASP.NET Online Trainin
Source Caching
Using Push SQL Cache Dependencies with Data Caching
Localizing Applications for Multiple Languages
Setting the Current Culture
Setting a Culture Manually
Automatically Detecting a Culture
Setting the Culture in the Web Configuration File
Culture and ASPNET Controls
Using the CultureInfo Class
Using the CultureInfo Class to Format String Values
Comparing and Sorting String Values
Creating Local Resources
Explicit Localization Expressions
Implicit Localization Expressions
Using Local Resources with Page Properties
Microsoft ASP.NET Online Trainin
Retrieving Local Resources Programmatically
Creating Global Resources
Retrieving Global Resources Programmatically
Using Strongly Typed Localization Expressions
Using the Localize Control
Using ASPNET Membership
Configuring Authentication
Configuring Forms Authentication
Using Cookieless Forms Authentication
Using Sliding Expiration with Forms Authentication
Using Forms Authentication Across Applications
Using Forms Authentication Across Domains
Using the FormsAuthentication Class
Microsoft ASP.NET Online Trainin
Using the User Class
Configuring Authorization
Authorizing by Role
Authorizing Files by Location
Using Authorization with Images and Other File Types
Using Authorization with ASP Classic Pages
Using ASPNET Membership
Using the Membership Application Programming Interface
Encrypting and Hashing User Passwords
Modifying User Password Requirements
Locking Out Bad Users
Configuring the SQLMembershipProvider
Configuring the ActiveDirectoryMembershipProvider
Creating a Custom Membership Provider
Using the Role Manager
Configuring the SqlRoleProvider
Microsoft ASP.NET Online Trainin
Configuring the WindowsTokenRoleProvider
Configuring the AuthorizationStoreRoleProvider
Caching Roles in a Browser Cookie
Using the Roles Application Programming Interface
Configuring Applications
Overview of Website Configuration
Using the Web Site Administration Tool
Using the ASPNET Microsoft Management Console Snap-In
ASPNET Configuration Sections
Contents xix
Applying Configuration Settings to a Particular Path
Locking Configuration Settings
Adding Custom Application Settings
Placing Configuration Settings in an External File
Microsoft ASP.NET Online Trainin
Using the Configuration API
Reading Configuration Sections from the Current Apps
Opening a Configuration File
Opening a Configuration File on a Remote Server
Using the Configuration Class
Modifying Configuration Sections
Provisioning a New Website
Creating Custom Configuration Sections
Creating a Configuration Element Collection
Creating Encrypted Configuration Sections
Encrypting Sections with the aspnet_regiis tool
Encrypting Sections Programmatically
Deploying Encrypted Web Configuration Files
For Free Demo Please Contact
AcuteSoft:
India: +91-9848346149, +91-7702226149
Land Line: +91 (0)40 - 42627705
USA: +1 973-619-0109, +1 312-235-6527
UK : +44 207-993-2319
skype : acutesoft
email : info@acutesoft.com
www.acutesoft.com
http://training.acutesoft.com
Microsoft asp.net online training

Contenu connexe

Tendances

Exam 70-488 Developing Microsoft SharePoint Server 2013 Core Solutions Learni...
Exam 70-488 Developing Microsoft SharePoint Server 2013 Core Solutions Learni...Exam 70-488 Developing Microsoft SharePoint Server 2013 Core Solutions Learni...
Exam 70-488 Developing Microsoft SharePoint Server 2013 Core Solutions Learni...Mahmoud Hamed Mahmoud
 
Integrating SharePoint 2010 and Visual Studio Lightswitch
Integrating SharePoint 2010 and Visual Studio LightswitchIntegrating SharePoint 2010 and Visual Studio Lightswitch
Integrating SharePoint 2010 and Visual Studio LightswitchRob Windsor
 
SharePoint solution developer exam 70-488
SharePoint solution developer exam 70-488SharePoint solution developer exam 70-488
SharePoint solution developer exam 70-488Ahmed Tawfik
 
Introduction to the SharePoint Client Object Model and REST API
Introduction to the SharePoint Client Object Model and REST APIIntroduction to the SharePoint Client Object Model and REST API
Introduction to the SharePoint Client Object Model and REST APIRob Windsor
 
Exam 70-489 Developing Microsoft SharePoint Server 2013 Advanced Solutions Le...
Exam 70-489 Developing Microsoft SharePoint Server 2013 Advanced Solutions Le...Exam 70-489 Developing Microsoft SharePoint Server 2013 Advanced Solutions Le...
Exam 70-489 Developing Microsoft SharePoint Server 2013 Advanced Solutions Le...Mahmoud Hamed Mahmoud
 
TulsaTechFest - Maximize SharePoint UX with free jQuery libraries
TulsaTechFest - Maximize SharePoint UX with free jQuery librariesTulsaTechFest - Maximize SharePoint UX with free jQuery libraries
TulsaTechFest - Maximize SharePoint UX with free jQuery librariesMark Rackley
 
Develop iOS and Android apps with SharePoint/Office 365
Develop iOS and Android apps with SharePoint/Office 365Develop iOS and Android apps with SharePoint/Office 365
Develop iOS and Android apps with SharePoint/Office 365Kashif Imran
 
6 Things You Didn't Know About Firebase Auth
6 Things You Didn't Know About Firebase Auth6 Things You Didn't Know About Firebase Auth
6 Things You Didn't Know About Firebase AuthPeter Friese
 
Introduction to StratusForms #SayNoToInfoPath
Introduction to StratusForms #SayNoToInfoPathIntroduction to StratusForms #SayNoToInfoPath
Introduction to StratusForms #SayNoToInfoPathMark Rackley
 
Introduction to the SharePoint 2013 REST API
Introduction to the SharePoint 2013 REST APIIntroduction to the SharePoint 2013 REST API
Introduction to the SharePoint 2013 REST APISparkhound Inc.
 
Rapid Application Development with SwiftUI and Firebase
Rapid Application Development with SwiftUI and FirebaseRapid Application Development with SwiftUI and Firebase
Rapid Application Development with SwiftUI and FirebasePeter Friese
 
(Updated) SharePoint & jQuery Guide
(Updated) SharePoint & jQuery Guide(Updated) SharePoint & jQuery Guide
(Updated) SharePoint & jQuery GuideMark Rackley
 

Tendances (16)

Chapter 8 part1
Chapter 8   part1Chapter 8   part1
Chapter 8 part1
 
Asp.net.
Asp.net.Asp.net.
Asp.net.
 
Html5
Html5Html5
Html5
 
Exam 70-488 Developing Microsoft SharePoint Server 2013 Core Solutions Learni...
Exam 70-488 Developing Microsoft SharePoint Server 2013 Core Solutions Learni...Exam 70-488 Developing Microsoft SharePoint Server 2013 Core Solutions Learni...
Exam 70-488 Developing Microsoft SharePoint Server 2013 Core Solutions Learni...
 
Integrating SharePoint 2010 and Visual Studio Lightswitch
Integrating SharePoint 2010 and Visual Studio LightswitchIntegrating SharePoint 2010 and Visual Studio Lightswitch
Integrating SharePoint 2010 and Visual Studio Lightswitch
 
SharePoint solution developer exam 70-488
SharePoint solution developer exam 70-488SharePoint solution developer exam 70-488
SharePoint solution developer exam 70-488
 
Introduction to the SharePoint Client Object Model and REST API
Introduction to the SharePoint Client Object Model and REST APIIntroduction to the SharePoint Client Object Model and REST API
Introduction to the SharePoint Client Object Model and REST API
 
Exam 70-489 Developing Microsoft SharePoint Server 2013 Advanced Solutions Le...
Exam 70-489 Developing Microsoft SharePoint Server 2013 Advanced Solutions Le...Exam 70-489 Developing Microsoft SharePoint Server 2013 Advanced Solutions Le...
Exam 70-489 Developing Microsoft SharePoint Server 2013 Advanced Solutions Le...
 
TulsaTechFest - Maximize SharePoint UX with free jQuery libraries
TulsaTechFest - Maximize SharePoint UX with free jQuery librariesTulsaTechFest - Maximize SharePoint UX with free jQuery libraries
TulsaTechFest - Maximize SharePoint UX with free jQuery libraries
 
Sharepoint Online
Sharepoint OnlineSharepoint Online
Sharepoint Online
 
Develop iOS and Android apps with SharePoint/Office 365
Develop iOS and Android apps with SharePoint/Office 365Develop iOS and Android apps with SharePoint/Office 365
Develop iOS and Android apps with SharePoint/Office 365
 
6 Things You Didn't Know About Firebase Auth
6 Things You Didn't Know About Firebase Auth6 Things You Didn't Know About Firebase Auth
6 Things You Didn't Know About Firebase Auth
 
Introduction to StratusForms #SayNoToInfoPath
Introduction to StratusForms #SayNoToInfoPathIntroduction to StratusForms #SayNoToInfoPath
Introduction to StratusForms #SayNoToInfoPath
 
Introduction to the SharePoint 2013 REST API
Introduction to the SharePoint 2013 REST APIIntroduction to the SharePoint 2013 REST API
Introduction to the SharePoint 2013 REST API
 
Rapid Application Development with SwiftUI and Firebase
Rapid Application Development with SwiftUI and FirebaseRapid Application Development with SwiftUI and Firebase
Rapid Application Development with SwiftUI and Firebase
 
(Updated) SharePoint & jQuery Guide
(Updated) SharePoint & jQuery Guide(Updated) SharePoint & jQuery Guide
(Updated) SharePoint & jQuery Guide
 

En vedette

Perpres 71 tahun 2012 tentang penyelenggaraan pengadaan tanah bagi pembanguna...
Perpres 71 tahun 2012 tentang penyelenggaraan pengadaan tanah bagi pembanguna...Perpres 71 tahun 2012 tentang penyelenggaraan pengadaan tanah bagi pembanguna...
Perpres 71 tahun 2012 tentang penyelenggaraan pengadaan tanah bagi pembanguna...Yudhi Aldriand
 
Ilaravto (общая)
Ilaravto (общая)Ilaravto (общая)
Ilaravto (общая)4NATIC
 
Permendagri no.72 th 2012 tentang biaya operasional dan biaya pendukung penye...
Permendagri no.72 th 2012 tentang biaya operasional dan biaya pendukung penye...Permendagri no.72 th 2012 tentang biaya operasional dan biaya pendukung penye...
Permendagri no.72 th 2012 tentang biaya operasional dan biaya pendukung penye...Yudhi Aldriand
 
BPKP Juklak Bimkon Pengelolaan Keuangan Desa
BPKP Juklak Bimkon Pengelolaan Keuangan DesaBPKP Juklak Bimkon Pengelolaan Keuangan Desa
BPKP Juklak Bimkon Pengelolaan Keuangan DesaYudhi Aldriand
 
Permenpan No 80 Tahun 2012 tentang PEDOMAN TATA NASKAH DINAS INSTANSI PEMERINTAH
Permenpan No 80 Tahun 2012 tentang PEDOMAN TATA NASKAH DINAS INSTANSI PEMERINTAHPermenpan No 80 Tahun 2012 tentang PEDOMAN TATA NASKAH DINAS INSTANSI PEMERINTAH
Permenpan No 80 Tahun 2012 tentang PEDOMAN TATA NASKAH DINAS INSTANSI PEMERINTAHYudhi Aldriand
 

En vedette (8)

Descubriendo a dios
Descubriendo a diosDescubriendo a dios
Descubriendo a dios
 
Exception
ExceptionException
Exception
 
Serestar2
Serestar2Serestar2
Serestar2
 
Perpres 71 tahun 2012 tentang penyelenggaraan pengadaan tanah bagi pembanguna...
Perpres 71 tahun 2012 tentang penyelenggaraan pengadaan tanah bagi pembanguna...Perpres 71 tahun 2012 tentang penyelenggaraan pengadaan tanah bagi pembanguna...
Perpres 71 tahun 2012 tentang penyelenggaraan pengadaan tanah bagi pembanguna...
 
Ilaravto (общая)
Ilaravto (общая)Ilaravto (общая)
Ilaravto (общая)
 
Permendagri no.72 th 2012 tentang biaya operasional dan biaya pendukung penye...
Permendagri no.72 th 2012 tentang biaya operasional dan biaya pendukung penye...Permendagri no.72 th 2012 tentang biaya operasional dan biaya pendukung penye...
Permendagri no.72 th 2012 tentang biaya operasional dan biaya pendukung penye...
 
BPKP Juklak Bimkon Pengelolaan Keuangan Desa
BPKP Juklak Bimkon Pengelolaan Keuangan DesaBPKP Juklak Bimkon Pengelolaan Keuangan Desa
BPKP Juklak Bimkon Pengelolaan Keuangan Desa
 
Permenpan No 80 Tahun 2012 tentang PEDOMAN TATA NASKAH DINAS INSTANSI PEMERINTAH
Permenpan No 80 Tahun 2012 tentang PEDOMAN TATA NASKAH DINAS INSTANSI PEMERINTAHPermenpan No 80 Tahun 2012 tentang PEDOMAN TATA NASKAH DINAS INSTANSI PEMERINTAH
Permenpan No 80 Tahun 2012 tentang PEDOMAN TATA NASKAH DINAS INSTANSI PEMERINTAH
 

Similaire à Microsoft asp.net online training

Microsoft asp.net online training
Microsoft asp.net online trainingMicrosoft asp.net online training
Microsoft asp.net online trainingtraining3
 
Microsoft asp.net online training
Microsoft asp.net online trainingMicrosoft asp.net online training
Microsoft asp.net online trainingtraining13acutesoft
 
ASP.NET ONLINE TRAINING
ASP.NET ONLINE TRAININGASP.NET ONLINE TRAINING
ASP.NET ONLINE TRAININGTRAINING ICON
 
Net course content
Net course contentNet course content
Net course contentmindq
 
06 asp.net session08
06 asp.net session0806 asp.net session08
06 asp.net session08Vivek chan
 
SharePoint 2007 Presentation
SharePoint 2007 PresentationSharePoint 2007 Presentation
SharePoint 2007 PresentationAjay Jain
 
.net training | learn .net | Microsoft dot net Course | Microsoft dot net onl...
.net training | learn .net | Microsoft dot net Course | Microsoft dot net onl....net training | learn .net | Microsoft dot net Course | Microsoft dot net onl...
.net training | learn .net | Microsoft dot net Course | Microsoft dot net onl...Nancy Thomas
 
11 asp.net session16
11 asp.net session1611 asp.net session16
11 asp.net session16Vivek chan
 
Oracle11g form-course-curriculum
Oracle11g form-course-curriculumOracle11g form-course-curriculum
Oracle11g form-course-curriculumAmit Sharma
 
Oracle11g form course-curriculum
Oracle11g form course-curriculumOracle11g form course-curriculum
Oracle11g form course-curriculumAmit Sharma
 
Mvc training By Jaganath Rao Niku
Mvc training By Jaganath Rao NikuMvc training By Jaganath Rao Niku
Mvc training By Jaganath Rao Nikujaganath rao
 
Stucorner dot-net-training-syllabus
Stucorner dot-net-training-syllabusStucorner dot-net-training-syllabus
Stucorner dot-net-training-syllabusSTUCORNER technology
 
asp .net training | asp.net course | asp.net training online | learn asp.net
asp .net training |  asp.net course | asp.net training online |  learn asp.netasp .net training |  asp.net course | asp.net training online |  learn asp.net
asp .net training | asp.net course | asp.net training online | learn asp.netNancy Thomas
 
SAP BO ONLINE TRAINING
SAP BO ONLINE TRAININGSAP BO ONLINE TRAINING
SAP BO ONLINE TRAININGMadhukar Reddy
 
Silverlight 5 whats new overview
Silverlight 5 whats new overviewSilverlight 5 whats new overview
Silverlight 5 whats new overviewmdc11
 

Similaire à Microsoft asp.net online training (20)

Microsoft asp.net online training
Microsoft asp.net online trainingMicrosoft asp.net online training
Microsoft asp.net online training
 
Microsoft asp.net online training
Microsoft asp.net online trainingMicrosoft asp.net online training
Microsoft asp.net online training
 
ASP.NET ONLINE TRAINING
ASP.NET ONLINE TRAININGASP.NET ONLINE TRAINING
ASP.NET ONLINE TRAINING
 
Net course content
Net course contentNet course content
Net course content
 
06 asp.net session08
06 asp.net session0806 asp.net session08
06 asp.net session08
 
SharePoint 2007 Presentation
SharePoint 2007 PresentationSharePoint 2007 Presentation
SharePoint 2007 Presentation
 
Industrial training in .net
Industrial training in .netIndustrial training in .net
Industrial training in .net
 
.net training | learn .net | Microsoft dot net Course | Microsoft dot net onl...
.net training | learn .net | Microsoft dot net Course | Microsoft dot net onl....net training | learn .net | Microsoft dot net Course | Microsoft dot net onl...
.net training | learn .net | Microsoft dot net Course | Microsoft dot net onl...
 
ASP.NET Lecture 2
ASP.NET Lecture 2ASP.NET Lecture 2
ASP.NET Lecture 2
 
11 asp.net session16
11 asp.net session1611 asp.net session16
11 asp.net session16
 
Oracle11g form-course-curriculum
Oracle11g form-course-curriculumOracle11g form-course-curriculum
Oracle11g form-course-curriculum
 
Oracle11g form course-curriculum
Oracle11g form course-curriculumOracle11g form course-curriculum
Oracle11g form course-curriculum
 
Mvc training By Jaganath Rao Niku
Mvc training By Jaganath Rao NikuMvc training By Jaganath Rao Niku
Mvc training By Jaganath Rao Niku
 
ASP.NET Lecture 4
ASP.NET Lecture 4ASP.NET Lecture 4
ASP.NET Lecture 4
 
Stucorner dot-net-training-syllabus
Stucorner dot-net-training-syllabusStucorner dot-net-training-syllabus
Stucorner dot-net-training-syllabus
 
2310 b 15
2310 b 152310 b 15
2310 b 15
 
2310 b 15
2310 b 152310 b 15
2310 b 15
 
asp .net training | asp.net course | asp.net training online | learn asp.net
asp .net training |  asp.net course | asp.net training online |  learn asp.netasp .net training |  asp.net course | asp.net training online |  learn asp.net
asp .net training | asp.net course | asp.net training online | learn asp.net
 
SAP BO ONLINE TRAINING
SAP BO ONLINE TRAININGSAP BO ONLINE TRAINING
SAP BO ONLINE TRAINING
 
Silverlight 5 whats new overview
Silverlight 5 whats new overviewSilverlight 5 whats new overview
Silverlight 5 whats new overview
 

Plus de Santhosh Reddy

Sap hana 1.0 online training
Sap hana 1.0 online trainingSap hana 1.0 online training
Sap hana 1.0 online trainingSanthosh Reddy
 
Oracle core dba online training
Oracle core dba online trainingOracle core dba online training
Oracle core dba online trainingSanthosh Reddy
 
Microsoft c#.net online training.ppsx
Microsoft c#.net online training.ppsxMicrosoft c#.net online training.ppsx
Microsoft c#.net online training.ppsxSanthosh Reddy
 

Plus de Santhosh Reddy (8)

Sap hana 1.0 online training
Sap hana 1.0 online trainingSap hana 1.0 online training
Sap hana 1.0 online training
 
Sap bpc 10.0 training
Sap bpc 10.0 trainingSap bpc 10.0 training
Sap bpc 10.0 training
 
Sap bpc 10 training
Sap bpc 10 trainingSap bpc 10 training
Sap bpc 10 training
 
Sap hana 1.0 training
Sap hana 1.0 trainingSap hana 1.0 training
Sap hana 1.0 training
 
Oracle core dba online training
Oracle core dba online trainingOracle core dba online training
Oracle core dba online training
 
Microsoft c#.net online training.ppsx
Microsoft c#.net online training.ppsxMicrosoft c#.net online training.ppsx
Microsoft c#.net online training.ppsx
 
J2ME ONLINE TRAINING
J2ME ONLINE TRAININGJ2ME ONLINE TRAINING
J2ME ONLINE TRAINING
 
OBIEE ONLINE TRAINING
OBIEE ONLINE TRAININGOBIEE ONLINE TRAINING
OBIEE ONLINE TRAINING
 

Dernier

ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4MiaBumagat1
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...Postal Advocate Inc.
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Celine George
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfTechSoup
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Jisc
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPCeline George
 
Karra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxKarra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxAshokKarra1
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17Celine George
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfSpandanaRallapalli
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Celine George
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersSabitha Banu
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...JhezDiaz1
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Celine George
 
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfAMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfphamnguyenenglishnb
 
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxBarangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxCarlos105
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designMIPLM
 
Judging the Relevance and worth of ideas part 2.pptx
Judging the Relevance  and worth of ideas part 2.pptxJudging the Relevance  and worth of ideas part 2.pptx
Judging the Relevance and worth of ideas part 2.pptxSherlyMaeNeri
 

Dernier (20)

ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
 
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptxFINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERP
 
Karra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxKarra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptx
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdf
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginners
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
 
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfAMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
 
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxBarangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-design
 
Judging the Relevance and worth of ideas part 2.pptx
Judging the Relevance  and worth of ideas part 2.pptxJudging the Relevance  and worth of ideas part 2.pptx
Judging the Relevance and worth of ideas part 2.pptx
 

Microsoft asp.net online training

  • 1. Microsoft ASP.NET Online Trainin AcuteSoft: India: +91-9848346149, +91-7702226149 Land Line: +91 (0)40 - 42627705 USA: +1 973-619-0109, +1 312-235-6527 UK : +44 207-993-2319 skype : acutesoft email : info@acutesoft.com www.acutesoft.com http://training.acutesoft.com
  • 2. Microsoft ASP.NET Online Trainin Overview of the ASPNET Framework ASPNET and the NET Framework Understanding the Framework Class Library Understanding the Common Language Runtime Understanding ASPNET Controls, HTML Controls and Control Events Understanding View State, ASPNET Pages, Dynamic Compilation, Control Trees Using Code-Behind Pages and Handling Page Events Using the PageIsPostBack Property Debugging and Tracing ASPNET Pages Tracing Page Execution Installing the ASPNET Framework Using the Standard Controls Displaying Information Using the Label Control, Literal Control
  • 3. Microsoft ASP.NET Online Trainin Accepting User Input, Using the TextBox Control, CheckBox Control, RadioButton Control Submitting Form Data, Using the Button Control, LinkButton Control, ImageButton Control Using Client Scripts with Button Controls, Performing Cross-Page Posts Specifying a Default Button, Handling the Command Event Displaying Images, Using the Image Control, Using the ImageMap Control, Panel Control, HyperLink Control Using the Validation Controls Overview of the Validation Controls Validation Controls and JavaScript Using PageIsValid Setting the Display Property Highlighting Validation Errors
  • 4. Microsoft ASP.NET Online Trainin Using Validation Groups Disabling Validation Creating Custom Validation Controls Using the Rich Controls Accepting File Uploads, Saving Files to the File System, Saving Files to a Database, Uploading Large Files Displaying a Calendar, Creating a Pop-up Date Picker, Rendering a Calendar from a Database Table Displaying Advertisements, Storing Advertisements in an XML File and Database Table Tracking Impressions and Transfers Displaying Different Page Views, Displaying a Tabbed Page View, Displaying a Multi-Part Form Displaying a Wizard
  • 5. Microsoft ASP.NET Online Trainin Designing Websites with Master Pages Creating Master Pages Creating Default Content Nesting Master Pages Using Images and Hyperlinks in Master Pages Registering Master Pages in Web Configuration Modifying Master Page Content Using the Title Attribute, Page Header Property Exposing Master Page Properties Using FindControl with Master Pages Loading Master Pages Dynamically and the same for Multiple Content Pages Designing Websites with Themes Creating Themes, Adding Skins to Themes Creating Named Skins Themes Versus StyleSheet Themes
  • 6. Microsoft ASP.NET Online Trainin Disabling Themes Registering Themes in the Web Configuration File Adding Cascading Style Sheets to Themes Adding Multiple Cascading Style Sheets to a Theme Changing Page Layouts with Cascading Style Sheets Creating Global Themes Applying Themes and Skins Dynamically Using List Controls Overview of the List Controls Declaring List Items Binding to a Data Source Determining the Selected List Item Appending Data Items Enabling Automatic PostBacks Using the Items Collection
  • 7. Microsoft ASP.NET Online Trainin Working with the DropDownList Control, RadioButtonList Control, ListBox Control, CheckBoxList Control, BulletedList Control and Custom List Control Using the GridView Control GridView Control Fundamentals Displaying Data, Selecting Data, Using Data Keys, Sorting Data, Paging Through Data, Editing Data and Displaying Empty Data Formatting the GridView Control Using ViewState with the GridView Control Using Fields with the GridView Control Using BoundFields, CheckBoxFields, CommandFields, ButtonFields, HyperLinkFields, ImageFields and TemplateFields Using the DetailsView and FormView Controls Using the DetailsView Control Displaying Data with the DetailsView Control
  • 8. Microsoft ASP.NET Online Trainin Using Fields with the DetailsView Control Displaying Data, Paging Through Data,Editing Data, Inserting and Deleting data with the DetailsView Control Working with DetailsView Control Events Formatting the DetailsView Control Using the FormView Control Displaying Data, Paging Through Data,Editing Data, Inserting and Deleting data with the FormView Control Using the Repeater and DataList Controls Using the Repeater Control Displaying Data with the Repeater Control Using Templates with the Repeater Control Handling Repeater Control Events Using the DataList Control Displaying Data with the DataList Control
  • 9. Microsoft ASP.NET Online Trainin Displaying Data in Multiple Columns Using Templates with the DataList Control Selecting Data with the DataList Control Editing Data with the DataList Control Formatting the DataList Control Creating Custom Controls with User Controls Creating User Controls Registering User Controls in the Web Configuration File Exposing Properties from a User Control Exposing Events from a User Control Creating an AddressForm Control AJAX and User Controls Dynamically Loading User Controls Using the Reference Directive Creating a Multi-Page Wizard
  • 10. Microsoft ASP.NET Online Trainin Using the ListView and DataPager Controls Using the ListView Control Using the LayoutTemplate and ItemTemplate Using the GroupTemplate Selecting a Row Sorting Database Data Editing Database Data Using the DataPager Control Creating a Custom User Interface for Paging Data Source Paging with the DataPager Control Using the ListView and DataPager Controls Using the ListView Control Using the LayoutTemplate and ItemTemplate Using the GroupTemplate Selecting a Row
  • 11. Microsoft ASP.NET Online Trainin Sorting Database Data Editing Database Data Using the DataPager Control Creating a Custom User Interface for Paging Data Source Paging with the DataPager Control Building Components Building Basic Components Components and Dynamic Compilation Mixing Different Language Components in the App_Code Folder Declaring Methods Declaring Fields and Properties Declaring Constructors Overloading Methods and Constructors Declaring Namespaces
  • 12. Microsoft ASP.NET Online Trainin Creating Partial Classes Inheritance and Abstract Classes Declaring Interfaces Using Access Modifiers Intellisense and Components Using ASPNET Intrinsics in a Component Building Component Libraries Compiling Component Libraries Adding a Reference to a Class Library Architectural Considerations Building Multi-Tier Applications Creating the User Interface Layer, Business Logic Layer and Data Access Layer Building Data Access Components with ADONET Connected Data Access Using the Connection Object, Command Object, DataReader Object
  • 13. Microsoft ASP.NET Online Trainin Disconnected Data Access Using the DataAdapter Object Using the DataTable and DataView Object and DataSet Object Executing Asynchronous Database Commands Using Asynchronous ADONET Methods Using Asynchronous ASPNET Pages Building Database Objects with the NET Framework Enabling CLR Integration Creating User-Defined Types with the NET Framework Building a Data Access Layer with a User-Defined Type Creating Stored Procedures with the NET Framework Creating the Stored Procedure Assembly Using the Login Controls Overview of the Login Controls Using the Login Control Automatically Redirecting a User to the Referring Page
  • 14. Microsoft ASP.NET Online Trainin Automatically Hiding the Login Control from Authenticated Users Using a Template with the Login Control Performing Custom Authentication with the Login Control Using the CreateUserWizard Control Configuring Create User Form Fields Sending a Create User Email Message Automatically Redirecting a User to the Referring Page Automatically Generating a Password Using Templates with the CreateUserWizard Control Adding Steps to the CreateUserWizard Control Using the LoginStatus Control Using the LoginName Control Using the ChangePassword Control Sending a Change Password Email
  • 15. Microsoft ASP.NET Online Trainin Requiring a Security Question and Answer Using Templates with the PasswordRecovery Control Using the LoginView Control Using Roles with the LoginView Control Maintaining Application State Using Browser Cookies Cookie Security Restrictions Creating Cookies Reading Cookies Setting Cookie Properties Deleting Cookies Working with Multivalued Cookies Using Session State Storing Database Data in Session State Using the Session Object Handling Session Events
  • 16. Microsoft ASP.NET Online Trainin Controlling When a Session Times Out Using Cookieless Session State Configuring a Session State Store Configuring SQL Server Session State Using Profiles Creating Profile Groups Supporting Anonymous Users Migrating Anonymous Profiles Inheriting a Profile from a Custom Class Creating Complex Profile Properties Saving Profiles Automatically Accessing Profiles from Components Using the Profile Manager Configuring the Profile Provider Creating a Custom Profile Provider
  • 17. Microsoft ASP.NET Online Trainin Working with the HTTP Runtime Creating a Custom BuildProvider Creating a Simple BuildProvider Creating a Data Access Component BuildProvider Creating a Custom ExpressionBuilder Creating a Lookup ExpressionBuilder Creating HTTP Handlers Creating a Generic Handler Implementing the IHttpHandler Interface Registering Extensions with Internet Information Server Creating an Asynchronous HTTP Handler Working with HTTP Applications and HTTP Modules Creating a Globalasax File Creating Custom HTTP Modules
  • 18. Microsoft ASP.NET Online Trainin Caching Application Pages and Data Overview of Caching Using Page Output Caching Varying the Output Cache by Parameter / Control / Header / Browser / Custom Function Specifying the Cache Location Creating a Page Output Cache File Dependency Expiring the Page Output Cache Programmatically Manipulating the Page Output Cache Programmatically Creating Page Output Cache Profiles Using Partial Page Caching Using Post-Cache Substitution Caching with a User Control Sharing a User Control Output Cache Manipulating a User Control Cache Programmatically
  • 19. Microsoft ASP.NET Online Trainin Creating a User Control Cache File Dependency Caching Dynamically Loaded User Controls Using DataSource Caching Using an Absolute Cache Expiration Policy Using a Sliding Cache Expiration Policy Caching with the ObjectDataSource Control Caching with the XmlDataSource Control Creating a DataSource Control Key Dependency Using Data Caching Using the Cache Application Programming Interface Adding Items to the Cache Adding Items with an Absolute Expiration Policy Adding Items with a Sliding Expiration Policy Adding Items with Dependencies
  • 20. Microsoft ASP.NET Online Trainin Specifying Cache Item Priorities Configuring the Cache Using SQL Cache Dependencies Using Polling SQL Cache Dependencies Configuring Polling SQL Cache Dependencies Using Polling SQL Cache Dependencies with Page Output Caching Using Polling SQL Cache Dependencies with DataSource Caching Using Polling SQL Cache Dependencies with Data Caching Using Push SQL Cache Dependencies Configuring Push SQL Cache Dependencies Using Push SQL Cache Dependencies with Page Output Caching Using Push SQL Cache Dependencies with Data
  • 21. Microsoft ASP.NET Online Trainin Source Caching Using Push SQL Cache Dependencies with Data Caching Localizing Applications for Multiple Languages Setting the Current Culture Setting a Culture Manually Automatically Detecting a Culture Setting the Culture in the Web Configuration File Culture and ASPNET Controls Using the CultureInfo Class Using the CultureInfo Class to Format String Values Comparing and Sorting String Values Creating Local Resources Explicit Localization Expressions Implicit Localization Expressions Using Local Resources with Page Properties
  • 22. Microsoft ASP.NET Online Trainin Retrieving Local Resources Programmatically Creating Global Resources Retrieving Global Resources Programmatically Using Strongly Typed Localization Expressions Using the Localize Control Using ASPNET Membership Configuring Authentication Configuring Forms Authentication Using Cookieless Forms Authentication Using Sliding Expiration with Forms Authentication Using Forms Authentication Across Applications Using Forms Authentication Across Domains Using the FormsAuthentication Class
  • 23. Microsoft ASP.NET Online Trainin Using the User Class Configuring Authorization Authorizing by Role Authorizing Files by Location Using Authorization with Images and Other File Types Using Authorization with ASP Classic Pages Using ASPNET Membership Using the Membership Application Programming Interface Encrypting and Hashing User Passwords Modifying User Password Requirements Locking Out Bad Users Configuring the SQLMembershipProvider Configuring the ActiveDirectoryMembershipProvider Creating a Custom Membership Provider Using the Role Manager Configuring the SqlRoleProvider
  • 24. Microsoft ASP.NET Online Trainin Configuring the WindowsTokenRoleProvider Configuring the AuthorizationStoreRoleProvider Caching Roles in a Browser Cookie Using the Roles Application Programming Interface Configuring Applications Overview of Website Configuration Using the Web Site Administration Tool Using the ASPNET Microsoft Management Console Snap-In ASPNET Configuration Sections Contents xix Applying Configuration Settings to a Particular Path Locking Configuration Settings Adding Custom Application Settings Placing Configuration Settings in an External File
  • 25. Microsoft ASP.NET Online Trainin Using the Configuration API Reading Configuration Sections from the Current Apps Opening a Configuration File Opening a Configuration File on a Remote Server Using the Configuration Class Modifying Configuration Sections Provisioning a New Website Creating Custom Configuration Sections Creating a Configuration Element Collection Creating Encrypted Configuration Sections Encrypting Sections with the aspnet_regiis tool Encrypting Sections Programmatically Deploying Encrypted Web Configuration Files
  • 26. For Free Demo Please Contact AcuteSoft: India: +91-9848346149, +91-7702226149 Land Line: +91 (0)40 - 42627705 USA: +1 973-619-0109, +1 312-235-6527 UK : +44 207-993-2319 skype : acutesoft email : info@acutesoft.com www.acutesoft.com http://training.acutesoft.com