SlideShare ist ein Scribd-Unternehmen logo
1 von 11
Downloaden Sie, um offline zu lesen
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 |

Weitere ähnliche Inhalte

Kürzlich hochgeladen

BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpinRaunakKeshri1
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Celine George
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxRoyAbrique
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...RKavithamani
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 

Kürzlich hochgeladen (20)

BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpin
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 

Empfohlen

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 HubspotMarius Sescu
 
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 ChatGPTExpeed Software
 
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 EngineeringsPixeldarts
 
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 HealthThinkNow
 
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.pdfmarketingartwork
 
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 2024Neil Kimberley
 
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)contently
 
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 2024Albert Qian
 
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 InsightsKurio // The Social Media Age(ncy)
 
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 2024Search Engine Journal
 
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 summarySpeakerHub
 
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 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 Tessa Mero
 
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 IntentLily Ray
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best PracticesVit Horky
 
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 managementMindGenius
 
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...RachelPearson36
 

Empfohlen (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 |