ASP.NET 2.0 Training Course Outline
The .NET 2.0 Framework
The Common Language Runtime
The Framework Class Library
Intermediate Language
.NET Languages
The Global Assemble Cache
Disassemblers
Visual Studio.NET
Creating Projects
Project Anatomy
Using the IDE
Code Snippets
Language Syntax
VB.NET vs C#
Comments and Documentation
Data Types
Variables
Operators
Conditional Statements
Looping Structures
Functions
Exception Handling
Classes & Objects
Classes and Objects
Partial Classes
Methods, Properties and Events
Constructors
Property Procedures
Enumerations
Reference vs. Value Types
Structures
Namespaces
Arrays, Collections and Generics
Arrays
Resizing Arrays
ArrayLists & HashTables
Generic Collections
Debugging Applications
Breakpoints
Tracepoints
Edit & Continue
Stepping through code
Data Tips & Visualisers
Watch windows
Command Windows
Call Stack
ASP.NET Introduction
HTML & Server controls
Postbacks
Page Lifecycle
User Interface Development
Master Pages
Themes
User Controls
Navigation
Validation
Configuration
Configuration Files
Developer Settings
Administration Tools
Membership & Personalisation
Membership Providers
Login Controls
Roles
State Management
Personalisation
Web Parts
Error Handling
Page Level Exceptions
Site Level Exceptions
Custom Error Pages
Tracing
Data Binding
Connection Object
Command Object
Data Readers
DataSets & DataAdapters
DataViews
Saving DataSet with Stored Procedures
Saving DataSet with the CommandBuilder
Web Services
Web Service Architecture
SOAP
Creating a Client
WSDL
UDDI
Creating a Server
Deployment
XCopy deploymentSetup Projects
Deploying web applications
Comments