Please note: All classes run from 9:00 AM to 4:30 pm unless otherwise specified.

2310C - Developing ASP.NET Web Applications Using Microsoft Visual Studio 2008

Course ID #: 2310C
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. (More Details Below)
Price per seat $2,495.00
Qty
Seats Available: 0

 
  • Additional Course Details
    • Description:

      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 a Web site.

      Target Audience:

      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.

      Objectives:

      After completing this course, students will be able to:

      • Explain the Microsoft .NET Framework and ASP.NET
      • Create a component in Visual Basic .NET or C#.
      • 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.
      • Add functionality to server controls that are on an ASP.NET Web Form.
      • Use the Trace and Debug objects that are provided with 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 available 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 an 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.
      • Help protect an ASP.NET Web application by using a variety of technologies.
      Prerequisites:

      Before attending this course, students must have the ability to create HTML or DHTML, including:

      • Tables
      • Images
      • Forms

      Students must have programming experience using Visual Basic .NET, including:

      • Declaring variables
      • Using loops
      • Using conditional statements

      Students can satisfy the prerequisites for this course by completing MOC Course #1912: Introduction to Web Development Technologies.

      In addition, it is recommended, but not required, that students have completed:

      • MOC Course #2559: Introduction to Visual Basic .NET programming
      • MOC Course #2373: Programming with Microsoft Visual Basic .NET
      Certification:
      • Exam 70-305: Developing and Implementing Web Applications with Microsoft Visual Basic .NET and Microsoft Visual Studio .NET
      • Exam 70-315: Developing and Implementing Web Applications with Microsoft Visual C#TM .NET and Microsoft Visual Studio .NET

      Outline:
      • Module 1: Overview of the Microsoft .NET Framework
        • Lessons
          • Introduction to the .NET Framework
          • Overview of ASP.NET
          • Overview of the Lab Application
      • Module 2: Using Microsoft 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
      • Module 3: Using Microsoft .NET-Based Languages
        • Lessons
          • Overview of the .NET-Based Languages
          • Comparison of the .NET-Based Languages
          • Creating a Component Using Visual Studio .NET
        • Lab 3: Building a Microsoft Visual Studio .NET Component
          • Create a new project in Visual Studio .NET for a Visual Basic class
      • Module 4: Creating a Microsoft 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
      • Module 5: Adding Code to a Microsoft ASP.NET Web Form
        • Lessons
          • Using Code-Behind Pages
          • Adding Event Procedures to Web Server Controls
          • Using Page Events
        • Lab 5: Adding Functionality to a Web Application
          • Creating a Page_Load Event Procedure
          • Creating a Click Event Procedure
      • Module 6: Tracing in Microsoft ASP.NET Web Applications
        • Lessons
          • Understanding Tracing
          • Remote Debugging
        • Lab 6: Tracing in Microsoft ASP.NET Web Applications
          • Using Trace Statements
          • Tracing into a Component
      • Module 7: Validating User Input
        • Lessons
          • Overview of User 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
      • Module 8: Creating User Controls
        • Lessons
          • Adding User Controls to an ASP.NET Web Form
          • Creating User Controls
        • Lab 8: Creating User Controls
          • Creating a User Control
          • Using the User Control
      • Module 9: Accessing Relational Data Using Microsoft Visual Studio .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
        • Module 10: Accessing Data with Microsoft ADO.NET
        • Lessons
          • Introduction to Using ADO.NET
          • Connecting to a Database
          • Accessing Data with DataSets
          • Using Multiple Tables
          • Accessing Data with DataReaders
        • Lab 10: Accessing Data with Microsoft ADO.NET
          • Using a SqlDataReader
          • Viewing Data from the Database
      • Module 11: Calling Stored Procedures with Microsoft ADO.NET
        • Lessons
          • Overview of Stored Procedures
          • Calling Stored Procedures
        • Lab 11: Calling Stored Procedures with Microsoft ADO.NET
          • Calling Stored Procedures with Microsoft ADO.NET
      • Module 12: Reading and Writing XML Data
        • 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
      • Module 13: Consuming and Creating XML Web Services
        • Lessons
          • Overview of Using XML Web Services
          • Calling an XML Web Service by HTTP
          • Using a Proxy to Call an XML Web Service
          • Creating an XML Web Service
        • Lab 13: Creating a XML Web Service
          • Create an XML Web service
          • Create an XML Web service method
          • Consume an XML Web service method
      • Module 14: Managing State
        • Lessons
          • State management
          • Application and Session 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
      • Module 15: Configuring, Optimizing, and Deploying a Microsoft 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 Your Site
        • Module 16: Helping to Protect a Microsoft ASP.NET Web Application
        • 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 Your Web Site Using Windows-Based Authentication
          • Securing Your Web Site Using Forms-Based Authentication
          • Registering New Users
          • Permitting Users to Sign Out
      • Module 17: Review
        • Lessons
          • Review of Material Covered
          • Introduction to the Game
        • Lab 17: Review Game

      --------------

      Please note that the material taught at some locations may differ slightly from the outline shown above. Please contact your local ExecuTrain office if you have any questions about specific course content.

Customer Reviews