Thursday, March 11, 2010
 
You are here ::TrainingDeveloping Web Applications
  
  

Developing Web Application Using

Microsoft® Visual Studio® 2008

Five days • Instructor-led & Virtual Training

http://sqloperations.com

Type

Location

Start Date

Oct 2009

Fees

Material

Placement Assistance

Job Reference

Project (Real-Life)

Registration

Instructor-Led

Bellevue - WA

2nd and 4th Monday of every month

 

6-9 PM Weeknights and Saturday's (Full days)

$1199.00

Provided

Provided

Provided

Provided

Click Here to Register for Instructor-Led Training for this Course 

 

Virtual Training

Online

Open

$399.00

Provided

Provided

Provided

Provided

Click Here to Register for Virtual (Online) Training for this Course 

Competitive Advantage            �Download the Curriculum

Elements of this syllabus are subject to change. This course will teach introductory-level Web developers the fundamentals of Web application development and best practices for Microsoft Web development technologies, including ASP.NET 3.5, ASP.NET AJAX Extensions and Silverlight. This course focuses on using the Microsoft Visual Studio 2008 development environment and the Microsoft .NET Framework 3.5 to create a Web application that delivers dynamic content to a Web site.

Audience

This course is intended for introductory-level Web developers who have knowledge of 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 Microsoft Visual Basic 6.0, Microsoft Visual Basic for Applications (VBA) or classic ASP developers who want to learn ASP.NET 3.5 and other Microsoft Web development technologies.

At Course Completion

After completing this course, students will be able to:

§ Describe ASP.NET and create a Web application by using Visual Basic or Visual C#.

§ Create and add functionality to a Microsoft ASP.NET Web Form that contains server controls.

§ Access data by using Microsoft ADO.NET 3.5 and the built-in data access tools available in Visual Studio 2008.

§ Accomplish complex data access tasks from an ASP.NET Web application and access and manipulate data that was stored by using Extensible Markup Language (XML).

§ Create and extend an ASP.NET AJAX application.

§ Create a Microsoft Silverlight-based application that delivers dynamic content.

§ Call a Web service from an ASP.NET Web application and incorporate the returned data into a Web application.

§ Store ASP.NET Web 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, including authentication and authorization.

 

Prerequisites

Before attending this course, students must have:

§ Knowledge of HTML or DHTML, including:

§ Tables

§ Images

§ Forms

§ Programming experience using Microsoft Visual Basic or Microsoft Visual C# , including:

§ Declaring variables

§ Using loops

§ Using conditional statements

The completion of Course 4994, Introduction to Programming Microsoft .NET Framework Applications with Microsoft Visual Studio® 2005, satisfies the preceding prerequisite skills requirements for Visual Basic and Visual C#.  

 

Module 1-1: Creating Web Applications by Using Microsoft Visual Studio 2008 and Microsoft .NET-Based Languages

This module explains how to create a Web application by using Visual Studio 2008. It also describes how to create a component by using Visual Basic or C#.

Lessons

§ Overview of Visual Studio 2008

§ Creating an ASP.NET Web Application Project

§ Overview of the Microsoft .NET-Based Languages

§ Creating a Component by Using Visual Studio 2008

 

Lab 1-1: Creating Web Applications by Using Microsoft Visual Studio 2008 and Microsoft .NET-Based Languages

§ Exercise 1: Creating an ASP.NET Web Site

§ Exercise 2: Creating a Class

§ Exercise 3: Calling the Component

 

After completing this module, students will be able to:

§ Navigate the Visual Studio 2008 integrated development environment (IDE).

§ Create, build, and view an ASP.NET Web application project.

§ Identify the languages that support the .NET Framework and choose an appropriate development language for your needs.

§ Create a component by using Microsoft Visual Basic or Microsoft Visual C#.

 

Module 1-2: Creating and Implementing a Microsoft ASP.NET Web Form

This module describes how to create and implement a Microsoft ASP.NET Web Form that contains server controls and uses a master page.

Lessons

§ Creating Web Forms and Master Pages

§ Adding Server Controls to a Web Form

§ Implementing Code-Behind Pages

§ Adding Event Procedures to Web Server Controls

§ Handling Page Events

 

Lab 1-2: Creating a Microsoft ASP.NET Web Form

§ Exercise 1: Creating the Default.aspx Web Form

§ Exercise 2: Creating the benefitsMaster Master Page

§ Exercise 3: Creating the Life.aspx Web Form

§ Exercise 4: Creating Page and Click Event Procedure

§ Exercise 5: (If Time Permits): Implementing a Component in a User Control

After completing this module, students will be able to:

§ Add a Web Form to an ASP.NET Web application project and create a Web Form that uses a master page.

§ Add server controls to a Web Form by using the Microsoft Visual Studio 2008 toolbox.

§ Implement code-behind pages in a Web application.

§ Create event procedures for Web server controls.

§ Handle Page events in a Web application.

 

Module 2-1: Accessing Data with Microsoft ADO.NET 3.5 and Visual Studio 2008

This module explains how to access data by using Microsoft ADO.NET 3.5 and the built-in data access tools available in Visual Studio 2008.

Lessons

§ Overview of ADO.NET

§ Connecting to a Database

§ Accessing Data

§ Accessing Multiple Tables

 

Lab 2-1: Accessing Data with Microsoft ADO.NET and Visual Studio 2008

§ Exercise 1: Connecting to the Doctors Database

§ Exercise 2: Paging and Selection in a GridView Control

§ Exercise 3: Implementing a SqlDataReader

After completing this module, students will be able to:

§ Describe the key features of ADO.NET.

§ Create a connection to a database by using ADO.NET.

§ Access data from a SQL Server database by using a DataSet and DataReader.

§ Store multiple tables of data in a DataSet object and then display that data in GridView controls.

 

Module 2-2: Accomplishing Complex Data Access Tasks and Manipulating XML Data

This module explains how to call stored procedures from an ASP.NET Web application. It also covers how to access data from a database by using LINQ to SQL and explains how to access and manipulate data that was stored by using Extensible Markup Language (XML).

 

Lessons

§ Stored Procedures

§ Data Access with LINQ to SQL

§ Overview of XML Architecture in ASP.NET

§ XML and the DataSet Object

§ Managing XML Data

 

Lab 2-2: Accomplishing Complex Data Access Tasks

§ Exercise 1: Get Unique City Names

§ Exercise 2: Get Doctor Specialties

§ Exercise 3: Get Doctor Specialties by Using LINQ to SQL

§ Exercise 4: Reading a List of Mutual Funds from an XML File

§ Exercise 5: Reading, Transforming, and Displaying XML

After 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.

§ Query and update data in a SQL Server database by using LINQ to SQL.

§ Describe XML architecture in Microsoft ASP.NET.

§ Read and write XML data into a DataSet object.

§ Store, retrieve, and transform XML data by using XmlDataDocument and XslTransform objects.

 

Module 3-1: Creating an ASP.NET AJAX Application

This module explains how to create and extend an ASP.NET AJAX application.

Lessons

§ Introduction to ASP.NET AJAX

§ Creating an ASP.NET AJAX Application by Using the ASP.NET AJAX Extensions

§ Extending an Application by Using the ASP.NET AJAX Control Toolkit

 

Lab 3-1: Creating an ASP.NET AJAX Application

§ Exercise 1: Implementing Partial Page Rendering with the UpdatePanel Control

§ Exercise 2: Installing and Using the AJAX Control Toolkit

After completing this module, students will be able to:

§ Explain the purpose of ASP.NET AJAX and list its key components.

§ Create an ASP.NET AJAX application by using the ASP.NET AJAX extensions.

§ Extend an ASP.NET AJAX application by using the ASP.NET AJAX control toolkit.

 

Module 3-2: Delivering Dynamic Content with Microsoft Silverlight

This module explains how to create a Microsoft Silverlight-based application that delivers dynamic content.

Lessons

§ Overview of Microsoft Silverlight

§ Creating Silverlight-Based Applications with Visual Studio 2008

§ Implementing XAML Objects

 

Lab: Delivering Dynamic Content with Microsoft Silverlight

§ Exercise 1: Creating a Microsoft Silverlight-Based Application

§ Exercise 2: Adding Dynamic Content to a Microsoft Silverlight Application

After completing this module, students will be able to:

§ Describe the purpose and features of Microsoft Silverlight.

§ Create a Silverlight-based application by using Visual Studio 2008.

§ Implement XAML objects in a Silverlight application.

 

Module 4-1: Consuming and Creating XML Web Services

This module explains how to call a Web service from an ASP.NET Web application and incorporate the returned data into a Web application.

Lessons

§ Overview of Using XML Web Services

§ Calling an XML Web Service

§ Creating an XML Web Service

 

Lab 4-1: Consuming and Creating XML Web Services

§ Exercise 1: Creating the Dentist XML Web Service and the GetAllDentists XML Web Service Method

§ Exercise 2: Creating the GetDentistsByPostalCode XML Web Service Method

§ Exercise 3: Consuming the GetAllDentists XML Web Service Method

§ Exercise 4: Consuming the GetDentistsByPostalCode 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 HTTP.

§ Create a Web reference proxy for an XML Web service method, and call that Web method from a Web Form.

§ Create an XML Web service by using the templates in Visual Studio 2008.

 

Module 4-2: Managing State

This module explains how to store ASP.NET Web application and session data by using a variety of methods.

Lessons

§ State Management

§ Application and Session Variables

§ Cookies and Cookieless Sessions

 

Lab 4-2: Storing Application and Session Data

§ Exercise 1: Implementing Session Variables

§ Exercise 2: Implementing Cookies

§ Exercise 3: Implementing Application Variables

§ Exercise 4: Storing Session Variables in a Database

After completing this module, students will be able to:

§ Describe state management and the options that are available to manage state in an ASP.NET Web application.

§ Manage state in an ASP.NET Web application by using application and session variables.

§ Manage state in an ASP.NET Web application by using cookies and cookieless sessions.

 

 Module 5-1: Configuring, Optimizing, and Deploying a Microsoft ASP.NET Web Application

This module explains how to configure and deploy an ASP.NET Web application.

Lessons

§ Implementing the Cache Object

§ ASP.NET Output Caching

§ Configuring an ASP.NET Web Application

§ Deploying an ASP.NET Web Application

 

Lab 5-1: Configuring, Optimizing, and Deploying a Microsoft ASP.NET Web Application

§ Exercise 1: Caching a DataSet by Using the Cache Object

§ Exercise 2: Reducing Response Times by Using the Page Output Cache

§ Exercise 3: Partial Page Caching

§ Exercise 4: Implementing Dynamic Properties

§ Exercise 5: Deploying Your Site

After completing this module, students will be able to:

§ Store information by using the Cache object.

§ Store Web pages and Web page fragments by using ASP.NET output caching.

§ Configure an ASP.NET Web application by using the Machine.config and Web.config files.

§ Deploy an ASP.NET Web application.

 

Module 5-2: Securing a Microsoft ASP.NET Web Application

This module explains how to secure an ASP.NET Web application by using a variety of technologies, including authentication and authorization.

Lessons

§ Web Application Security Overview

§ Windows-Based Authentication

§ Forms-Based Authentication

 

Lab 5-2: Securing a Microsoft ASP.NET Web Application

§ Exercise 1: Securing Your Web Site by Using Windows-Based Authentication

§ Exercise 2: Securing Your Web Site by Using Forms-Based Authentication

§ Exercise 3: Registering New Users

After completing this module, students will be able to:

§ Describe the ASP.NET and IIS authentication methods.

§ Secure an ASP.NET Web application by using Windows-based authentication.

§ Secure an ASP.NET Web application by using Forms-based authentication.

  Minimize
Competitive Advantage
  

Competitive Advantage & Pricing (Lowest Price Guranteed)

Below table contains the price and feature differences compared with other trainng institutes. 

 

We are exclusively certified by Microsoft Corporation 

Course Title: Developing Web Application Using Microsoft® Visual Studio® 2008

 

Institute

Price

Duration

Course Material

Discount Voucher

Placement Assistance

Real-Life Project

Special

Attention

Job Reference

SQL Operations

$1,199

5 days

ü

ü

ü

ü

ü

 ü

NetDesk

$2,745

5 days

ü

X

X

X

X

X

ExecuTrain

$2,625

5 days

ü

-

X

X

X

X

New Horizons

$2,495

5 days

ü

-

X

X

X

X

SQLSOFT

$2,475

5 days

ü

ü

X

X

X

X

TLG Learning

$2,325

5 days

ü

-

X

X

X

X

 

Our Competitive Pricing for other Courses

 

Training Schedule Available for Weekday’s, Evenings, & Weekends (Click on the below courses for details)

 

 

Call us for Corporate/Group Pricing

Key Differentiator: (Why should you chose SQL Operations)

  • Real-Life Project: At the completion of the course, you will be assigned a real-life project which will help you apply your learning’s towards the real-life project.
  • Placement Assistance: We provide placement assistance with Reference in 80 countries
  • Duration: We believe in investing quality and meaningful time in the delivery of the course for our students
  • Every student will receive special attention from the instructor
  • We are the only one exclusively selected and certified by the Microsoft SQL Server Community Worldwide

 


Print  
Developing Web Applications | Programming with C# | Maintaining a SQL Server 2008 Database | Writing SQL Server 2008 Queries | Upgrading to SQL Server 2008 | Analysis Services 2008 | Integration Services 2008 | Reporting Services 2008 | WCF - Windows Communication Foundation
img
img Privacy Statement | Terms Of Use
 
Copyright 2009 by SQL OPERATIONS img