Home IT Courses IT Programming Web Application Development with ASP.Net & XML Web Services
Web Application Development with ASP.Net & XML Web Services Print E-mail

Web Application Development with ASP.Net & XML Web Services

Introduction

This is the fourth course in the Professional Certificate in .NET Development programme. This course will teach Visual Basic programmers and beginning Web developers the fundamentals of Web application site implementation by using Microsoft ASP.NET and Microsoft Visual Basic .NET.

After completing this course, students will be able to:

  • Create an ASP.NET Web application project by using Visual Studio .NET.
  • Add server controls to an ASP.NET Web Form.
  • Create and populate ASP.NET Web Forms.
  • Use validation controls to validate user input.
  • Create a user control.
  • Access data by using Visual Studio .NET built-in data access tools.
  • Store application and session data by using a variety of methods.
  • Describe the architecture of an XML Web services based solution.
  • Implement an XML Web Service consumer
  • Implement a simple XML Web Service

Prerequisites

  • Before attending this course, students must have the ability to create HTML or DHTML, including: tables, images, forms.
  • Completion of Course VBNET02 - " Programming Windows Applications with VB .NET "
  • Completion of Course SQL Database Programming

 

Course Outline

Overview of the ASP .NET

Creating a Microsoft ASP.NET Web Form

  • Creating Web Forms
  • Using Server Controls
  • Creating the default.aspx Web Form


 

Adding Code to a Microsoft ASP.NET Web Form

  • Using Code-Behind Pages
  • Adding Event Procedures to Web Server Controls
  • Using Page Events
  • Creating a Page_Load Event Procedure
  • Creating a Click Event Procedure


 

Validating User Input

  • Using Validation Controls
  • Page Validation
  • Using RequiredFieldValidator Controls
  • Using the ValidationSummary Control
  • Using the CompareValidator Control
  • Using the RegularExpressionValidator Control


 

Creating User Controls

  • Adding User Controls to an ASP.NET Web Form
  • Creating User Controls
  • Using the User Contro


 

Databases in ASP .NET Using ADO .NET

  • Working in a Disconnected environment with
  • DataSets and DataTables
  • DataGrid control
  • Formatting the DataGrid
  • Editing Records
  • Cancelling Changes in a DataGrid
  • Deleting Records


 

Managing State

  • State management
  • Application and Session Variables
  • Cookies and Cookieless Sessions
  • Using Session Variables
  • Using Cookies
  • Using Application Variables

Consuming XML Web Services

  • Explaining the structure of a Web Service
  • Web services discovery process.
  • Implementing a Web service consumer by using Visual Studio .NET.


 

Implementing a Simple XML Web Service

  • Creating a Web Service
  • Implementing Web service methods