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

Course:(1912) Introduction to Web Development Technologies - Microsoft Training Courses in London and South West
Course:(2557) Building COM+ Applications Using Microsoft .NET Enterprise Services - Microsoft Training Courses in London and South West
Course:(2365) Designing an Application Migration Strategy to Microsoft .NET - Microsoft Training Courses in London and South West
Course:(6231) Maintaining a Microsoft SQL Server 2008 R2 Database - Microsoft Training Courses in London and South West
Course:(50068) Microsoft SQL Server 2008 for the Experienced Oracle Database Administrator - Microsoft Training Courses in London and South West
(6463) Visual Studio 2008 Connected Systems: ASP.NET 3.5 - Microsoft Training Courses London South West UK
Course:(1009) Mastering Web Site Fundamentals(Classroom View) - Microsoft Training Courses in London and South West
Course:(2009) Upgrading Your Skills from Microsoft Exchange Server 5.5 to Microsoft Exchange Server 2003 - Microsoft Training Courses in London and South West
Course:(2540N) Building Embedded Solutions Using Windows CE 5 - Microsoft Training Courses in London and South West
Course:(6317) Upgrading Your SQL Server 2000 Database Administration Skills to SQL Server 2008 - Microsoft Training Courses in London and South West
Course:(1905) Building XML-Based Web Applications - Microsoft Training Courses in London and South West
Course:(1572) Implementing and Managing Microsoft Exchange 2000 - Microsoft Training Courses in London and South West
Course:(4010) E-Commerce Profitability: Online Merchandising Using Microsoft Office FrontPage 2003 - Microsoft Training Courses in London and South West
Course:(2956) Core Foundations of Microsoft .NET 2.0 Development - Microsoft Training Courses in London and South West
Course:(1933) Doing Business Online Using Microsoft bCentral - Microsoft Training Courses in London and South West
Course:(2792) Implementing and Maintaining Microsoft SQL Server 2005 Integration Services - Microsoft Training Courses in London and South West
Course:(2185) Deploying and Managing Microsoft Commerce Server 2000 - Microsoft Training Courses in London and South West
Course:(2556) Developing Mobile Applications Using the Microsoft .NET Compact Framework - Microsoft Training Courses in London and South West
Course:(1592) Creating and Managing Web Sites Using FrontPage 2000 - Microsoft Training Courses in London and South West
Course:(2542) Advanced Data Access with Microsoft Visual Studio 2005 - Microsoft Training Courses in London and South West
Course:(2389) Programming with ADO .NET - Microsoft Training Courses in London and South West
Course:(2734) Updating Your Database Development Skills to SQL Server 2005 - Microsoft Training Courses in London and South West
Course:(F1038) Fast Track: Implementing and Maintaining a Microsoft SQL Server 2008 Database - Microsoft Training Courses in London and South West
Course:(2382) Developing Collaborative Solutions Using Digital Dashboards - Microsoft Training Courses in London and South West
Course:(2530) Introduction to Microsoft Windows CE .NET - Microsoft Training Courses in London and South West
Course:(2784) Tuning and Optimizing Queries using Microsoft SQL Server 2005 - Microsoft Training Courses in London and South West
Course:(1932) Building a Data-Driven Web Site Using Microsoft FrontPage 2000 - Microsoft Training Courses in London and South West

Compare Recently Viewed Course Dates



Exclusive
Visual Studio 2005

Advanced Data Access with Microsoft Visual Studio 2005
(Microsoft Training Course: 2542) - 2 days - £1200 exc VAT

Save up to 50% of the cost of some courses: check our Certification Packages or buy F1 Training Vouchers
 FebMarAprMayJunJulAugSepOctNovDecJan
London01 02 03 07 05 02 06 04 01 06
Bath16
Ask a Question ?Print 2 Page PDF


> Target Audience
This workshop provides students with the knowledge and skills needed to use advanced data access features and techniques in the Microsoft .NET Framework and Microsoft Visual Studio 2005. It is intended for corporate and Independent Software Vendor (ISV) application developers who have a desire to learn more about specific technology areas in distributed application development.
> Course outline
  1. Minimizing and Handling Database Operation Conflicts
  2. Handling Large Objects
  3. Enhancing Database Performance
  4. Creating Managed Code Objects for SQL Server 2005
  5. Querying XML by Using XPath
  6. Transforming XML by Using XSLT Style Sheets

Supplementary Information All VS2005 exams retire by 30/6/11, Why not consider upgrading to VS2010?
Module 1: Minimizing and Handling Database Operation Conflicts
  • Why Do Data Conflicts Arise?
  • Isolation Levels Available in SQL Server 2005
  • Guidelines for Using SQL Server 2005 Isolation Levels
  • Lab: Minimizing and Handling Database Operation Conflicts
Skills
  • Explain why data conflicts arise.
  • Describe the isolation levels that are available in SQL Server 2005.
  • Describe the guidelines for using SQL Server 2005 isolation levels.
  • Read committed data by using locks.
  • Read committed data by using statement-level snapshots.
  • Read committed data by using transaction-level snapshots.
  • Handle data concurrency by using ADO.NET.
top
Module 2: Handling Large Objects
  • What Are Binary Large Objects and Character Large Objects?
  • The Process for Reading Large Objects from a Database
  • The Process for Writing Large Objects to a Database
  • Lab: Handling Large Objects
Skills
  • Describe binary large objects and character large objects.
  • Explain the process for reading large objects from a database.
  • Explain the process for writing large objects to a database.
  • Read large values from SQL Server.
  • Write large values to SQL Server.
  • Conserve resources when writing large values to SQL Server.
top
Module 3: Enhancing Database Performance
  • ADO.NET Enhancements in the .NET Framework 2.0
  • SQL Server Provider Statistics
  • Lab: Enhancing Database Performance
Skills
  • Describe the ADO.NET enhancements in Microsoft .NET Framework 2.0.
  • Describe the support for run-time statistics in the .NET Framework Data Provider for SQL Server.
  • Access multiple result sets concurrently.
  • Perform asynchronous data access operations.
  • Perform a batch update.
  • Perform a bulk data copy.
top
Module 4: Creating Managed Code Objects for SQL Server 2005
  • The Benefits of Creating Managed Code Objects
  • Demonstration: The Process for Importing an Existing Assembly into SQL Server 2005
  • Demonstration: The Process for Implementing Managed Code Objects in SQL Server 2005
  • Lab: Creating Managed Code Objects for SQL Server 2005
Skills
  • Describe the benefits of creating managed code objects for SQL Server 2005.
  • Explain the process for importing an existing assembly into SQL Server 2005.
  • Explain the process for implementing managed code objects in SQL Server 2005.
  • Create managed stored procedures and triggers.
  • Create managed user-defined functions.
  • Create a managed aggregate.
  • Create a managed user-defined type.
top
Module 5: Querying XML by Using XPath
  • The XPath Data Model
  • The Process for Selecting and Editing XML Data by Using XPathNavigator
  • The Process for Evaluating XPath Expressions by Using XPathNavigator
  • Lab: Querying XML by Using XPath
Skills
  • Describe the XPath data model.
  • Explain the process for selecting and editing XML data by using XPathNavigator.
  • Explain the process for evaluating XPath expressions by using XPathNavigator.
  • Select XML data by using XPathNavigator.
  • Evaluate XPath expressions by using XPathNavigator.
  • Create and use compiled XPath expressions.
  • Edit XML data by using XPathNavigator.
top
Module 6: Transforming XML by Using XSLT Style Sheets
  • What Is XSLT?
  • The Process for Executing an XSLT Style Sheet
  • What Are Extension Objects?
  • Lab: Transforming XML by Using XSLT Style Sheets
Skills
  • Describe the purpose of XSLT.
  • Explain the process for executing an XSLT style sheet.
  • Describe the purpose of extension objects.
  • Transform an XML document by using an XSLT style sheet.
  • Resolve external resources during XSLT processing.
  • Pass parameters into an XSLT style sheet.
  • Create and use extension objects.
top
> Pre-Requisites
Before attending this course, students should have the following pre-requisites:
  • Attended Course 2541, Core Data Access with Microsoft Visual Studio 2005, or possess equivalent knowledge and skills.
  • Know how to use delegates.
  • Be able to use database stored procedures, triggers, and aggregates.
  • Be able to explain XPath concepts and basic syntax.
  • Be able to explain XSLT style sheet concepts.
> Purpose
After completing this workshop, students will be able to minimize and handle database operation conflicts; handle large objects; enhance database performance; create managed code objects for SQL Server 2005; query XML by using XPath; transform XML by using XSLT style sheets.
> Supplementary Information
All VS2005 exams retire by 30/6/11, Why not consider upgrading to VS2010?