|
|
.Net Framework
- Introducing .Net framework
- .Net Architecture
- Framework Base Class Library (BCL)
- CLR/CTS/CLS and other acronyms
- Language (C#) and Syntax
- Garbage Collector
Basics of ASP.Net
- Introducing ASP.Net pages
- Adding ASP.Net code to a page
- ASP.Net 2.0
- ASP.Net 3.0
- ASP.Net 3.5
- Session & Cookies
- Caching
- Authentication and athurization
- XML & Web Services
- COM Interoperability
- Handling page events
- Separating code from content
- Sharing information between pages
- Securing an ASP.Net application
- Advantages of partitioning an ASP.Net page
- Creating and using Code-behind pages
- Creating and using components and classes
- Inheritance
- Interfaces
- Creating Web Service using Visual Studio.Net
- Calling a Web Service using Visual Studio.Net
ASP.Net Applications
- Web Applications
- Web Services
- Window Applications
- Window services
|
|
Using Web Controls
- Web Controls and HTML controls compared
- Using intrinsic controls
- Using data input validation controls
- Introducing user controls
- Introducing custom controls
- ASP.Net controls
Using Trace in ASP.Net Pages
- Overview of Tracing
- Trace Information
- Page-Level Trace and Application-Level Trace
Using ADO.NET to Access Data
- Accessing text files
- Overview of ADO.Net
- Connecting to the datasource
- Accessing data with DateSet
- Using DataView
- Accessing data with DataReader
- Using XML data with a DataSet
Database (SQL)
- Introdunction
- Connecting to the database
- Querying database
- Creating stored procedure
|