Book your MS6464 Visual Studio 2008: ADO.NET 3.5 Training Course

This two day course is being run eight times between Wednesday 22nd February 2012 and Wednesday 13th June 2012 in London, Bath,

Book this course with us today from as little as £779.00 + VAT and with our price guarantee you can be confident of getting great value. Our team of experienced independent booking administrators will make the joining process painless and by providing feedback on your experiences you’ll also influence the Coursebookers independent course ratings.

See all courses by the manufacturer Microsoft
See all courses provided by F1 Computing

Expert Help

If you would like
advice, or to book, call
one of our experts on
01920 460232

Open: 9am - 5:30pm
Monday- Friday

Locations/dates for this course
DateLocationRatingPrice
Wednesday 22 February 2012LondonSave £41.00£779.00+VAT
Wednesday 14 March 2012BathSave £41.00£779.00+VAT
Wednesday 28 March 2012LondonSave £41.00£779.00+VAT
Wednesday 11 April 2012BathSave £41.00£779.00+VAT
Wednesday 25 April 2012LondonSave £41.00£779.00+VAT
Wednesday 09 May 2012BathSave £41.00£779.00+VAT
Wednesday 23 May 2012LondonSave £41.00£779.00+VAT
Wednesday 13 June 2012BathSave £41.00£779.00+VAT
 

Book your course now with Coursebookers!

Making an enquiry to Coursebookers couldn't be easier, just fill out the form to the left or call 01920 460232 and our team will be in touch within 48 hours.

Remember:

  • Not only are we great value, we can also boast no booking fees
  • Human administrators make booking & coordination simple and painless
  • Coursebookers is vendor neutral we can offer unbiased and independent advice
  • If you have complex booking requirements we're happy to help! Call our team on 01920 460232 to discuss your needs
  • We ensure all our courses meet our high standards, meaning you'll only ever see "the best of the best" on Coursebookers!
Download Course Outline

Summary: 

This two-day instructor-led course provides students with the knowledge and skills to access and modify data by using ADO.NET 3.5.

PreRequisites: 

Before attending this course, students should have intermediate experience developing applications by using previous versions of Microsoft Visual Studio at level 200.

Audience: 

This course is intended for application developers who know how to create applications in Visual Studio 2005 or 2008.

Objectives: 

After completing this course, students will be able to:

  • Describe the purpose and structure of ADO.NET 3.5.
  • Explain the role of data providers in ADO.NET 3.5.
  • List the technologies and techniques available for managing data with ADO.NET 3.5.
  • Insert, update, and delete data by using ADO.NET Command objects.
  • Implement transactions to control data integrity and concurrency.
  • Define and use a DataSet for retrieving data.
  • Use a DataSet to update a database.
  • Use a DataSet as a local cache in an occasionally connected environment.
  • Define LINQ queries for selecting data from an in-memory data structure.
  • Use LINQ to SQL to query data in a database.
  • Use LINQ to SQL to modify data and save changes to the database.
  • Explain how to use the ADO.NET Entity Framework to map a database schema to a logical business model.
  • Use the ADO.NET Entity Framework to query and manage data.
  • Explain how Synchronization Services supports occasionally-connected solutions.
  • Use Synchronization Services to download data from a SQL Server database.
  • Use Synchronization Services to upload data to a SQL Server database.

Module 1: Getting Started with ADO.NET 3.5

This module explains how to connect to a database and retrieve data by using ADO.NET commands.

Lessons

  • Introduction to ADO.NET 3.5
  • Connecting to a Database and Retrieving Data
  • Best Practices for Managing Connections and Performing Queries

Lab : Connecting to a Database and Retrieving Data

  • Connecting to a Database
  • Executing a Simple Query
  • Executing a Query That Returns a Result Set
  • Executing a Query That Requires a Parameter

After completing this module, students will be able to:

  • Describe the purpose and structure of ADO.NET 3.5.
  • Explain the role of data providers in ADO.NET 3.5.
  • List the technologies and techniques available for managing data with ADO.NET 3.5.

Module 2: Modifying Data by Using ADO.NET Commands

This module explains how to modify data by using ADO.NET commands.

Lessons

  • Inserting, Updating, and Deleting Data
  • Managing Data Integrity and Concurrency

Lab : Modifying Data by Using ADO.NET Commands

  • Inserting, Updating, and Deleting Data in a Database
  • Implementing Transactional Updates
  • Executing Commands Asynchronously

After completing this module, students will be able to:

  • Insert, update, and delete data by using ADO.NET Command objects.
  • Implement transactions to control data integrity and concurrency.

Module 3: Querying and Maintaining Data by Using DataSets

This module explains how to use DataSets to fetch and modify data, and act as a local data cache.

Lessons

  • Creating and Using a DataSet to Retrieve Data
  • Updating a Database by Using a DataSet
  • Using a DataSet in an Occasionally Connected Environment

Lab : Using a DataSet to Retrieve and Modify Data

  • Creating a Typed DataSet
  • Retrieving Data into a DataSet
  • Modifying Data in a DataSet
  • Saving a DataSet and Resolving Conflicts

After completing this module, students will be able to:

  • Define and use a DataSet for retrieving data.
  • Use a DataSet to update a database.
  • Use a DataSet as a local cache in an occasionally connected environment.

Module 4: Querying and Maintaining Data by Using LINQ

This module explains how to use LINQ to retrieve and update data.

Lessons

  • Querying In-Memory Data by Using LINQ Query Expressions
  • Retrieving Data by Using LINQ to SQL
  • Modifying Data by Using LINQ to SQL

Lab : Querying and Maintaining Data by Using LINQ to SQL

  • Defining Entity Classes
  • Retrieving Data by Using LINQ to SQL
  • Modifying Data by Using LINQ to SQL

After completing this module, students will be able to:

  • Define LINQ queries for selecting data from an in-memory data structure.
  • Use LINQ to SQL to query data in a database.
  • Use LINQ to SQL to modify data and save changes to the database.

Module 5: Implementing an Entity Model by Using the ADO.NET Entity Framework

This module explains how to use the Entity Framework to implement an entity data model for querying and maintaining data.

Lessons

  • Creating an Entity Data Model by Using the ADO.NET Entity Framework
  • Querying and Modifying Data by Using the ADO.NET Entity Framework

Lab : Implementing an Entity Data Model by Using the ADO.NET Entity Framework

  • Creating an Entity Data Model
  • Querying Entities in an Entity Data Model
  • Modifying Entities in an Entity Data Model

After completing this module, students will be able to:

  • Explain how to use the ADO.NET Entity Framework to map a database schema to a logical business model.
  • Use the ADO.NET Entity Framework to query and manage data.

Module 6: Building Occasionally Connected Solutions by Using Synchronization Services

This module explains how to use Synchronization Services to build occasionally connected solutions.

Lessons

  • Understanding Microsoft Synchronization Services
  • Downloading Data by Using Synchronization Services
  • Uploading Data by Using Synchronization Services

Lab : Building Occasionally Connected Solutions by Using Synchronization Services

  • Modifying a Database Schema to Support Synchronization
  • Downloading Data to a Client Computer
  • Uploading Data Changes to the Database

After completing this module, students will be able to:

  • Explain how Synchronization Services supports occasionally-connected solutions.
  • Use Synchronization Services to download data from a SQL Server database.
  • Use Synchronization Services to upload data to a SQL Server database.

Description: 

This two-day instructor-led course provides students with the knowledge and skills to access and modify data by using ADO.NET 3.5.

Additions Info: 
Encrypted pdf
F1 Computing

F1 Computing have 20 years of experience in developing their CRM product, Pro-ACTION, is now used to build and deploy solutions for customers.
F1 Computing aim to meet the requirements of your company and arm you and your employees with the skills to make your business a success. Through many years of refining their courses, F1 computing have established a name for themselves, as well as a great relationship with their clients.

Want to leave your own testimonial? click Here
No Testimonials have been left for this course.