cm logo
To speak to a training advisor please call
All Courses / Microsoft Courses / Microsoft Visual Studio 2010: Developing Data Access Solutions with Microsoft Visual Studio 2010 (.NET Framework 4 Data Access )
Share: Follow us: Bookmark with: twiter Print Page:

Microsoft Visual Studio 2010: Developing Data Access Solutions with Microsoft Visual Studio 2010 (.NET Framework 4 Data Access )

Course Code: 10265      Days: 5

Course Overview

After completing this course, students will be able to: Evaluate business cases and select an appropriate combination of data access technologies and tools for each case. Use the tools that the Entity Framework provides to map the conceptual model that the business logic of an application uses to the logical data model that the database provides. Query an Entity Data Model (EDM) by using common methods such as LINQ to Entities, Entity SQL, and the classes in the EntityClient namespace. Perform data modification tasks through an EDM by using LINQ to Entities, Entity SQL, and the classes in the EntityCIient namespace.

Describe the optimistic concurrency model in the Entity Framework and manage transactions in Entity Framework applications. Describe the best practices for designing and building a scalable, optimized data access layer by using Object Services. Customize and extend entities with their own business logic and use advanced mappings to shape the data model to their business and application requirements. Reuse existing plain-old CLR object (P0CC) business classes in a data access layer that is built by using the Entity Framework. Address the architectural issues that can arise when you build an n-tier enterprise application by using the Entity Framework. Build extensible solutions that can update data in an n-tier enterprise application by using the Entity Framework.

Access offline data or data that has limited availability in client applications. Design, develop, and consume a simple data service. Use WCF Data Services to update and delete data and handle multi-user concerns. Develop high-performance, scalable ADO.NET applications that can query and update data. Use LINQ to SQL to develop against a logical model that abstracts the low- level details of querying ADO.NET tables and result sets.

Booking a Microsoft training course with CourseMonster couldn't be easier. Simply click on the date and location that suits you best, confirm your booking and we'll send you all the information that you need.

Related Courses

Audience

This course is intended for professional .NET software developers who use Microsoft Visual Studio (r) 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.

Examinations

Related Brands Related Paths Related Tracks Related Exams

Prerequisites

This course 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.

Course Outline

  1. Architecture and Data Access Technologies
  2. Building Entity Data Models
  3. Querying Entity Data
  4. Creating, Updating, and Deleting Entity Data
  5. : Handling Multi-User Scenarios by Using Object Services
  6. Building Optimized Solutions by Using Object Services
  7. Customizing Entities and Building Custom Entity Class
  8. Using POCO Classes with the Entity Framework
  9. Building an N-Tier Solution by Using the Entity Framework
  10. Handling Updates in an N-Tier Solution by Using the Entity Framework
  11. Building Occasionally Connected Solutions
  12. Querying Data by Using WCF Data Services
  13. Updating Data by Using WCF Data Services
  14. Using ADO.NET

Module 1: Architecture and Data Access Technologies

  • Data Access Technologies
  • Data Access Scenarios
  • Skills
  • Analyzing Data Access Scenarios

Module 2: Building Entity Data Models

  • Introduction to Entity Data Models
  • Modifying an Entity Data Model
  • Customizing an Entity Data Model
  • Skills
  • Using Entity Data Models

Module 3: Querying Entity Data

  • Retrieving Data by Using LINQ to Entities
  • Retrieving Data by Using Entity SQL
  • Retrieving Data by Using the EntityClient provider
  • Retrieving Data by Using Stored Procedures
  • Unit Testing Your Data Access Code
  • Skills
  • Querying Entity Data

Module 4: Creating, Updating, and Deleting Entity Data

  • Understanding Change Tracking in the Entity Framework
  • Modifying Data in an Entity Data Model
  • Skills
  • Creating, Updating, and Deleting Entity Data

Module 5: Handling Multi-User Scenarios by Using Object Services

  • Handling Concurrency in the Entity Framework
  • Transactional Support in the Entity Framework
  • Skills
  • Handling Multi-User Scenarios by Using Object Services

Module 6: Building Optimized Solutions by Using Object Services

  • The Stages of Query Execution
  • Change Tracking and Object Materialization
  • Using Compiled Queries
  • Using Design-Time Generated Entity Framework Views
  • Monitoring Performance
  • Performing Asynchronous Data Modifications
  • Skills
  • Building Optimized Solutions by Using Object Services

Module 7: Customizing Entities and Building Custom Entity Class

  • Overriding Generated Classes
  • Using Templates to Customize Entities
  • Creating and Using Custom Entity classes
  • Skills
  • Customizing Entities and Building Customer Entity Classes

Module 8: Using POCO Classes with the Entity Framework

  • Requirements for POCO Classes
  • POCO Classes and Lazy Loading
  • POCO Classes and Change Tracking
  • Extending Entity Types
  • Skills
  • Using POCO Classes with the Entity Framework

Module 9: Building an N-Tier Solution by Using the Entity Framework

  • Designing an N-Tier Solution
  • Defining Operations and Implementing Data Transport Structures
  • Protecting Data and Operations
  • Skills
  • Building an N-Tier Solution by Using the Entity Framework

Module 10: Handling Updates in an N-Tier Solution by Using the Entity Framework

  • Tracking Entities and Persisting Changes
  • Managing Exceptions in an N-Tier Solution
  • Skills
  • Handling Updates in an N-Tier Solution by Using the Entity Framework

Module 11: Building Occasionally Connected Solutions

  • Offline Data Caching by Using XML
  • Using the Sync Framework
  • Skills
  • Building Occasionally Connected Solutions

Module 12: Querying Data by Using WCF Data Services

  • Introducing WCF Data Services
  • Creating a WCF Data Service
  • Consuming a WCF Data Service
  • Protecting Data and Operations in a WCF Data Service
  • Skills
  • Creating and Using WCF Data Services

Module 13: Updating Data by Using WCF Data Services

  • Creating, Updating, and Deleting Data in a WCF Data Service
  • Preventing Unauthorized Updates and Improving Performance
  • Using WCF Data Services with Nonrelational Data
  • Skills
  • Updating Data by Using WCF Data Services

Module 14: Using ADO.NET

  • Retrieving and Modifying Data by using ADO.NET Commands
  • Retrieving and Modifying Data by Using DataSets
  • Managing Transactions and Concurrency in Multi User
  • Retrieving and Modifying Data by using ADO.NET Commands
  • Retrieving and Modifying Data by Using DataSets
  • Managing Transactions and Concurrency in Multi User Scenarios
  • Skills
  • Managing Transactions and Concurrency in Multi User Scenarios
  • Using ADO.NET


How to make a booking for the 10265 course

Scheduled Dates

Request availability or enquire by clicking a date:

Sort by Location

London Region
London (Central)
£ 1,850
London (Central)
£ 1,850
London (Central)
£ 1,825
London (Central)
£ 1,850
London (Central)
£ 1,850
London (Central)
£ 1,825
North West England
Manchester (Greater)
£ 1,825
Manchester (Greater)
£ 1,825
Manchester (Greater)
£ 1,825
Scotland
Glasgow
£ 1,825
South West England
Somerset
£ 1,850
Somerset
£ 1,850
Somerset
£ 1,850
Somerset
£ 1,850
West Midlands
Midlands (West)
£ 1,825
Midlands (West)
£ 1,825
Belgium
Antwerpen
£ 1,850
Brabant Wallon
1,849
Brussels
£ 1,850
France
Aquitaine
£ 1,850
Ile-de-France
2,550
Ile-de-France
£ 1,850
Ile-de-France
2,550
Ile-de-France
2,550
Midi-Pyrenees
£ 1,850
Rhone-Alpes
2,550
Netherlands
Friesland
£ 1,850
Utrecht
2,245
Utrecht
£ 1,850
Utrecht
2,245
Utrecht
2,245
Zuid-Holland
£ 1,850
Portugal
Lisboa
£ 1,850
Spain
Cataluna
£ 1,850
Madrid
Call
Madrid
£ 1,850

Sort by Date

London Region
£ 1,850
Spain
Call
France
2,550
Netherlands
2,245
South West England
£ 1,850
West Midlands
£ 1,825
Belgium
£ 1,850
France
£ 1,850
Netherlands
£ 1,850
Portugal
£ 1,850
Spain
£ 1,850
North East England
£ 1,595
North West England
£ 1,825
London Region
£ 1,850
South West England
£ 1,850
France
2,550
London Region
£ 1,825
London Region
£ 1,850
Scotland
£ 1,825
North West England
£ 1,825
South West England
£ 1,850
Belgium
1,849
London Region
£ 1,850
Netherlands
2,245
South West England
£ 1,850
West Midlands
£ 1,825
North East England
£ 1,595
London Region
£ 1,825
North West England
£ 1,825
France
2,550
France
2,550
Netherlands
2,245

No Suitable Dates?

Please click above and we will take care of the rest.

Please click above and we will be happy to discuss the benefits of onsite and bespoke courses with you.

CourseMonster books thousands of public training courses, classes and boot camps both in London, City of London and throughout the UK including: Berkshire, Birmingham, Bristol, Bournemouth, Aylesbury, Cambridge, Derby, Devon, Edinburgh, Glasgow, Hampshire, Ipswich, Leeds, Leicester, Luton, Manchester, Middlesex, Milton Keynes, Newcastle, Norwich, Nottingham, Plymouth, Reading, Sheffield, Southampton, Surrey, Sussex, Midlands and Yorkshire. Topics range from software to administration, project management and development.