Training, cursus 10264: Developing Web Applications with Microsoft Visual Studio 2010 opleiding (MS10264) door Master it Training
Neem contact met ons op, bijvoorbeeld voor training, cursus 10264: developing web applications with microsoft visual studio 2010 opleiding (ms10264) door master it training
   
Volg uw (maatwerk) cursus, training of opleiding bij Master it Training en profiteer van onze unieke 100% kwaliteitsgarantie!
Master it Training: 650 IT trainingen en cursussen voor o.a. Microsoft MCTS MCITP VMware PRINCE2 en Office

Developing Web Applications with Microsoft Visual Studio 2010

MS10264

In this training, students will learn to develop advanced ASP.NET MVC and Web Forms applications using .NET Framework 4 tools and technologies. The focus will be on coding activities that enhance the performance and scalability of the Web site application. ASP.NET MVC will be introduced and compared with Web Forms so that students know when each should/could be used.

Doelgroep

This training is intended for professional Web developers who use Microsoft Visual Studio in a team-based, medium-sized to large development environment. Members of the audience have a minimum of two to three years of experience developing Web-based applications by using Microsoft Visual Studio and Microsoft ASP.NET. Members of the audience are experienced users of Microsoft Visual Studio 2008 SP1 and newer releases of the Visual Studio product. The audience understands how to use the new features of Visual Studio 2010.

Taal
The course material and exercises for this training are available in both VB.NET and C#.NET.

Voorkennis

In addition to their professional Web development experience, students who attend this training should have the following technical knowledge:

  • An understanding of the problem-solving techniques that apply to software development.
  • A basic understanding of Web, Macro and Windows scripting techniques.
  • A general understanding of the purpose, function, and features of the .NET Framework.
  • Experience using Visual Studio 2008.
  • Experience in object oriented design and development.
  • Experience in N-Tier application design and development.

Lesmethode

U volgt deze training in onze Open Master Class. Door een groepsgrootte van gemiddeld 6 en maximaal 8 cursisten, bent u verzekerd van een individuele en maatgerichte training. U werkt in uw eigen tempo en beschikt over een gecertificeerde en ervaren docent die u gedurende uw training persoonlijk begeleidt en al uw vragen omtrent de lesstof beantwoordt. Uiteraard profiteert u ook bij deze training van onze 100% Kwaliteitsgarantie.

Duur

5 dagen

Tarief excl. BTW

€ 1.975,00 per deelnemer
Het tarief voor deze training is inclusief studiemateriaal, certificaat, koffie/thee en een uitgebreide lunch.

Trainingstijden

Onze trainingen vinden plaats van 9.30 tot 12.15 en van 13.15 tot 16.30 uur.

Certificering / traject

Microsoft MCTS certificering

Examen

Examen 70-515

Voorafgaande trainingen

MS10267: Introduction to Web Development with Microsoft Visual Studio 2010

Huidige categorie

Trainingsaanbod  »  Development trainingen  »  Visual Studio 2010
Trainingsaanbod  »  Development trainingen  »  ASP.NET/ADO.NET

Module 1: Overview of Web Application Design
This module describes the underlying architecture and design of a Web application.

Lessons:

  • Overview of IIS 7.0
  • Overview of ASP.NET 4.0
  • Introduction to the MVC Framework
  • Overview of the Request Life Cycle

Module 2: Designing a Web Application
This module describes the best practices and trade-offs that you need to make when designing a Web application.

Lessons:

  • Web Applications: Case Studies
  • Web Application Design Essentials
  • Guidelines for Determining When to Use Web Forms and MVC
  • Visual Studio 2010 Tools and Technologies for Web Application Design

Module 3: Developing MVC Models
This module describes the MVC development model (Models, Controllers, and Views) and how to create the Models that are used to access and modify the data in a data source.

Lessons:

  • Exploring Ways to Create MVC Models
  • Creating a Data Repository

Module 4: Developing MVC Controllers
This module describes how to create the Controllers that are used to respond to communications from the user and how to implement the application flow and logic.

Lessons:

  • Implementing MVC Controllers
  • Creating Action Methods

Module 5: Developing MVC Views
This module describes how to create the Views that are used to expose the application UI. The module also covers how to manage pre-action and post-action behavior of Controller action methods using the included action filters are provided as part of MVC.

Lessons:

  • Implementing MVC Views
  • Implementing Strongly-Typed MVC Views
  • Implementing Partial MVC Views

Module 6: Designing for Discoverability
This module describes how to implement the navigational design and also how discoverability will be achieved through content keywords and page URLs.

Lessons:

  • Overview of Search Engine Optimization
  • Creating the Robots and Sitemap Files
  • Using ASP.NET Routing

Module 7: Writing Server-Side Code for Web Forms
This module describes the advanced features of server-side coding and technologies. The module describes how to allow the website to move into a global and web farm environment through localization, shared sessions, and custom user controls. The module will also cover how to use the custom validator and regular expressions.

Lessons:

  • Overview of the Structure of a Web Application
  • Controlling ViewState
  • Localizing a Web Application
  • Persisting Data on a Web Forms Page
  • Validating User Input

Module 8: Optimizing Data Management for Web Forms
This module describes how to optimize and display data management tasks for a Web Forms-based application using Dynamic Data, Data Binding, LinqToEntities, server side controls, and server-side code.

Lessons:

  • Managing Data by Using LINQ to Entities
  • Using Data Source Controls
  • Using ASP.NET Dynamic Data

Module 9: Ensuring Quality by Debugging, Unit Testing, and Refactoring
This module describes how to perform check-in testing for their Web Forms and MVC applications as well as how to use the built-in debugging capabilities of VS2010.

Lessons:

  • Debugging and Refactoring Code
  • Unit Testing Code
  • Processing Unhandled Exceptions
  • Test Driven Development

Module 10: Securing a Web Application
This module describes how to mitigate common security threats and to implement the essentials (must haves) of Web security in both MVC and Web Forms applications.

Lessons:

  • Configuring Authentication
  • Configuring ASP.NET Membership
  • Managing Authorization by Using ASP.NET Roles

Module 11: Applying Master Pages and CSS
This module describes how to achieve a consistent UI in a reusable manner.

Lessons:

  • Applying Master Pages
  • Applying CSS, Skins, and Themes

Module 12: Developing Client Side Scripts and Services
This module described how to develop client-side scripts and services for a responsive, rich, and interactive application UI.

Lessons:

  • Developing Client-Side Scripts
  • Implementing AJAX
  • Creating Services

Module 13: Implementing Advanced AJAX in a Web Application
This module describes the programmatic side of AJAX enabled controls (as well as extending server controls to include AJAX functionality) on a Web Forms page as well as implementing AJAX on a MVC page.

Lessons:

  • Implementing Ajax in ASP.NET MVC Pages Using Microsoft Ajax
  • Implementing Ajax in ASP.NET MVC Pages Using jQuery
  • Working With jQuery and Ajax Events

Module 14: Deploying a Web Application
This module describes how to plan, configure, and perform deployment tasks associated with a production Web site. The module also describes the Web site lifecycle as it pertains to deployment.

Lessons:

  • Overview of Web Application Deployments
  • Overview of Web Site Deployments
  • Deploying AdventureWorks

Module 15: Developing a Web Application by Using Silverlight
This module introduce students to Silverlight by having them integrate a Silverlight module into an existing ASP.NET application. Students will learn how to add a Silverlight project to an existing solution, leverage the existing Web application by calling a WCF service, and display the information in Silverlight.

Lessons:

  • Introduction to Rich Internet Applications
  • Overview of Silverlight
  • Creating a Silverlight Application

Duur

5 dagen

Tarief excl. BTW

€ 1.975,00 per deelnemer

Certificering / traject

Microsoft MCTS certificering

Examen

Examen 70-515

Voorafgaande trainingen

MS10267: Introduction to Web Development with Microsoft Visual Studio 2010

Huidige categorie

Trainingsaanbod  »  Development trainingen  »  Visual Studio 2010
Trainingsaanbod  »  Development trainingen  »  ASP.NET/ADO.NET

Op deze pagina kunt u alle bij deze training behorende informatie eenvoudig en overzichtelijk printen. Daarnaast bieden wij u de mogelijkheid om direct een persoonlijke webofferte te genereren (optie 2). Maar natuurlijk sturen wij u ook graag een maatwerk- of persoonlijke offerte toe!

Optie 1: Trainingsinhoud printen.
Print :

Optie 2: Genereer nu direct een Webofferte (PDF document).
Organisatie :
Voorletter(s) / Naam :
Titel :   
Adres :
Postcode :
Plaats :
Telefoonnummer :
   

Optie 3: Maatwerk- / persoonlijke offerte aanvragen.
Offerte op maat :

Maak een keuze uit onderstaande opties en geef het aantal deelnemers op voor de training Developing Web Applications with Microsoft Visual Studio 2010 (MS10264). Op de volgende pagina kunt u vervolgens per deelnemer de naam- en contactgegevens opgeven.

Inschrijven

Duur  : 5 dagen
Tarief excl. BTW  : € 1.975,00 per deelnemer
Inclusief studiemateriaal, certificaat, koffie/thee en een uitgebreide lunch.
Kies een datum
:
Startdatum Volgdata Locatie Methode
  4 jun 5, 6, 7, 8 jun 2012 Utrecht Open Master Class
  4 jun 5, 6, 7, 8 jun 2012 Amsterdam Open Master Class
  11 jun 12, 13, 14, 15 jun 2012 Utrecht Open Master Class
  11 jun 12, 13, 14, 15 jun 2012 Eindhoven Open Master Class
  11 jun 12, 13, 14, 15 jun 2012 Amsterdam Open Master Class
  18 jun 19, 20, 21, 22 jun 2012 Eindhoven Open Master Class
  18 jun 19, 20, 21, 22 jun 2012 Utrecht Open Master Class
  18 jun 19, 20, 21, 22 jun 2012 Amsterdam Open Master Class
  25 jun 26, 27, 28, 29 jun 2012 Rotterdam Open Master Class
  25 jun 26, 27, 28, 29 jun 2012 Utrecht Open Master Class
  2 jul 3, 4, 5, 6 jul 2012 Eindhoven Open Master Class
  2 jul 3, 4, 5, 6 jul 2012 Amsterdam Open Master Class
  9 jul 10, 11, 12, 13 jul 2012 Utrecht Open Master Class
  9 jul 10, 11, 12, 13 jul 2012 Amsterdam Open Master Class
  16 jul 17, 18, 19, 20 jul 2012 Amsterdam Open Master Class
  16 jul 17, 18, 19, 20 jul 2012 Utrecht Open Master Class
Meer data-opties voor deze training..
Aantal deelnemers  :
   

Login op MIJN Master it met uw e-mailadres en wachtwoord.

Registreren  |  Winkelwagentje

Inhoud Mijn winkelwagentje
Inschrijvingen: 0
Totaalbedrag: € 0,00
Zoek training

English information English information
Master it Training is Microsoft GOLD Certified Partner