|
ADO.Net
Overview
Overview
of ADO.Net | Using Wizards to create Data Aware Forms
ADO.Net
Namespaces and Classes
System.Data.OleDb Namespace| System.Data.SqlClient
Namespace | In depth details on classes for connecting, reading,
and updating databases| Connection | DataReader | Command |
Parameter | DataSet | DataTable | DataAdapter
ADO.Net
Basics
Simple Data Binding in WinForms | Complex
Data Binding in WinForms | Using Components | Using
the Query Builder| Using the Server Explorer | Calling
Stored Procedures| Connection options for SQL Server
Advanced
ADO.Net Topics
Sorting, Searching and Filtering Data
| Using Transactions |
Working with Relational Data | Error handling | Strongly typed DataSets | Advanced
Updates | Auto
Increment values | Pending
Inserts and Deletes
Web
Services/SOAP
Web Service overview | Creating web
services | Consuming web services, WSDL | Adding and updating
Web References | Tracking user information in a web service
| Creating a web service data broker | Using
session information in a web Service | Type
Marshaling
ASP.Net
Basics
Programming Web Forms | Server Controls
| Working with ViewState| Understanding Server Side Events
| ASP.Net Tracing | Validation | Using
List - Bound Controls | Using
ADO.Net in ASP.Net | Managing state using Session and Application
variables | Deploying ASP.Net applications to the internet
Advanced
ASP.Net Topics
Using Cookies in ASP.net | ASP.Net
Authentication techniques| ASP.Net Caching| Using ADO.Net
classes in creative ways | Storing custom objects into session
variables | Using Style Sheets with ASP.Net | Working
with the Global.asax file
Windows
Forms vs Web Forms
Comparing web development vs windows
development | Design issues for web applications | User Interface
techniques for ASP.Net |