M2640 – Upgrading Web Development Skills from ASP to Microsoft ASP.NET
Enquire/Book this course

Trained over 60000 delegates

Course delivered by industry expert instructors

Highly competitive pricing
- Assist with the creation of functional specifications.
- Design and develop user interfaces (UIs).
- Create ASP Pages.
- Write Web Forms applications.
- Create and test prototypes.
Prerequisites: Before attending this course, students must have:
- 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.
- 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.
- Access and display Extensible Markup Language (XML) data in an ASP.NET Web application.
- Use caching to improve Web application performance.
- Introduction to ASP.NET
- Developing an ASP.NET Web Application Using Visual Studio .NET
- .NET Programming Model Changes
- Using Class View
- Using the ArrayList Class
- Explain ASP.NET Web application elements and the ASP.NET Web application process model.
- Create an ASP.NET Web application by using Visual Studio .NET and be able to explain the component parts of the Web Application.
- Implement the major programming model changes between ASP and ASP.NET.
- Creating an ASP.NET Web Application User Interface
- Validating User Input
- Creating and Using User Controls in an ASP.NET Web Form
- Processing ASP.NET Web Forms
- Create a New Web Form
- Validate User Input
- Handle an Event
- Test Your Web Form
- (Optional) Build and Add a User Control
- Create an ASP.NET Web application UI.
- Implement event handlers by using code-behind files.
- Validate user input by using validation controls.
- Create and use user controls.
- Explain how ASP.NET Web Forms are processed.
- Tracing in ASP.NET Web Applications
- Debugging ASP.NET Web Applications
- Tracing and Debugging an ASP.NET Web Application
- Use the trace functionality of ASP.NET to obtain the execution details of Web page requests.
- Use the Visual Studio .NET debugger to debug ASP.NET Web applications.
- Overview of ADO.NET
- Reading Data Using DataReaders
- Programmatically Accessing Data Using DataSets
- Visually Generating DataSets
- Data-Bound Controls
- Best Practices for Secure and Reliable Data Access
- Bind a DropDownList Control to a SqlDataReader
- Bind a DataGrid Control to a DataSet
- Explain how ADO.NET provides data access for ASP.NET Web applications.
- Retrieve data from a data source by using the DataReader class.
- Use programmatically the Connection, Command, and DataAdapter objects to create and work with DataSet objects.
- Use visually the Connection, Command, and DataAdapter objects to create and work with DataSet objects.
- Display the data from an ADO.NET data source on an ASP.NET Web Form.
- Explain several techniques that can be used to ensure that ADO.NET is secure and reliable.
- Introduction to State Management
- Session State Management
- Client-Side State Management
- Storing Application State
- Storing Session State
- Manage application state by using the server-side state management options that are available to ASP.NET Web applications.
- Manage session state by using the server-side state management options that are available to ASP.NET Web applications.
- Manage session state by using the client-side state management options that are available to ASP.NET Web applications.
- ASP.NET Authentication Model
- Implementing Windows-Based Authentication in ASP.NET Web Applications
- Implementing Forms-Based Authentication in ASP.NET Web Applications
- Configure Web.config and IIS
- Add Code for the Web Forms
- Test the ASP.NET Web Application
- Describe the authentication methods that are supported by ASP.NET.
- Implement Forms-based authentication in an ASP.NET Web application.
- Implement Windows-based authentication in an ASP.NET Web application.
- Introduction to XML Web Services
- Creating an XML Web Service
- Creating an XML Web Service Client
- Create an XML Web Service
- Consume an XML Web Service
- (Optional) Handle XML Web Service Errors
- Explain why XML Web services were developed and how they function.
- Use the templates in Visual Studio .NET to create an XML Web service.
- Create a Web reference proxy for an XML Web service WebMethod, and then call the method from a Web Form.
- ASP.NET and COM Interoperability
- Calling Com Objects from ASP.NET Web Forms
- Import the COM Component Type Library
- Create, Call, and Release a COM Object
- Import the COM Component Type Library.
- Create, call, and release a COM object.
- Migrating an ASP Web Page
- Migrating an ASP Application
- Migrate BookList.asp
- Migrate CheckOutList.asp
- (Optional)Improve Migrated Code
- Plan and implement the migration of individual ASP Web pages to ASP.NET.
- Plan and implement the migration of complete ASP Web applications to ASP.NET.
- ASP.NET Application Deployment Methods
- Maintaining a Deployed ASP.NET Web Application
- Explore and Test the ASP.NET Web Application
- Create the Web Setup Project
- Deploy and Test
- Preparing for External Deployment
- XML in Microsoft. NET
- Displaying XML Data on a Web Form
- XML and the DataSet Object
- Using the Cache Object
- Using ASP.NET Output Caching