A Small Class Size is the Best Learning Environment*
Only F1 has no more than 6 Delegates in a Class
Everyone has Individual Attention from the Trainer

View Recent History

Microsoft Dynamics CRM Training Course Index - F1Computing Microsoft Training Courses London South West UK
Course:(3373) First Look: Getting Started with Windows SharePoint Services 3.0 Hands-On Lab - Microsoft Training Courses in London and South West
ASP.NET Training Course Index - F1Computing Microsoft Training Courses London South West UK
Windows Server 2008 Training Course Index - F1Computing Microsoft Training Courses London South West UK
Course:(6317) Upgrading Your SQL Server 2000 Database Administration Skills to SQL Server 2008 - Microsoft Training Courses in London and South West
Windows 7 Training Course Index - F1Computing Microsoft Training Courses London South West UK
F1 Computing - Microsoft CRM Gold Partner
Windows 2003 Training Course Index - F1Computing Microsoft Training Courses London South West UK
Web Development Training Course Index - F1Computing Microsoft Training Courses London South West UK
Visual FoxPro Training Course Index - F1Computing Microsoft Training Courses London South West UK
BizTalk Server Training Course Index - F1Computing Microsoft Training Courses London South West UK
Business Training Course Index - F1Computing Microsoft Training Courses London South West UK
Windows Training Course Index - F1Computing Microsoft Training Courses London South West UK
FoxPro Training Course Index - F1Computing Microsoft Training Courses London South West UK
Hyper-V and Virtualisation Training Course Index - F1Computing Microsoft Training Courses London South West UK
Course:(2840) Implementing Security for Applications - Microsoft Training Courses in London and South West
Exchange Server Training Course Index - F1Computing Microsoft Training Courses London South West UK
C Sharp Training Course Index - F1Computing Microsoft Training Courses London South West UK
Course:(50511) The Microsoft Intelligence 2010 Stack - Microsoft Training Courses in London and South West
Office 2007 Training Course Index - F1Computing Microsoft Training Courses London South West UK
Course:(50257) Upgrading to Microsoft ASP.NET 3.5 - Microsoft Training Courses in London and South West
SQL Server Training Course Index - F1Computing Microsoft Training Courses London South West UK
Security Training Course Index - F1Computing Microsoft Training Courses London South West UK
Windows Vista Training Course Index - F1Computing Microsoft Training Courses London South West UK
F1 - Training and Technology Blogs
Course:(2520) Deploying Microsoft Windows XP Professional - Microsoft Training Courses in London and South West
SharePoint Training Course Index - F1Computing Microsoft Training Courses London South West UK
Course:(10215) Implementing and Managing Microsoft Server Virtualization - Microsoft Training Courses in London and South West
Course:(10508) Planning, Deploying, and Managing Microsoft Exchange Server 2010 Unified Messaging - Microsoft Training Courses in London and South West
Course:(4001) Team Collaboration Using Microsoft Windows SharePoint Services - Microsoft Training Courses in London and South West
Certification Fast-Track Course Index - F1Computing Microsoft Training Courses London South West UK
Course:(10337) Updating Your Microsoft SQL Server 2008 BI Skills to SQL Server 2008 R2 - Microsoft Training Courses in London and South West
Course:(10267) Introduction to Web Development with Microsoft Visual Studio 2010 - Microsoft Training Courses in London and South West
CRM Course Index - F1Computing Microsoft Training Courses London South West UK
Course:(F1044) Learning to Program using Microsoft C# 2010 - Microsoft Training Courses in London and South West
Course:(2310) Developing Web Applications Using Microsoft Visual Studio 2008 - Microsoft Training Courses in London and South West
Course:(50429) Microsoft SharePoint 2010 Business Intelligence - Microsoft Training Courses in London and South West
Course:(80442) Introduction to Microsoft Dynamics CRM 2011 - Microsoft Training Courses in London and South West
Visual Basic .NET Training Course Index - F1Computing Microsoft Training Courses London South West UK
Windows Services Training Course Index - F1Computing Microsoft Training Courses London South West UK
Course:(6331) Deploying and Managing Microsoft System Center Virtual Machine Manager - Microsoft Training Courses in London and South West
Course:(5929) Managing Projects and Programs Using Microsoft Office Project Server 2007 - Microsoft Training Courses in London and South West
Silverlight 4 Training Course Index - F1Computing Microsoft Training Courses London South West UK
Office (inc SharePoint) Training Course Index - F1Computing Microsoft Training Courses London South West UK
Course:(50219) Introduction to Microsoft Windows 7 for Developers - Microsoft Training Courses in London and South West
Fast-Track Courses Training Course Index - F1Computing Microsoft Training Courses London South West UK
Course:(8036) Designing IT Platform Collaborative Applications with Microsoft SharePoint 2003 Workshop - Microsoft Training Courses in London and South West
SQL Server 2008 Training Course Index - F1Computing Microsoft Training Courses London South West UK
Course:(10232) Designing and Developing Microsoft SharePoint Server 2010 Applications - Microsoft Training Courses in London and South West
Course:(F1048) Microsoft BizTalk Server 2010 Administration - Microsoft Training Courses in London and South West
Knowledge Management Training Course Index - F1Computing Microsoft Training Courses London South West UK

Compare Recently Viewed Course Dates



Exclusive
ASP.Net

Upgrading to Microsoft ASP.NET 3.5
(Microsoft Training Course: 50257) - 2 days - £1200 exc VAT



> Target Audience
This course will give students a complete overview on the new features of the latest release of ASP.NET. Among these features are additions to the Visual Studio environment, new controls, AJAX support, jQuery Support, ADO.NET 3.5, Dynamic Data projects and much more. It is intended for architects and programmers, as well as project managers, who are familiar with the .NET framework and are experienced in ASP.NET 2.0 development.
> Course outline
  1. Introduction
  2. New Features in Visual Studio 2008
  3. ADO.NET 3.5
  4. ASP.NET 3.5 New Controls
  5. AJAX Support
  6. ASP.NET Dynamic Data
  7. ASP.NET MVC Framework


Module 1: Introduction
  • This module gives a basic introduction to the course content, going from the course outline to the reasons upgrading to ASP.NET 3.5 and namespaces used in the course through the various modules.
  • ASP.NET 3.5 on the .NET Timeline
  • Why Move to ASP.NET 3.5?
  • Namespaces used in the course
Skills
  • Appreciate the relationships between the various components comprising ASP.NET 3.5.
  • Have a better understanding of why you should move to ASP.NET 3.5.
  • Download and install the components used during the course into their working environment.
top
Module 2: New Features in Visual Studio 2008
  • This module explains how to develop web applications taking advantage of the new features of Visual Studio 2008, including the Designer, various windows and Intellisense support.
  • Designer Support
  • IDE Improvements
  • CSS Support
  • jQuery Intellisense
  • Lab: Using Visual Studio 2008 New Features
Skills
  • Take advantage of the various Visual Studio 2008 designer support and IDE improvements.
  • Use the CSS support windows to have a better design experience and a better maintainability of sites.
  • Use jQuery Intellisense for easier programming with the jQuery language.
top
Module 3: ADO.NET 3.5
  • This module explains how to build a Web Application that uses the LINQ dialect in C# 3.0 combined with features presented by ADO.NET 3.5.
  • LINQ Overview
  • Entity Framework Overview
  • Accessing Data using ADO.NET Data Services
  • Lab: Using ADO.NET
Skills
  • Use Entity Framework ORM to create a data based object model.
  • Write basic LINQ and basic eSQL to query the database through a Web page.
  • Use a simple ADO.NET Data Service within an ASP.NET site.
top
Module 4: ASP.NET 3.5 New Controls
  • This module explains how to use the ASP.NET 3.5 new controls in a web site for gaining rapider development process, and a site that is easier to manage and scale in the future.
  • The ListView Control
  • The DataPager Control
  • The LinqDataSource and EntityDataSource controls
  • The Chart Control
  • Lab: Using ASP.NET 3.5 new controls
Skills
  • Use the ListView Control on a web page.
  • Use The DataPager Control within a ListView Control.
  • Connect the ListView and DataPager Controls to LinqDataSource and EntityDataSource Controls.
  • Build a web page using the Chart control to display data.
top
Module 5: AJAX Support
  • This module explains how to develop a Web application that uses the built in AJAX support presented in ASP.NET 3.5.
  • Using AJAX Controls to Improve Responsiveness
  • Using services from a web page using AJAX control
  • Access AJAX client-side library by using client side scripts
  • Using jQuery
  • Lab : AJAX Support
Skills
  • Improve functionality and support using AJAX libraries and jQuery.
  • Develop an AJAX supported web application.
  • Decide which scenarios are suitable for AJAX functionality.
top
Module 6: ASP.NET Dynamic Data
  • This module explains how to build a Dynamic Data Web site using the various Dynamic Data Controls and the Dynamic Data Project template presented in ASP.NET 3.5.
  • Dynamic Data Controls Overview
  • Scaffolding
  • Dynamic Data Annotations
  • UI Customization
  • Lab: ASP.NET Dynamic Data
Skills
  • Create ASP.NET Dynamic Data Project.
  • Use ASP.NET Dynamic data controls within a legacy ASP.NET site.
  • Control Scaffolding within specific objects from a given model.
  • Take advantage of Dynamic Data Annotations with validation and presentation.
  • Customize the UI presentation of data displayed by Dynamic Data Controls.
top
Module 7: ASP.NET MVC Framework
  • This module explains how to build an ASP.NET MVC web application using the ASP.NET MVC Framework.
  • MVC Model Architecture
  • MVC Customization
  • MVC Extensibility
  • MVC Testability
  • Lab: ASP.NET MVC Framework
Skills
  • Decide which web project type fits a planned web site.
  • Build a basic ASP.NET MVC project.
  • Customize the ASP.NET MVC behaviour.
  • Appreciate the extensibility points of the request-response pipeline of an ASP.NET MVC Application.
  • Write a simple test project for an ASP.NET Application.
top
> Pre-Requisites
Before attending this course, students must have the following pre-requisites:
  • Good knowledge of C# .NET language.
  • Good knowledge in ASP.NET 2.0 programming.
  • Basic knowledge in Java Script language.
  • Basic knowledge of database programming.
> Purpose
After completing the course, students will be able to develop ASP.NET 3.5 web applications using the VS2008 new features; employ Entity Framework and LINQ to work with different database within ASP.NET 3.5 web applications; apply ASP.NET 3.5 Controls like ListView and DataPager to ASP.NET sites; make use of Ajax controls and scripts within an ASP.NET project; build Dynamic Data ASP.NET projects, with scaffolding and customization options; develop an ASP.NET MVC site using Testing and customization.
> EXAMS
There are no exams directly associated with this course