|
|
Course - ASP.NET and ADO.NET
Introduction to Web Technologies
- Role of HTML/XML, Overview of client side scripting languages like Java Script etc, Request Pesponse mechanism etc.
ASP.NET and ADO.NET
- Facts about ASP.NET: Integrated with .NET, Compiled, Multilanguage, Hosted by CLR, Object oriented, Multidevice and Multibrowser etc.
- WebForms: Page Processing - HTML Forms, Dynamic UI, ASP.NET event model, Automatic Postbacks, View State, Page Validation, Automatic data binding, Page class, ASP.NET Page Execution Architecture etc.
- Server Controls: Types of Server controls, HTML Server controls, Web Controls, List Controls, Validation Controls, Adrotator and Calendar control.
- State Management: Overview of state management with examples using View state, Cookies, Session state, Application State.
- ADO.NET: ADO.NET data providers, Overview of important ADO.NET classes like Connection, Command, DataReader, etc.
Transaction management in ADO.NET. Stored procedures. Building ADO.NET applications to address insert, delete, update and select.
Data components and the Dataset: Disconnected data architecture. Role of DataSet and DataAdapter. DataView class. Working with multiple tables and relationships. Data binding. Parametrized queries.
- Data Bound controls: Understanding and using data bound controls like GridView, ListView, DetailsView and FormView to build realtime applications and to address features like sorting, paging, etc
- Caching:Importance of Caching, ASP 3.5 Support for Caching, Type of Caching in ASP.NET, Output Caching, Web user control(VS) custom control, Fragment caching, Data caching vs Application object, SQL Cache Dependency etc.
- ASP.NET Configuration: Significance of global.asax file. Machine config vs Web config, App Settings, Compilation setting, Custom error setting, Session State Setting, Enhancement in ASP.NET, Inprocess VS out process session state, State server and SQL Server etc.
- XML: Overview, Well and Valid XML documents. Stream Based XML processing, In Memory XML processing (XmlDocument, XDocument), Searching XML documents using XmlDocument, Validating XML content, Transforming XML Content, XML data binding, XML and the ADO.NEt DataSet etc.
- LINQ: Intro to Linq. Linq to Object. Linq to XML. Linq to SQL etc.
- ASP.NET Tracing: Page Level, Application Level. Adding custom trace messages.
- Security IN ASP.NET: Authentication & Authorization, Windows Based Authentication, Form Based Authentication, Passport Authentication.
- Web Services: Overview, Role of WSDL - NET support for XML Web Service, Client Applications for Web Service,
WSDL utility, Caching Web Service, Web service wire Formats - HTTP Post HTTP Get, SOAP, UDDI Registry,
Securing web Service, WCF etc.
- Themes and Master Pages: CSS, Applying style sheet rules, Theme folders and Skins. Master page basics,
Using master pages for buidling realtime applications.
- AP.NET AJAX: Overview of AJAX. ASP.NET AJAX on the client and the server. ASP.NET AJAX server controls etc.
|
|