ASP.NET: Introduction

ASP.Net is Microsoft’s next generation Active Server Pages development tool. A vast improvement over ASP, this technology offers new programming … Continue reading "ASP.NET: Introduction"

Overview

ASP.Net is Microsoft’s next generation Active Server Pages development tool. A vast improvement over ASP, this technology offers new programming languages, libraries and architecture. This class is design to introduce programmers to ASP.Net development so that they can begin building rich web applications immediately.

The class duration depends on the amount of detail and class exercises that are included. This allows for customization to meet your team’s needs.

Audience

The successful student will have knowledge of C# prior to taking the class. Some knowledge of HTML, DHTML, and traditional ASP is helpful, but not required.

Length

32 hours

Outline

Introduction

  • Overview

The ASP.NET Paradigm

  • What is ASP.NET?
  • Advantages

ASP.NET Web Forms

  • A Standard Example
  • The Page Class
  • HTML Server Controls
  • Web Form Controls
  • State Maintenance
  • Validation Controls

Processing Web Forms

  • Life Cycle of a Web Forms Page
  • Web Forms Event Model

Data Access via ADO.NET Components

  • The DataSet Components
  • The .NET Data Provider Components

Advanced Subjects

  • Security
  • User Controls