Software Skills Training, Inc.
978-250-4983
Catalog Course Schedules In House Training Registration Student Feedback
Cost Effective Training Solutions



Register Now

Discount Programs

ASP.NET 2.0 Programming Using C#


Price: Contact SST for pricing  |  Duration: 5 Days

Prerequisites: Knowledge of fundamental HTML syntax is helpful, but not required. Prior experience with a scripting or programming language is required.

Description: This course provides students with hands on experience using Visual Studio 2005 to create dynamic web applications with the ASP.NET 2.0 Framework using C#. This class provides a thorough introduction to the C# programming language. It covers the essentials of the C# programming language, introducing built in data types, operators, control structures, classes and methods. Students then learn how to leverage the power of the .NET Framework classes to build web user interfaces. The use of web forms, HTML controls, web controls, and validation controls are examined via the code-behind programming model. State management via the view state, session state and application objects will be introduced, as well as effective use of cookies. Students will learn how to use ADO.NET 2.0 to interact with data sources and display data. The class will also introduce the master pages. Other topics include: event handling and validation of user input; error handling and debugging; the use of security for authentication; the use of Web.config to control application configuration; uploading files and sending e-mail; developing and consuming web services; file I/O; using XML data with DataSets; and deploying ASP.NET applications. Comprehensive labs and exercises provide the students with experience creating and deploying a dynamic web application.

This course provides thorough coverage of the use of Web forms for web-enabled applications. Students requiring additional coverage of Windows forms should contact SST to discuss additional training available in classroom or online format.

Students who are already familiar with the C# language syntax may want to take the 3-day ASP.NET 2.0 Programming for Experienced C# Programmers class instead.

Introduction to .NET
  • Overview of the .NET Framework
  • How .NET is Different from Traditional Programming
  • Common Language Runtime (CLR)
  • Common Language Specification (CLS)
  • Common Type System (CTS)
  • Overview of .NET Assemblies
  • Microsoft Intermediate Language (MSIL)
  • .NET Namespaces
  • .NET Framework Classes
Language Fundamentals
  • C# Project Types
  • Program Structure
  • Defining Namespaces
  • C# Data Types
  • Declaration and use of Variables and Constants
  • Operators and Expressions
  • Console I/O
  • Type Conversions and Type Checking
Functions and Parameters
  • Defining Functions
  • Parameters
  • Passing by Value
  • Passing by Reference
  • Value Types versus Reference Types
  • The Stack
  • The Heap
  • Function Overloading
  • Variable Length Parameter Lists
  • Type Checking
  • Static Members
Data Structures
  • Defining and Using Arrays
  • Using System.Array
  • Defining and Using Structures
  • Defining and Using Enumerations
  • Using System.Enum
  • Using .NET Collections
    • ArrayList
    • Hashtable
Object-Oriented Programming Concepts
  • Purpose of Object-Oriented Programming
  • Building Classes
  • Creating Objects
  • Using Inheritance with .NET Classes
  • Understanding the Role of Interfaces in .NET
    • ICollection
    • IList
    • IDictionary
    • IDbConnection
    • IDbCommand
ASP.NET 2.0 Features
  • ASP.NET 2.0 as a Programming Framework
  • Power of Web Forms
  • Tying Together the Server-Side and Client-Side Architecture
Using Controls
  • HTML Controls
  • Web Controls
  • Creating Controls at Runtime
  • Custom User Controls
Handling Events
  • Event Driven Programming Model
  • Common Event Categories
  • Writing Event Handlers
  • Sharing Event Handlers between Events
  • PostBack and Non-PostBack Events
  • Global.asax
Master Pages
  • The Basics of Master Page
  • Coding a Master Page
  • Coding a Content Page
  • Event Ordering
Data Binding in ASP.NET 2.0
  • Binding ASP.NET 2.0 Controls to a Data Source
  • Using the ListBox Control
  • Using the GridView Control
  • Using the DetailsView Control
  • Using the FormView Control
  • Using the Repeater Control
File Upload
  • Using the FileUpload Control
  • Uploading Binary and Text Files to a Server
  • Setting Size Limitations on Files to be Uploaded
Using XML in ASP.NET 2.0
  • Introduction to XML and XML Schemas
  • Reading XML Data with a DataSet
  • Writing XML Data with a DataSet
Reading and Writing Files
  • System.IO Namespace
  • Examining Files and Directories
  • Opening Files
  • Reading Files
  • Writing Files
Introduction to Visual Studio 2005
  • Setting Profiles
  • Creating a Project
  • Using the Solution Explorer
  • Setting Project Properties
  • Adding References
  • Using the Code Editor
  • Compiling a Program
  • Running a Program
Conditionals and Looping
  • if
  • if/else
  • switch
  • while
  • for
  • foreach
Exception Handling
  • What are Exceptions
  • Catching Exceptions
  • .NET Exception Hierarchy
  • Throwing Exceptions
  • Managing Resources with Finally
  • Defining Custom Exception Types
Overview Of Web Application Technology
  • Static vs. Dynamic Web Sites
  • Dynamic Content from Databases
  • Client-Side Scripting vs. Server-Side Scripting
Creating ASP.NET 2.0 Pages
  • How to Build ASP.NET 2.0 Pages
  • Elements of a Web Form
  • Page Directives
  • Use of Code Behind Pages
  • Life-cycle of a Web Form
  • Handling Page Object Events
  • Application Folders
Validation in ASP.NET 2.0
  • How Validation Controls Work
  • Server-Side Validation
  • Client-Side Validation
  • Regular Expressions
  • Customizing Validation
  • Disabling Validation
  • Working with Validation Groups
Maintaining State
  • The Web is Stateless
  • Techniques to Maintain State
  • Application Object
  • Session Object
  • Page Object and ViewState
  • Cookies
ADO.NET 2.0
  • The ADO.NET 2.0 Object Model
  • Client-Side vs. Server-Side Cursors
  • Connected vs. Disconnected Access
  • Using Connection Classes to Connect to a Data Source
  • Using Command Classes to Execute Queries and Stored Procedures
  • Insert, Update and Delete with ADO.NET
  • Using DataReader Classes to Work with Cursors
  • Using the DataSet Class with Disconnected Data
  • Using DataAdapter Classes with DataSets
Securing ASP.NET 2.0 Applications
  • Security Basics
  • ASP.NET 2.0 Authentication
  • ASP.NET 2.0 Authorization
  • Using the Web Site Administration Tool
E-mail
  • Using SMTP Mail Servers
  • Constructing E-Mail Messages
  • Sending E-mail Attachments
Introduction to Web Services
  • Web Services Architecture
  • Web Service Programming Model
  • Understanding SOAP Messages
  • Creating Web Services using VB.NET
  • Protocols for Accessing Web Services
  • Consuming a Web Service
  • Using WSDL and Proxy Classes
Deploying ASP.NET 2.0 Applications
  • Issues with Deployment
  • Using Publish Option
  • Using XCOPY Deployment
  • Using Web Setup Projects