Dot Net Technology
Introduction to .NET Framework and ASP.NET
ASP.NET 2.0 features and web applications that can be developed
Introduction to Visual Studio 2005
ASP.NET Server Controls
- HTML Server Controls
- Web Server Controls
ASP.NET Validation Controls
- Server Side Validation
- Client Side Validation
New ASP.NET 2.0 features (Not available in ASP.NET 1.1)
- Master Pages
- Themes and Skins
Collections and Generics
- Array Lists, Hash Tables, Dictionaries and other generics
Data binding in ASP.NET
- Data bind and Data Source Concepts
- SqlDataSource, XmlDataSource, ObjectDataSource controls
Data Management with ADO.NET
- Introduction to Data access and ADO.NET features
- ODBC and OLEDB concepts
- Introduction to Connection,Command,DataReader,DataAdapater
- Using Parameters in ADO.NET
- Middle tier, Data access layers using ADO.NET
- Examples of ADO.NET accessing and modifying data for various backends (SQL 2005, Oracle, Access) using sqlclient and oledb client
Working with XML
- XML Role and features
- XMLReader, XMLWriter, and using schemas with XML
- XMLDocument and XPathDocument and Datasets
Site Navigation using ASP.NET
Personalization, Membership and Role management using ASP.NET
Portal Frameworks and Web parts
Authentication (Forms based and windows based)
ASP.NET State, Session and Cache management
Debugging and Error Handling Techniques
- Tracing and Debugging
- Exception Handling
File I/O
- Reading and Writing files
- Working with Directories and paths
Advanced Concepts in ASP.NET
- User controls, Server Controls
- HTTP Modules
- HTTP Handlers
Building and Consuming XML Web services
- Creation
- Consumption
- SOAP Protocol
Configuration
- Connection strings
- Web.config
Packaging and Deploying ASP.NET Web applications
- Publishing
- Web Deployment
- Creating installers