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 for Experienced C# Programmers


Price: Contact SST for pricing  |  Duration: 3 Days

Prerequisites: Knowledge of fundamental HTML syntax is helpful, but not required. Prior experience with C# 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; 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 unfamiliar with the Visual Basic.NET programming language should register for the 5-day ASP.NET 2.0 Programming Using C# course.

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 C#
  • 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
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