I've had great experiences with Webucator classes. The instructors are great and are very helpful. I feel I've... More Testimonials »

MOC 10267 - Introduction to Web Development with Microsoft Visual Studio 2010

Delivery Options

Class Date and Time Price Pricing Information
$2,375.00
or 5 vouchers vouchers
$2,375.00 or 5 vouchers vouchers
$2,375.00 or 5 vouchers vouchers

Class Description

Class Overview

This Microsoft ASP.NET training class provides web developers with the knowledge and skills to develop Web applications by using Microsoft Visual Studio 2010.

This ASP.NET class is intended for Web developers who know HTML and have at least some knowledge of a scripting language such as JScript/JavaScript or VBScript.

Class Goals

  • Explore ASP.NET Web applications in Microsoft Visual Studio 2010.
  • Learn to create Web applications by using Microsoft Visual Studio 2010 and Microsoft .NET based languages.
  • Learn to create a Microsoft ASP.NET Web Form.
  • Learn to add functionality to a Microsoft ASP.NET Web Form.
  • Learn to implement master pages and user controls.
  • Learn to validate user input.
  • Learn to debug Microsoft ASP.NET Web applications.
  • Learn to manage data in an ASP.NET 3.5 Web application.
  • Learn to manage data access tasks by using LINQ.
  • Learn to manage data by using ASP.NET Dynamic Data.
  • Learn to create a Microsoft ASP.NET AJAX application.
  • Learn to consume and Windows Communication Foundation (WCF) services.
  • Learn to manage state in Web applications.
  • Learn to configure and deploy a Microsoft ASP.NET Web application.
  • Learn to secure a Microsoft ASP.NET Web application.
  • Learn to implement new technologies supported by Visual Studio 2010 for Web development.

Class Outline

  1. Exploring Microsoft ASP.NET Web Applications in Microsoft Visual Studio 2010
    1. Introduction to the .NET Framework
    2. Overview of ASP.NET
    3. Overview of the Lab Application
    4. Lab : There are no labs for this module
  2. Creating Web Applications by Using Microsoft Visual Studio 2010 and Microsoft .NET Based Languages
    1. Choosing a Programming Language
    2. Overview of Visual Studio 2010
    3. Creating a Simple Web Application
    4. Lab : Creating Web Applications by Using Microsoft Visual Studio 2010 and Microsoft .NET Based Languages
      1. Exercise 1: Creating an ASP.NET Web Site
      2. Exercise 2: Adding and Configuring Server Controls in Web Forms
      3. Exercise 3: Building and Deploying an ASP.NET Web Application
  3. Creating a Microsoft ASP.NET Web Form
    1. Creating Web Forms
    2. Adding and Configuring Server Controls in a Web Form
    3. Lab : Creating a Microsoft ASP.NET Web Form
      1. Exercise 1: Creating a Web Form
      2. Exercise 2: Adding and Configuring Server Controls in a Web Form
  4. Adding Functionality to a Microsoft ASP.NET Web Form
    1. Working with Code-Behind Files
    2. Handling Server Control Events
    3. Creating Classes and Components by Using Visual Studio 2010
    4. Handling Page Events
    5. Lab : Adding Functionality to a Microsoft ASP.NET Web Form
      1. Exercise 1: Implementing Code in a Web Application
      2. Exercise 2: Creating Event Procedures
      3. Exercise 3: Creating an Entity Component
      4. Exercise 4: Handling Page and Control Events
  5. Implementing Master Pages and User Controls
    1. Creating Master Pages
    2. Adding User Controls to an ASP.NET Web Form
    3. Lab : Implementing Master Pages and User Controls
      1. Exercise 1: Adding and Applying a Master Page
      2. Exercise 2: Converting Web Forms to Content Pages and User Controls
  6. Validating User Input
    1. Overview of User Input Validation
    2. ASP.NET Validation Controls
    3. Validating Web Forms
    4. Lab : Validating User Input
      1. Exercise 1: Adding Validation Controls
      2. Exercise 2: Configuring Validation Controls
      3. Exercise 3: Adding Server-Side Validation
  7. Troubleshooting Microsoft ASP.NET Web Applications
    1. Debugging in ASP.NET
    2. Tracing in ASP.NET
    3. Lab : Debugging Microsoft ASP.NET Web Applications
      1. Exercise 1: Debugging a Web Application
      2. Exercise 2: Tracing a Web Application
  8. Managing Data in an Microsoft ASP.NET 4.0 Web Application
    1. Overview of ADO.NET
    2. Connecting to a Database
    3. Managing Data
    4. Lab : Managing Data in an ASP.NET 4.0 Web Application
      1. Exercise 1: Connecting to a Data Source
      2. Exercise 2: Binding a Server Control to a Data Source
      3. Exercise 3: Modifying a Data Source
  9. Managing Data Access Tasks by Using LINQ
    1. Overview of LINQ
    2. Managing XML Data by Using LINQ to XML
    3. Managing SQL Data by Using LINQ to SQL and LINQ to Entities
    4. Lab : Managing Data Access Tasks by Using LINQ
      1. Exercise 1: Loading Data by Using the XmlDataSource Control
      2. Exercise 2: Displaying Data by Using LINQ to XML
      3. Exercise 3: Saving Data by Using LINQ to Entities
  10. Managing Data by Using Microsoft ASP.NET Dynamic Data
    1. Overview of ASP.NET Dynamic Data
    2. Applying ASP.NET Dynamic Data
    3. Customizing ASP.NET Dynamic Data Applications
    4. Lab : Managing Data by Using ASP.NET Dynamic Data
      1. Exercise 1: Adding Dynamic Data to an Existing Web Site
      2. Exercise 2: Registering LINQ to Entities by Using Dynamic Data
      3. Exercise 3: Map, Clean and Test Solution
  11. Creating a Microsoft ASP.NET Ajax-enabled Web Forms Application
    1. Introduction to Ajax
    2. Creating an ASP.NET Ajax Application by Using the Ajax Features for ASP.NET
    3. Extending an ASP.NET Web Forms Application by Using the Ajax Control Toolkit
    4. Lab : Creating a Microsoft ASP.NET Ajax-Enabled Web Forms Application
      1. Exercise 1: Creating a Modal About Box
      2. Exercise 2: Customizing Dynamic Data Field Templates with Ajax Server Controls
      3. Exercise 3: Adding the Country Import Progress Indicator
  12. Consuming Microsoft Windows Communication Foundation Services
    1. Overview of Windows Communication Foundation Services
    2. Calling Windows Communication Foundation Services
    3. Working with WCF Data Services
    4. Lab : Consuming Windows Communication Foundation Services
      1. Exercise 1: Creating a WCF Service Reference Proxy
      2. Exercise 2: Calling a WCF Service Method from a Web Form
      3. Exercise 3: Implementing WCF Data Services
  13. Managing State in Web Applications
    1. State Management
    2. ASP.NET Profiles
    3. ASP.NET Caching
    4. Lab : Managing State in Web Applications
      1. Exercise 1: Examining the View State
      2. Exercise 2: Caching Countries
      3. Exercise 3: Displaying Visitors Counter on Default Page
  14. Configuring and Deploying a Microsoft ASP.NET Web Application
    1. Configuring an ASP.NET Web Application
    2. Deploying an ASP.NET Web Application
    3. Lab : Configuring and Deploying a Microsoft ASP.NET Web Application
      1. Configuring the List View Page Size and Enabling the Save Countries Button
      2. Configuring the Visitor Counter
      3. Deploying the Web Application
  15. Securing a Microsoft ASP.NET Web Application
    1. Overview of Web Application Security
    2. Declaratively Configuring Authentication and Authorization
    3. Working Programmatically with Authentication and Authorization
    4. Lab : Securing a Microsoft ASP.NET Web Application
      1. Exercise 1: Enabling Forms Authentication
      2. Exercise 2: Implementing Authorization
      3. Exercise 3: Protecting Configuration File
  16. Implementing Advanced Technologies Supported by Microsoft Visual Studio 2010 for Web Development
    1. Working with the ASP.NET MVC 2 Framework
    2. Working with Silverlight 4
    3. Lab : Implementing Advanced Technologies Supported by Microsoft Visual Studio 2010 for Web Development
      1. Exercise: Implementing a Silverlight Application

Class Materials

Each student in our Live Online and our Onsite classes receives a comprehensive set of materials, including course notes and all the class examples.

Class Prerequisites

Experience in the following areas is required:

  • HTML
  • JavaScript

Experience in the following areas would be beneficial:

  • C# or Visual Basic

Technical Requirements

Our computer technical requirements and setup process is easy, with support just a click away.

Associated Certifications

Client Success
  1. Independent Survey
  2. Client List
  3. Testimonials
Join The Team
  1. Learn how you can become a Webucator Trainer
  2. Career Opportunities
Locations
Compare Us
Watch 3-minute Demo Video
of Live Online Training:
Learn the benefits of online training with Webucator
Webucator is a Registered Education Provider (R.E.P.) approved by PMI to issue professional development units (PDUs) for our training courses.

Recent Blog Articles

Creating a SharePoint 2010 Web Part with Visual Studio 2010

Posted on Nov 18, 2011 by Bob Clary

This is a video demonstration of how to create a basic Web Part for SharePoint 2010 using Visual Studio 2010. The intent of the video is to showcase how ...


.NET Certification Training Overview

Posted on Jun 07, 2011 by Bob Clary

We’ve recently developed new resources to help clients achieve their Microsoft certification goals. We now offer a directory of Microsoft certification ...


Demonstration of a Silverlight Client Access Policy

Posted on Aug 18, 2010 by Bruce

Check out this video demonstration of how to create and use a client access policy in Microsoft Silverlight using Visual Studio 2010. Client access policies ...


Enabling and Creating AJAX Web Parts on a SharePoint 2007 Site

Posted on Jul 25, 2010 by Bruce

The following exercises I wrote for a SharePoint Developers course but I thought the steps could come in handy for any SharePoint 2007 site. The first ...


How to Enable Forms Authentication in SharePoint 2007

Posted on Jul 19, 2010 by Bruce

This is a video demonstration of how to enable Forms authentication in a SharePoint 2007 site. In addition I demonstrate how to use IIS 7 running on Server ...

© Webucator, Inc. All rights reserved. | Toll Free: 1-877-932-8228 | From outside the USA: 315-849-2724| Fax: 315-849-2723