Training, cursus 10265: Developing Data Access Solutions with Microsoft Visual Studio 2010 opleiding (MS10265) door Master it Training
Neem contact met ons op, bijvoorbeeld voor training, cursus 10265: developing data access solutions with microsoft visual studio 2010 opleiding (ms10265) 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 Data Access Solutions with Microsoft Visual Studio 2010

MS10265

This training Visual Studio 2010 teaches you how to design and develop data access in your applications. The course discusses how to choose which data access technology is appropriate for your business and application needs and then teaches you how to use the key technologies, including the ADO.NET Entity Framework, Language- Integrated Query (LINQ), Windows Communication Foundation (WCF) Data Services, Microsoft Sync Framework, and ADO.NET.

Doelgroep

This training is intended for professional .NET software developers who use Microsoft Visual Studio in a team-based, medium-sized to large development environment. Audience members are expected to have experience of implementing data access and data binding within their Web or Windows Client applications and are interested in learning to optimize data access within their applications by using the Entity Framework, LINQ, and ADO.NET. Audience members should be experienced users of Visual Studio 2008 Service Pack 1 (SP1) or newer releases of the Visual Studio product. They should also have some experience of using Visual Studio 2010 for either Windows Client or Web application development.

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

Voorkennis

This training requires that you meet the following prerequisites:

  • An understanding of the problem-solving techniques that apply to software development, including modern software development models, the software development life cycle, the concepts of event-driven and object-oriented programming, creating use-case diagrams, designing and building a user interface, and developing a structured application.
  • A basic understanding of Web, macro, and Windows scripting techniques and some hands-on experience of writing scripts.
  • A general understanding of the purpose, function, and features of the common language runtime (CLR), the Microsoft .NET Framework class libraries, the common type system, component interoperation, cross-language interoperation, application domains, and runtime hosts that the .NET Framework supports.
  • Experience of using Visual Studio 2008 to use variables, operators, and branching and looping statements; create and use classes, methods, and events; identify syntax and logic errors; and access data from a data source.
  • Experience in object-oriented design and development including creating and accessing classes and class properties; creating and accessing methods and overloaded methods; implementing inheritance, base classes, and abstract classes; declaring, raising, and handling events; responding to and throwing exceptions; implementing interfaces and polymorphism; implementing shared and static members; implementing generics; and creating components and class libraries.
  • Experience in n-tier application design and development, including managing a software development process; controlling input at the user interface level in Windows Client and Web applications; debugging, tracing, and profiling .NET applications; monitoring and logging .NET applications; implementing basic testing best practices; performing basic data access tasks by using LINQ; implementing basic security best practices in .NET applications; implementing basic service calls; using .NET configuration files; and deploying .NET Framework applications by using ClickOnce and the Microsoft Installer.
  • Data access experience in Windows Client application development, including connecting to a data source, implementing data binding, and implementing data validation at the user interface layer.
  • Data access experience in Web application development, including connecting to a data source, implementing dynamic data, and implementing data validation at the user interface layer.

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-516

Huidige categorie

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

Module 1, “Architecture and Data Access Technologies,” describes the commonly used data access technologies and scenarios in which developers are likely to use them.

Module 2, “Building Entity Data Models,” introduces the concepts of data modeling, and in particular, EDMs. It explains how developers can use EDMs to decouple the conceptual data structure in their applications from the logical data structure in the data store.

Module 3, “Querying Entity Data,” explains how to use LINQ to Entities, Entity SQL, the EntityClient provider for the Entity Framework, and stored procedures to retrieve data from an entity model, and describes when each approach should be used.

Module 4, “Creating, Updating, and Deleting Entity Data,” introduces the ways that the Entity Framework enables data modifications. It also describes how the Entity Framework implements change tracking.

Module 5, “Handling Multi-User Scenarios by Using Object Services,” introduces the concurrency model that the Entity Framework uses to address the issues that are faced by applications that must support multiple users who access the same data simultaneously. It also describes how the Entity Framework can make use of transactions to ensure data integrity.

Module 6, “Building Optimized Solutions by Using Object Services,” describes best practices for designing and building a scalable, optimized data access layer by using Object Services. The module introduces several techniques for optimizing the performance of queries that execute against the conceptual model. It also describes strategies for running data modification operations asynchronously.

Module 7, “Customizing Entities and Building Custom Entity Classes,” describes how to customize and extend entities with your own business logic.

Module 8, “Using POCO Classes with the Entity Framework,” introduces the ways to define custom entity classes in Entity Framework applications. By default, Visual Studio generates a set of entity classes from the EDM. This module describes how to use an existing set of POCO business classes in the application and how to extend the generated entity classes to add custom business functionality to the entity objects.

Module 9, “Building an N-Tier Solution by Using the Entity Framework,” introduces the architectural issues that are associated with building an n-tier solution, and discusses how to address these issues by using the Entity Framework. An n-tier architecture is the most common approach to building enterprise class business applications because it facilitates building applications that are scalable, secure, maintainable, and interoperable. This module will discuss how a client application can retrieve data in an n-tier application.

Module 10, “Handling Updates in an N-Tier Solution by Using the Entity Framework,” describes how to handle data modifications in an n-tier solution. The module describes the different strategies for handling modifications to the different alternative formats for transporting data between tiers: data transfer objects (DTOs), self-tracking entities (STEs), and simple entities (SEs). The module also describes how to manage the exceptions that can occur during the data modification process.

Module 11, “Building Occasionally Connected Solutions,” describes how to access offline or occasionally connected data in client applications. It describes how to cache data in local XML files by using LINQ to XML and how to implement an occasionally connected application by using Sync Framework.

Module 12, “Querying Data by Using WCF Data Services,” introduces the purpose and features of a WCF Data Service and describes how to create and consume a WCF Data Service. It also discusses how to grant and restrict access to resources that a WCF Data Service exposes.

Module 13, “Updating Data by Using WCF Data Services,” describes how to use WCF Data Services to create, update, and delete data. WCF Data Services use standard Internet protocols such as HTTP and the Atom Publishing Protocol to enable update access to data across the Internet or a corporate network.

Module 14, “Using ADO.NET,” introduces ADO.NET and explains how you can use it to develop scalable, high-performance, data-driven applications.

Module 15, “Using LINQ to SQL,” introduces LINQ to SQL and explains how you can use it to abstract the low-level details of ADO.NET queries by developing against a logical data model.

Duur

5 dagen

Tarief excl. BTW

€ 1.975,00 per deelnemer

Certificering / traject

Microsoft MCTS certificering

Examen

Examen 70-516

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 Data Access Solutions with Microsoft Visual Studio 2010 (MS10265). 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
  21 mei 22, 23, 24, 25 mei 2012 Eindhoven Open Master Class
  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 Amsterdam Open Master Class
  11 jun 12, 13, 14, 15 jun 2012 Eindhoven Open Master Class
  18 jun 19, 20, 21, 22 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
  25 jun 26, 27, 28, 29 jun 2012 Rotterdam 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
  16 jul 17, 18, 19, 20 jul 2012 Amsterdam Open Master Class
  16 jul 17, 18, 19, 20 jul 2012 Utrecht Open Master Class
  23 jul 24, 25, 26, 27 jul 2012 Rotterdam Open Master Class
  23 jul 24, 25, 26, 27 jul 2012 Eindhoven 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