This five-day, instructor-led course will teach Microsoft® Visual Basic® programmers and beginning Web developers the fundamentals of Web application site implementation by using Microsoft ASP.NET and Microsoft Visual Basic .NET. This course focuses on using the Microsoft Visual Studio® .NET environment and the Microsoft .NET platform to create an ASP.NET Web application that delivers dynamic content to the Web.
This course is intended for beginning Web developers who have knowledge of the Hypertext Markup Language (HTML) or dynamic HTML (DHTML), along with some knowledge of a scripting language, such as Visual Basic Scripting Edition or Microsoft JScript®. This course is also appropriate for Visual Basic 6.0 developers wanting to learn ASP.NET.
After completing this course, students will be able to:
§
Explain the
Microsoft .NET Framework and ASP.NET
§
Create a
component in Visual Basic .NET.
§
Create an
ASP.NET Web Application project by using Visual Studio .NET.
§
Add server
controls to an ASP.NET page.
§
Create and
populate ASP.NET Web Forms.
§
Add
functionality to server controls that are on an an ASP.NET Web Form.
§
Use the Trace
and Debug objects of Visual Studio .NET.
§
Use validation
controls to validate user input.
§
Create a user
control.
§
Access data by
using the built-in data access tools that are in Visual Studio .NET.
§
Use Microsoft
ADO.NET to access data in an ASP.NET Web application.
§
Accomplish
complex data access tasks from an ASP.NET Web application.
§
Access
Extensible Markup Language (XML) data and read it into a DataSet.
§
Call a XML Web
service from an ASP.NET Web application and incorporate the returned data into
a Web application.
§
Store
application and session data by using a variety of methods.
§
Configure and
deploy an ASP.NET Web application.
§
Secure an
ASP.NET Web application by using a variety of technologies.
Before attending this course, students must have the ability to create HTML or DHTML including:
§
Tables
§
Images
§
Forms
Programming experience using Visual Basic .NET, including:
§
Declaring
variables
§
Using loops
§
Using
conditional statements
Students can satisfy the prerequisites for this course by completing
§
Course
1912—Introduction to Web Development Technologies
§
Course
2559—Introduction to Visual Basic .NET Programming with Microsoft
.NET
Or
§
Course
2373—Programming with Microsoft Visual Basic .NET programming.
This course will help the student prepare for the following Microsoft Certified Professional exam:
§
Exam
70-305:Developing and Implementing Web Applications with Microsoft®
Visual Basic® .NET and Microsoft® Visual Studio® .NET
§
Exam
70-315:Developing and Implementing Windows®-based Applications
with Microsoft® Visual C#TM
.NET and Microsoft® Visual Studio® .NET
The student kit includes a comprehensive workbook and other necessary materials for this class. This course will also include a 60-day trial Visual Studio .NET DVD.
This module introduces the conceptual framework of the.NET Framework and ASP.NET.
|
Lessons |
|
§
Introduction
to the .NET Framework §
Overview
of ASP.NET §
Overview
of the Lab Application |
|
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.
This module explains how to create new projects, and how to use the primary features that are in Visual Studio .NET.
|
Lessons |
|
§
Overview
of Visual Studio .NET §
Creating
an ASP.NET Web Application Project |
|
Lab 2: Using
Microsoft Visual Studio .NET |
|
§
Creating
an ASP.NET Web Application Project Using Visual Studio .NET |
After completing this module, students will be able to:
§
Navigate the
Visual Studio .NET IDE.
§
Create, build,
and view an ASP.NET Web application.
This 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#.
|
Lessons |
|
§
Overview
of the .NET Languages §
Comparison
of the .NET Languages §
Creating
a Component Using Visual Basic .NET |
|
Lab 3: Building a
Visual Basic .NET Component |
|
§
Create a
new project in Visual Studio .NET for a Visual Basic class |
After completing this module, students will be able to:
§
Identify the
languages that support ASP.NET.
§
Choose an
appropriate development language for their needs.
§
Create a
component by using Visual Basic .NET.
This module explains how to create and display an ASP.NET Web Form.
|
Lessons |
|
§
Creating
Web Forms §
Using
Server Controls |
|
Lab 4: Creating a
Microsoft ASP.NET Web Form |
|
§
Creating
the default.aspx Web Form §
Creating
the life.aspx Web Form |
After completing this module, students will be able to:
§
Add a Web Form
to an ASP.NET Web Application project.
§
Use the Visual
Studio .NET toolbox to add server controls to a Web Form.
This module explains how to add event procedures to an ASP.NET Web application and server controls on an ASP.NET Web Form. Examples will be show in Visual Studio .NET and C#.
|
Lessons |
|
§
Using
Code-Behind Pages §
Adding
Event Procedures to Server Controls §
Using
Page Events |
|
Lab 5: Adding
Functionality to a Web Application |
|
§
Create a
Page_Load Event Procedure §
Create a
Click Event Procedure |
After completing this module, students will be able to:
§
Use
code-behind pages in an ASP.NET Web application.
§
Create event
procedures for Web server controls.
§
Use Page events in an ASP.NET Web application.
This module explains how to use the Trace feature and the Debug Object in Microsoft 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.
|
Lessons |
|
§
Understanding
Tracing §
Remote
Debugging |
|
Debugging |
|
§
Using
trace statements §
Tracing
into a component |
After completing this module, students will be able to:
§
Use the Trace
object to view runtime information about an Microsoft ASP.NET Web application.
§
Debug web
applications remotely.
This module explains how to use the client-side and server-side validation controls to screen data.
|
Lessons |
|
§
Overview
of Uuser Input Validation §
Using
Validation Controls §
Page
Validation |
|
Lab 7: Validating
User Input |
|
§
Using
RequiredFieldValidator controls §
Using
the ValidationSummary control §
Using
the CompareValidator control §
Using
the RegularExpressionValidator control |
After completing this module, students will be able to:
§
Identify when
input validation is appropriate in Web Forms.
§
Use input
validation controls to verify user input on a Web Form.
§
Verify that
all validation controls on a page are valid.
This module explains user controls and how to create them.
|
Lessons |
|
§
Adding
User Controls to an ASP.NET Page §
Creating
User Controls |
|
Lab 8: Creating
User Controls |
|
§
Creating
a user control §
Using
the user control |
After completing this module, students will be able to:
§
Add a user
control to an ASP.NET Web Form.
§
Create a user
control.
This module explains a conceptual overview of the objects in ADO.NET
|
Lessons |
|
§
Overview
of ADO.NET §
Creating
a Connection to the Database §
Displaying
a DataSet in a List-Bound Control |
|
Lab 9: Accessing
Data Using Microsoft Visual Studio .NET |
|
§
Connecting
to a database §
Paging
and selection in a DataGrid control |
After completing this module, students will be able to:
§
Describe
ADO.NET.
§
Create a
connection to a database by using ADO.NET
§
Display data
in a Web Form.
This module explains how to manually add data access tools to a Web application.
|
Lessons |
|
§
Introduction
to Using ADO.NET §
Connecting
to a Database §
Accessing
data with DataSets §
Using
Multiple Tables §
Accessing
Data with DataReaders |
|
Lab 10: Accessing
SQL Server Data with ADO.NET |
|
§
Using a
SqlDataReader §
Viewing
data from the database |
After completing this module, students will be able to:
§
Describe the
ADO.NET object model that is used for accessing data.
§
Create secure
connections to a Microsoft SQL ServerTM 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.
This module covers the more advanced and complicated features of ADO.NET.
|
Lessons |
|
§
Overview
of Stored Procedures §
Calling
Stored Procedures |
|
Lab 11: Advanced
Data Access with Microsoft ADO.NET |
|
§
Calling
Stored Procedures with Microsoft ADO.NET |
After completing this module, students will be able to:
§
Explain what a
stored procedure is, along with the reasons for using stored procedures when
accessing a database.
§
Call stored
procedures.
This module explains the methods that can be used for reading data from XML files.
|
Lessons |
|
§
Overview
of XML Architecture In ASP.NET §
XML and
the DataSet Object §
Working
with XML Data §
Using
the XML Web Server Control |
|
Lab 12: Reading
XML Data |
|
§
Reading
a list from an XML File §
Reading,
transforming, and displaying XML §
Nested
data |
After completing this module, students will be able to:
§
Describe XML
architecture in ASP.NET.
§
Read and write
XML data into a DataSet.
§
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.
This 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.
|
Lessons |
|
§
Overview
of Using XML Web Services §
Calling
a Web Service Using HTTP §
Using a
Proxy to Call an XML Web Service §
Creating
an XML Web Service |
|
Lab 13: Consuming
and Creating a XML Web Service |
|
§
Create
an XML Web service §
Create
an XML Web service method §
Consume
an XML Web service method |
After 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 WebMethod and call the method from a
Web From.
§
Use the
templates in Visual Studio .NET to create an XML Web service.
This module explains several methods of storing application and session data, for both short- and long-term storage.
|
Lessons |
|
§
State
management §
Session
and Application Variables §
Cookies
and Cookieless Sessions |
|
Lab 14: Storing
Application and Session Data |
|
§
Using
session variables §
Using
cookies §
Using
application variables §
Storing
session variables in a database |
After completing this module, students will be able to:
§
Describe state
management and the different types of options that are available to manage
state in an ASP.NET Web application.
§
Use session
and application variables to manage state in ASP.NET Web applications.
§
Use cookie and
cookieless sessions to manage state in ASP.NET Web applications.
This module explains how to configure and deploy an ASP.NET Web application.
|
Lessons |
|
§
Using
the Cache Object §
Using
ASP.NET Output Caching §
Configuring
an ASP.NET Web Application §
Deploying
an ASP.NET Web Application |
|
Lab 15:
Configuring, Optimizing, and Deploying a Microsoft ASP.NET Application |
|
§
Using
the Cache object §
Using
the Page Output Cache §
Partial
page caching §
Using
dynamic properties §
Deploying
a site |
After 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.
This module explains how to secure a Web application by using a variety of technologies.
|
Lessons |
|
§
Web
Application Security Overview §
Working
with Windows-Based Authentication §
Working
with Forms-Based Authentication §
Overview
of Microsoft Passport Authentication |
|
Lab 16: Securing
a Microsoft ASP.NET Web Application |
|
§
Securing
Web sites using Windows-based authentication §
Securing
Web sites using Forms-based authentication §
Registering
new users §
Permitting
users to sign-out |
After 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 secure ASP.NET Web applications.
§
Use
Forms-based authentication to secure ASP.NET Web applications.
§
Use Microsoft
Passport to secure ASP.NET Web applications.