SlideShare una empresa de Scribd logo
1 de 11
Descargar para leer sin conexión
Payilagam Software Training Institute

Payilagam Software Training Institute,
No:4/67E, Sri Balaji’s Ishwarya,
Vijaya Nagar 3rd Cross Street,Velachery,Chennai – 600042.
044-22592370, 8344777333, 8883775533.
Mail : info@payilagam.com, Website : www.payilagam.com

Content for ASP .NET
PART I
Chapter 1: Introduction to Asp.Net







From ASP to ASP.Net
Web Forms
Web Services
ASP.Net Features
ASP.Net 2.0
ASP.Net 3.5

Chapter 2: Overview of the ASP.Net Framework




ASP.NET and the .Net Framework
Understanding ASP.Net Controls
Understanding ASP.Net Pages

Chapter 3: Web Forms Architecture





Page Class
Web Forms Life Cycle
Web Forms Event Model
Code Behind File

Chapter 4: ASP.Net and HTTP




1

Request/Response Programming
HTTP Request Class
HTTP Collections
HTTP Response Class

Payilagam Software Training Institute | www.payilagam.com | 83 44 777 333 | 8883 77 55 33 |
Payilagam Software Training Institute



Redirection
HTTP Utility Class

Chapter 5: Web Applications Using Visual Studio







Using Visual Web Developer
Visual Studio Forms Designer
Using Components
Shadow Copying
Using the Global.asax file
Data Binding

Chapter 6: State Management and Web Applications








Session State
Application State
Hidden Fields
Cookies
QueryString
Exercise
Practices

Chapter 7: Using the Server Controls






HTML Server Controls
Web Forms Server Controls
User Control
Exercise
Practices

Chapter 8: Using the Validation controls








2

Overview of the Validation controls
Using the RequiredFieldValidator control
Using the RangeValidator control
Using the CompareValidator control
Using the RegularExpressionValidator control
Using the CustomValidator control
Using the ValidationSummary control
Using the CustomValidation control

Payilagam Software Training Institute | www.payilagam.com | 83 44 777 333 | 8883 77 55 33 |
Payilagam Software Training Institute



Exercise
Practices

Chapter 9: Using the Rich Controls








Accepting File Uploads
Displaying a Calendar
Displaying Advertisements
Displaying different page views
Displaying a wizard
Exercise
Practices

Chapter 10: Using the Standard Controls









Displaying Information
Accepting User Input
Submitting Form Data
Displaying Images
Using the Panel control
Using the Hyperlink control
Exercise
Practices

Chapter 11: Caching in ASP.Net







What is Caching?
Page Level Caching
Page Fragment Caching
Application Caching
Exercise
Practices

Chapter 12: ASP.Net configuration and Security Fundamentals





3

Configuration Overview
Authentication and Authorization
Windows Authentication
Forms Authentication
Security and ASP.Net

Payilagam Software Training Institute | www.payilagam.com | 83 44 777 333 | 8883 77 55 33 |
Payilagam Software Training Institute



Exercise
Practices

Chapter 13: Debugging, Diagonostics and Error Handling







Debugging
Application tracing
Page Tracing
Error Handling
Exercise
Practices

PART II
Chapter 14: ADO.Net and LINQ










ADO.Net Overview
.Net Data Providers
Connections
Commands
DataReaders and Connected Access
DataSets and DisConnected Access
Language Integrated Query
Exercise
Practices

Chapter 15: Overview of Data Access








Using DataBound Controls
Using DataSource Controls
Using Programmatic DataBinding
Understanding Templates and DataBinding Expressions
Overview of SQL Server Express
Sample Database-Driven Web Application
Exercise

 Practices
Chapter 16: Using List Controls

4

Overview of the List controls

Payilagam Software Training Institute | www.payilagam.com | 83 44 777 333 | 8883 77 55 33 |
Payilagam Software Training Institute









Working with the DropDownList control
Working with the RadioButtonList control
Working with the ListBox control
Working with the CheckboxList control
Working with the BulletedList control
Creating a Custom List control
Exercise
Practices

Chapter 17: Using the GridView Control







GridView control Fundamentals
Using Fields with the GridView control
Working with GridView control Events
Extending the GridView control
Exercise
Practices

Chapter 18: Using the DetailsView and FormView Controls





Using the DetailsView control
Using the FormView control
Exercise
Practices

Chapter 19: Using the Repeater and DataList Control





Using the Repeater control
Using the DataList control
Exercise
Practices

PART III
Chapter 20: Designing Websites with Master Pages





5

Creating Master Pages
Modifying Master Page Content
Loading Master Pages Dynamically
Exercise
Practices

Payilagam Software Training Institute | www.payilagam.com | 83 44 777 333 | 8883 77 55 33 |
Payilagam Software Training Institute

Chapter 21: Designing Websites with Themes








Creating Themes
Adding Skins to Themes
Adding CSS to Themes
Creating Global Themes
Applying Themes Dynamically
Exercise
Practices

Chapter 22: Creating Custom Controls with User Controls






Creating User Controls
AJAX and User Controls
Dynamically Loading User Controls
Exercise
Practices

Chapter 23: Using the Login Controls











Overview of the Login Controls
Using the Login Control
Using the CreateUserWizard control
Using the LoginStatus control
Using the LoginName control
Using the ChangePassword control
Using the PasswordRecovery control
Using the LoginView control
Exercise
Practices

PART IV
Chapter 24: Building Components


6

Building Basic Components
Building Component Libraries

Payilagam Software Training Institute | www.payilagam.com | 83 44 777 333 | 8883 77 55 33 |
Payilagam Software Training Institute




Architectural Considerations
Exercise
Practices

Chapter 25: Using the SqlDataSource Control








Creating Database Connections
Executing Database Commands
Using ASP.Net parameters with the SqlDataSource Control
Programmatically executing SqlDataSource Commands
Caching Database data with the SqlDataSource control
Exercise
Practices

Chapter 26: Using the ObjectDataSource Control









Representing Objects with the ObjectDataSource control
Using Parameters with the ObjectDataSource control
Paging, Sorting and Filtering data with the ObjectDataSource control
Handling ObjectDataSource control events
Concurrency and the ObjectDataSource control
Extending ObjectDataSource control
Exercise
Practices

Chapter 27: Using LinqDataSource Control



Exercise
Practices

Chapter 28: Building Data Access Components







7

Connected Data Access
Disconnected Data Access
Executing Asynchronous Database Commands
Building Database Objects with the .NET Framework
Exercise
Practices

Payilagam Software Training Institute | www.payilagam.com | 83 44 777 333 | 8883 77 55 33 |
Payilagam Software Training Institute

Chapter 29: Using the Navigation Controls








Understanding SiteMaps
Using the SiteMapPath control
Using the Menu control
Using the TreeView control
Building a SQL Hierarchical Data Source control
Exercise
Practices

Chapter 30: Using Site Maps








Using the SiteMapDataSource control
Using the SiteMap Class
Advanced SiteMap Configuration
Creating Custom Site Map Providers
Generating a Google SiteMap File
Exercise
Practices

PART V
Chapter 31: Introduction to ASP.Net and AJAX










Rich Client Applications
AJAX
Script Manager
Update Panel
AJAX Client Library
Remote Method Calls
AJAX Control ToolKit
Exercise
Practices

Chapter 32: HTTP Pipeline

8

Pipeline Architecture

Payilagam Software Training Institute | www.payilagam.com | 83 44 777 333 | 8883 77 55 33 |
Payilagam Software Training Institute







Context
Applications
Handlers
Modules
Exercise
Practices

Chapter 33: XML [Extensible Markup Language]







What is XML?
XML Document Structure and Syntax
XML Documentation Classes
Reading and Writing XML File
Exercise
Practices

Chapter 34: ASP.Net Web Services









Introduction to XML Web Services
Creating Web Services
Setting the Web Service Attribute
Test and Run your Web Service
Consuming a Web Service in Client Application
Consuming a Third Party Web Service
Exercise
Practices

Chapter 35: Globalization and Localization






Understand Culture and UI Culture
Initialize Culture Method
Set the Culture and UI Culture for ASP.Net Web page
Exercise
Practices

Chapter 36: Deployment



9

Methods of Deploying Web Application
Deploy Windows Application
Deploying Website

Payilagam Software Training Institute | www.payilagam.com | 83 44 777 333 | 8883 77 55 33 |
Payilagam Software Training Institute




Publishing Website
Exercise
Practices

Every Chapter contains Exercises
And
Every Section contains Mini Projects
And
Finally Live Project

Warm Regards
Payilagam Software Training Institute,
83 44 777 333, 8883 77 55 33.
Mail: info@payilagam.com
Website: www.payilagam.com
10

Payilagam Software Training Institute | www.payilagam.com | 83 44 777 333 | 8883 77 55 33 |
Payilagam Software Training Institute

11

Payilagam Software Training Institute | www.payilagam.com | 83 44 777 333 | 8883 77 55 33 |

Más contenido relacionado

Último

Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
KarakKing
 

Último (20)

REMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxREMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptx
 
Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the Classroom
 
How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17
 
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan Fellows
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdf
 
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
 
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptxOn_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
 
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptxExploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
 
Google Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxGoogle Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptx
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
Interdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxInterdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptx
 
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptxCOMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - English
 
Wellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxWellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptx
 
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
 

Destacado

How Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthHow Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental Health
ThinkNow
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie Insights
Kurio // The Social Media Age(ncy)
 

Destacado (20)

2024 State of Marketing Report – by Hubspot
2024 State of Marketing Report – by Hubspot2024 State of Marketing Report – by Hubspot
2024 State of Marketing Report – by Hubspot
 
Everything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPTEverything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPT
 
Product Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage EngineeringsProduct Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage Engineerings
 
How Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthHow Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental Health
 
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfAI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
 
Skeleton Culture Code
Skeleton Culture CodeSkeleton Culture Code
Skeleton Culture Code
 
PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024
 
Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)
 
How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie Insights
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search Intent
 
How to have difficult conversations
How to have difficult conversations How to have difficult conversations
How to have difficult conversations
 
Introduction to Data Science
Introduction to Data ScienceIntroduction to Data Science
Introduction to Data Science
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best Practices
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project management
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
 

ASP .NET Training in Chennai Payilagam Syllabus

  • 1. Payilagam Software Training Institute Payilagam Software Training Institute, No:4/67E, Sri Balaji’s Ishwarya, Vijaya Nagar 3rd Cross Street,Velachery,Chennai – 600042. 044-22592370, 8344777333, 8883775533. Mail : info@payilagam.com, Website : www.payilagam.com Content for ASP .NET PART I Chapter 1: Introduction to Asp.Net       From ASP to ASP.Net Web Forms Web Services ASP.Net Features ASP.Net 2.0 ASP.Net 3.5 Chapter 2: Overview of the ASP.Net Framework    ASP.NET and the .Net Framework Understanding ASP.Net Controls Understanding ASP.Net Pages Chapter 3: Web Forms Architecture     Page Class Web Forms Life Cycle Web Forms Event Model Code Behind File Chapter 4: ASP.Net and HTTP     1 Request/Response Programming HTTP Request Class HTTP Collections HTTP Response Class Payilagam Software Training Institute | www.payilagam.com | 83 44 777 333 | 8883 77 55 33 |
  • 2. Payilagam Software Training Institute   Redirection HTTP Utility Class Chapter 5: Web Applications Using Visual Studio       Using Visual Web Developer Visual Studio Forms Designer Using Components Shadow Copying Using the Global.asax file Data Binding Chapter 6: State Management and Web Applications        Session State Application State Hidden Fields Cookies QueryString Exercise Practices Chapter 7: Using the Server Controls      HTML Server Controls Web Forms Server Controls User Control Exercise Practices Chapter 8: Using the Validation controls         2 Overview of the Validation controls Using the RequiredFieldValidator control Using the RangeValidator control Using the CompareValidator control Using the RegularExpressionValidator control Using the CustomValidator control Using the ValidationSummary control Using the CustomValidation control Payilagam Software Training Institute | www.payilagam.com | 83 44 777 333 | 8883 77 55 33 |
  • 3. Payilagam Software Training Institute   Exercise Practices Chapter 9: Using the Rich Controls        Accepting File Uploads Displaying a Calendar Displaying Advertisements Displaying different page views Displaying a wizard Exercise Practices Chapter 10: Using the Standard Controls         Displaying Information Accepting User Input Submitting Form Data Displaying Images Using the Panel control Using the Hyperlink control Exercise Practices Chapter 11: Caching in ASP.Net       What is Caching? Page Level Caching Page Fragment Caching Application Caching Exercise Practices Chapter 12: ASP.Net configuration and Security Fundamentals      3 Configuration Overview Authentication and Authorization Windows Authentication Forms Authentication Security and ASP.Net Payilagam Software Training Institute | www.payilagam.com | 83 44 777 333 | 8883 77 55 33 |
  • 4. Payilagam Software Training Institute   Exercise Practices Chapter 13: Debugging, Diagonostics and Error Handling       Debugging Application tracing Page Tracing Error Handling Exercise Practices PART II Chapter 14: ADO.Net and LINQ          ADO.Net Overview .Net Data Providers Connections Commands DataReaders and Connected Access DataSets and DisConnected Access Language Integrated Query Exercise Practices Chapter 15: Overview of Data Access        Using DataBound Controls Using DataSource Controls Using Programmatic DataBinding Understanding Templates and DataBinding Expressions Overview of SQL Server Express Sample Database-Driven Web Application Exercise  Practices Chapter 16: Using List Controls  4 Overview of the List controls Payilagam Software Training Institute | www.payilagam.com | 83 44 777 333 | 8883 77 55 33 |
  • 5. Payilagam Software Training Institute         Working with the DropDownList control Working with the RadioButtonList control Working with the ListBox control Working with the CheckboxList control Working with the BulletedList control Creating a Custom List control Exercise Practices Chapter 17: Using the GridView Control       GridView control Fundamentals Using Fields with the GridView control Working with GridView control Events Extending the GridView control Exercise Practices Chapter 18: Using the DetailsView and FormView Controls     Using the DetailsView control Using the FormView control Exercise Practices Chapter 19: Using the Repeater and DataList Control     Using the Repeater control Using the DataList control Exercise Practices PART III Chapter 20: Designing Websites with Master Pages      5 Creating Master Pages Modifying Master Page Content Loading Master Pages Dynamically Exercise Practices Payilagam Software Training Institute | www.payilagam.com | 83 44 777 333 | 8883 77 55 33 |
  • 6. Payilagam Software Training Institute Chapter 21: Designing Websites with Themes        Creating Themes Adding Skins to Themes Adding CSS to Themes Creating Global Themes Applying Themes Dynamically Exercise Practices Chapter 22: Creating Custom Controls with User Controls      Creating User Controls AJAX and User Controls Dynamically Loading User Controls Exercise Practices Chapter 23: Using the Login Controls           Overview of the Login Controls Using the Login Control Using the CreateUserWizard control Using the LoginStatus control Using the LoginName control Using the ChangePassword control Using the PasswordRecovery control Using the LoginView control Exercise Practices PART IV Chapter 24: Building Components   6 Building Basic Components Building Component Libraries Payilagam Software Training Institute | www.payilagam.com | 83 44 777 333 | 8883 77 55 33 |
  • 7. Payilagam Software Training Institute    Architectural Considerations Exercise Practices Chapter 25: Using the SqlDataSource Control        Creating Database Connections Executing Database Commands Using ASP.Net parameters with the SqlDataSource Control Programmatically executing SqlDataSource Commands Caching Database data with the SqlDataSource control Exercise Practices Chapter 26: Using the ObjectDataSource Control         Representing Objects with the ObjectDataSource control Using Parameters with the ObjectDataSource control Paging, Sorting and Filtering data with the ObjectDataSource control Handling ObjectDataSource control events Concurrency and the ObjectDataSource control Extending ObjectDataSource control Exercise Practices Chapter 27: Using LinqDataSource Control   Exercise Practices Chapter 28: Building Data Access Components       7 Connected Data Access Disconnected Data Access Executing Asynchronous Database Commands Building Database Objects with the .NET Framework Exercise Practices Payilagam Software Training Institute | www.payilagam.com | 83 44 777 333 | 8883 77 55 33 |
  • 8. Payilagam Software Training Institute Chapter 29: Using the Navigation Controls        Understanding SiteMaps Using the SiteMapPath control Using the Menu control Using the TreeView control Building a SQL Hierarchical Data Source control Exercise Practices Chapter 30: Using Site Maps        Using the SiteMapDataSource control Using the SiteMap Class Advanced SiteMap Configuration Creating Custom Site Map Providers Generating a Google SiteMap File Exercise Practices PART V Chapter 31: Introduction to ASP.Net and AJAX          Rich Client Applications AJAX Script Manager Update Panel AJAX Client Library Remote Method Calls AJAX Control ToolKit Exercise Practices Chapter 32: HTTP Pipeline  8 Pipeline Architecture Payilagam Software Training Institute | www.payilagam.com | 83 44 777 333 | 8883 77 55 33 |
  • 9. Payilagam Software Training Institute       Context Applications Handlers Modules Exercise Practices Chapter 33: XML [Extensible Markup Language]       What is XML? XML Document Structure and Syntax XML Documentation Classes Reading and Writing XML File Exercise Practices Chapter 34: ASP.Net Web Services         Introduction to XML Web Services Creating Web Services Setting the Web Service Attribute Test and Run your Web Service Consuming a Web Service in Client Application Consuming a Third Party Web Service Exercise Practices Chapter 35: Globalization and Localization      Understand Culture and UI Culture Initialize Culture Method Set the Culture and UI Culture for ASP.Net Web page Exercise Practices Chapter 36: Deployment    9 Methods of Deploying Web Application Deploy Windows Application Deploying Website Payilagam Software Training Institute | www.payilagam.com | 83 44 777 333 | 8883 77 55 33 |
  • 10. Payilagam Software Training Institute    Publishing Website Exercise Practices Every Chapter contains Exercises And Every Section contains Mini Projects And Finally Live Project Warm Regards Payilagam Software Training Institute, 83 44 777 333, 8883 77 55 33. Mail: info@payilagam.com Website: www.payilagam.com 10 Payilagam Software Training Institute | www.payilagam.com | 83 44 777 333 | 8883 77 55 33 |
  • 11. Payilagam Software Training Institute 11 Payilagam Software Training Institute | www.payilagam.com | 83 44 777 333 | 8883 77 55 33 |