Curriculum
- 33 Sections
- 114 Lessons
- 5 Days
Expand all sectionsCollapse all sections
- Module 1: Overview of the Microsoft .NET FrameworkThis module introduces the conceptual framework of the.NET Framework and ASP.NET. There is no lab for this module: After completing this module, students will be able to: " Explain the advantages of using the .NET Framework. " Understand the key functionality and purpose of using ASP.NET when developing Web applications. " Understand the basic functionality of the Web application that you will build in the labs throughout the course.4
- Module 2: Using Microsoft Visual Studio .NETThis module explains how to create new projects, and how to use the primary features that are available in Visual Studio .NET.2
- Lab 2: Using Microsoft Visual Studio .NET4
- Module 3: Using Microsoft .NET-Based LanguagesThis module will introduce the various languages that support .NET. This module will focus on Visual Basic .NET and C#. Students will use Visual Studio .NET to create a class project and write code in either Visual Basic .NET or C#.3
- Lab 3: Building a Microsoft Visual Studio .NET ComponentAfter completing this module, students will be able to:4
- Module 4: Creating a Microsoft ASP.NET Web FormThis module explains how to create and display an ASP.NET Web Form.2
- Lab 4: Creating a Microsoft ASP.NET Web FormAfter completing this module, students will be able to:4
- Module 5: Adding Code to a Microsoft ASP.NET Web FormThis module explains how to add event procedures to an ASP.NET Web application and add server controls on an ASP.NET Web Form. Examples will be show in Visual Studio .NET.3
- Lab 5: Adding Functionality to a Web ApplicationAfter completing this module, students will be able to:5
- Module 6: Tracing in Microsoft ASP.NET Web ApplicationsThis module explains how to use the Trace feature and the Debug object in Visual Studio .NET. Students will learn about the two tracing techniques in ASP.NET: page-level tracing and application-level tracing. Students will also learn how use the debugger to create breakpoints, set watch variables, and step between pages and components in a Web application.2
- Lab 6: Tracing in Microsoft ASP.NET Web ApplicationsAfter completing this module, students will be able to:4
- Module 7: Validating User InputThis module explains how to use the client-side and server-side validation controls to screen data.3
- Lab 7: Validating User InputAfter completing this module, students will be able to:7
- 14.1Using RequiredFieldValidator Controls
- 14.2Using the ValidationSummary Control
- 14.3Using the CompareValidator Control
- 14.4Using the RegularExpressionValidator Control
- 14.5Identify when input validation is appropriate in Web Forms.
- 14.6Use input validation controls to verify user input on a Web Form.
- 14.7Verify that all validation controls on a page are valid.
- Module 8: Creating User ControlsThis module explains user controls and how to create them.2
- Lab 8: Creating User ControlsAfter completing this module, students will be able to:4
- Module 9: Accessing Relational Data Using Microsoft Visual Studio .NETThis module explains a conceptual overview of the objects in ADO.NET.3
- Lab 9: Accessing Data Using Microsoft Visual Studio .NETAfter completing this module, students will be able to:5
- Module 10: Accessing Data with Microsoft ADO.NETThis module explains how to manually add data access tools to a Web application.5
- Lab 10: Accessing Data with Microsoft ADO.NETAfter completing this module, students will be able to: Create security-enhanced connections to a Microsoft SQL Server database by using the SqlConnection and SqlDataAdapter objects.Use DataSet objects to support the local data storage and manipulation requirements of Web Forms.Store multiple tables of data in a DataSet object, and then display that data in DataGrid controls.Programmatically read data from a SQL Server database by using a SqlDataReader object.2
- Module 11: Calling Stored Procedures with Microsoft ADO.NETThis module covers the more advanced and complicated features of ADO.NET.2
- Lab 11: Calling Stored Procedures with Microsoft ADO.NETAfter completing this module, students will be able to: " Explain what a stored procedure is and the reasons for using stored procedures when accessing a database. " Call stored procedures.1
- Module 12: Reading and Writing XML DataThis module explains the methods that can be used for reading data from XML files.4
- Lab 12: Reading XML DataAfter completing this module, students will be able to: " Describe XML architecture in ASP.NET. " Read and write XML data into a DataSet object. " Identify how to store, retrieve, and transform XML data by using XMLDataDocument and XslTransform objects. " Use the XML Web server control to display, load, and save XML data.3
- Module 13: Consuming and Creating XML Web ServicesThis module explains the steps that are necessary to access a Web service from an ASP.NET page and then incorporate that data into the Web application.4
- Lab 13: Creating a XML Web ServiceAfter completing this module, students will be able to: " Describe the purpose and process behind calling an XML Web service from a Web Form. " Call an XML Web service directly from a browser by using Hypertext Transfer Protocol (HTTP). " Create a Web reference proxy for an XML Web service Web method and call the method from a Web From. " Use the templates in Visual Studio .NET to create an XML Web service.3
- Module 14: Managing StateThis module explains the several methods that are available for storing application and session data, for both short- and long-term storage.3
- Lab 14: Storing Application and Session DataAfter completing this module, students will be able to: " Describe state management and its different types of options that are available to manage state in an ASP.NET Web application. " Use application and session variables to manage state in ASP.NET Web applications. " Use cookie and cookieless sessions to manage state in ASP.NET Web applications4
- Module 15: Configuring, Optimizing, and Deploying a Microsoft ASP.NET Web ApplicationThis module explains how to configure and deploy an ASP.NET Web application.4
- Lab 15: Configuring, Optimizing, and Deploying a Microsoft ASP.NET ApplicationAfter completing this module, students will be able to: " Use the Cache object to store information. " Use ASP.NET output caching to store Web pages and Web page fragments. " Configure an ASP.NET Web application by using the Machine.config and Web.config files. " Deploy an ASP.NET Web application.5
- Module 16: Helping to Protect a Microsoft ASP.NET Web ApplicationThis module explains how to help protect a Web application by using a variety of technologies.4
- Lab 16: Securing a Microsoft ASP.NET Web ApplicationAfter completing this module, students will be able to: " Describe the ASP.NET and Internet Information Services (IIS) authentication methods. " Use Microsoft Windows-based authentication to help protect ASP.NET Web applications. " Use Forms-based authentication to help protect ASP.NET Web applications. " Use Microsoft Passport to help protect ASP.NET Web applications.4
- Module 17: ReviewThis module reinforces the concepts that the students have learned throughout the course. Students will have an opportunity to implement knowledge gained by using an interactive game.2
- Lab 17: Review GameAfter completing this module, students will be able to: " Use their new knowledge to complete the tasks that are presented in the interactive game3
