|
Web Application Development with ASP.Net & XML Web Services |
|
|
Web Application Development with ASP.Net & XML Web ServicesIntroduction 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
PrerequisitesBefore attending this course, students must have the ability to create HTML or DHTML, including: tables, images, forms. Completion of Course SQL Database Programming
Course Outline Overview of the ASP .NET Creating a Microsoft ASP.NET 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
Databases in ASP .NET Using ADO .NET
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
|