Target Audience:
This three-day, instructor-led course provides students with the knowledge and skills that are needed to successfully upgrade their existing Active Server Pages (ASP) skills, as well as upgrading their Web applications, to Microsoft ASP.NET. This course is intended for existing Web developers who are writing ASP solutions
Pre-requisites:
Before attending this course, students must have the following pre-requisites:
The ability to create HTML pages with tables, images, and forms.
Experience using a scripting language, such as Microsoft Visual Basic Scripting Edition or JavaScript.
Experience using ASP to create Web applications.
The ability to retrieve data from relational databases by using ADO.
Familiarity with a Microsoft .NET-based programming language.
Purpose:
After completing this course, students will be able to describe the key differences between ASP and ASP.NET; create an ASP.NET Web application by using Microsoft Visual Studio .NET; create an ASP.NET Web Application UI; use the trace feature of ASP.NET to obtain information about executed requests; use the Visual Studio .NET debugger to debug ASP.NET Web applications; access databases in an ASP.NET Web application by using Microsoft ADO.NET; create and call a COM object from an ASP.NET Web page; explain how XML Web services is beneficial to distributed Internet computing; create an XML Web service by using Visual Studio .NET; create client code that can create and call a remote XML Web service; list server and client-side state management techniques and explain how ASP.NET improves state management; use the ASP.NET Application object to track data that is associated with an ASP.NET Web application; use the ASP.NET Session object to track data that is associated with an individual user session; use the ASP.NET HttpCookie object to store client-side data; explain what approach would be the best for migrating a ASP Web application to ASP.NET, given a specific ASP Web application scenario; implement Forms-based authentication in an ASP.NET Web application; prepare an ASP.NET Web application for deployment
After completing this appendix, students will be able to read, write, and display XML data in an ASP.NET Web application by using the XML classes in the .NET Framework.