Home Page

The Training

Course Outlines

Course List & Dates

On Site Training

The Trainers

About Manor Training

Contact Us

To Find Us

Training Centre

Training Rooms

Training Times

Training & Services

Training & Services

Client List

Quality Assurance

Terms & Conditions

About Our Training Courses

 

Manor Training Logo


ASP.NET C#

Course Objectives for Introduction:
Help you make sense of .NET - Understand the anatomy of an ASP.NET page
Using server controls - Accessing a database with ASP.NET
Understanding web services and XML - Using XML with ASP.NET
Debugging and optimising an ASP.NET application

COURSE CONTENTS

Introduction to ASP
Help you to make sense of .Net
Understanding the Anatomy of an ASP.NET Page
Using Server Controls
Accessing a Database with ASP.NET
Understanding Web Services and XML
Using XML with ASP.NET
Debugging and Optimising an ASP.NET Application
Session 1
What is ASP and ASP.Net
The .Net Framework - What it is and how to install it
Introduction to IIS
Session 2
Locating and Understanding the root directory
Creating an HTML, an ASP and an ASP.Net web page
Browsing your pages
Understand and create a basic Event Handler for an ASP.Net Page.
Session 3
Learn to use and configure the C# compiler
Understanding and using Variables
Conditional Statements
Working with Arrays
Building Control Logic into your program
Working with Strings
Using Methods
Exception Handling
Converting your code to an ASP.Net page
Session 4
What is an HTML Control
Architecture of Response - Request model

HTML Controls vs. HTML
Create various HTML Controls such as:
Buttons
Single Line Textbox
Multiple Line Textbox
Boolean Input
Drop Down Lists and Selection Groups
Hyperlink
Building a dynamic Table
Storing Hidden Information
Uploading Files
Session 5
Introduce you to the Web Controls
Look at Web Controls such as:
Buttons
Text Input
Boolean Input
Selection
Drop down lists
Dates from a Calendar
Rendering an Image
Building a Table
Working with controls
Validation of Web Control Fields
Session 6
Understanding ADO.Net
Displaying repeated data
Displaying information from a Database
Inserting, Updating and Deleting information in a Database
Sorting Data from a Database
Understanding and using Stored Procedures
Master-Detail relationships
Introduction to XML
Working with XML data sources
Transforming and Displaying XML data
Session 7
Understanding the basics of a Web Service
Create your own basic Web Service

 

Using Parameters with Web Services
Returning information from a Web Service
Application and Session objects and Web Services
Session 8
What is a component
Creating Custom Components
Using code behind pages
Compiling code behind pages
Session 9
Using the Request Component
Using the Response Component
Checking browser types
Sending email with ASP.NET
ASP.NET Page and Data Cache
Session 10
What are Applications
What is State Management
Understanding the Global.asax file
The Global.asax file and:
Processing Directives
Server-Side Objects
Application Event Handlers
Using Application and Session State
Using Page State
Session 11
Changing Application Settings
Debugging your Web Application
Application and Page level traces
Using Windows Authentication
Using Forms Authentication
Authorise Users