MS2389 - Programming with Microsoft ADO.NET
| Categories |
ADO.NET Training, Microsoft Certification Training, MCDBA Training, MCAD Training, MCSD Training, Programming Training, .NET Training, Web Development Training, ASP Training |
| Duration |
3 days (21 hours) |
| Pre-requisites |
VC1 - Visual C++ Core Concepts, CSH1 - Programming .NET Using C#, MSSQL - ANSI-SQL Using Microsoft SQL Server, OOP1 - Object-Oriented Programming Principles, XML1 - XML: An Introduction or
experience with programming in C, C++, Visual Basic, Java, or experience with a .NET language such as Microsoft Visual Basic® .NET, Microsoft Visual C#™, or Microsoft Visual C++®; an understanding of
object-oriented concepts and terminology; experience developing distributed applications; and experience
developing Web-based applications hosted on Internet Information Server; understanding of relational database concepts; exposure to XML documents, style sheets, and schemas; experience building user
interfaces, including Web applications or Microsoft Windows® applications.
|
|
|
|
| Courseware |
MS2389-MS (250 pages) |
| Price |
$1185 |
| Notes |
This is a technical support class that covers topics students need to know to prepare for the following Microsoft exams:
Exam 70-305: Developing and Implementing Web Applications with Microsoft Visual Basic .NET and Microsoft Visual Studio .NET (MCAD core or elective; MCDBA elective)
Exam 70-306: Developing and Implementing Windows based Applications with Microsoft Visual Basic .NET and Microsoft Visual Studio .NET (MCAD core or elective; MCDBA elective)
Exam 70-315: Developing and Implementing Web Applications with Microsoft Visual C#™ .NET and Microsoft Visual Studio .NET (MCAD core or elective; MCDBA elective)
Exam 70-316: Developing and Implementing Windows-based Applications with Microsoft Visual C# .NET and Microsoft Visual Studio .NET (MCAD core or elective; MCDBA elective)
This course is a support class for the following Microsoft exams:
Exam 70-310: Developing XML Web Services and Server Components with Microsoft Visual Basic .NET and the Microsoft .NET Framework (MCAD core; MCSD core; MCDBA elective)
Exam 70-320: Developing XML Web Services and Server Components with Microsoft Visual C# and the Microsoft .NET Framework (MCAD core; MCDBA elective)
|
This course will teach developers to build data-centric distributed applications and Web services with
Microsoft ADO.NET, Microsoft SQL Server 2000, and the Microsoft .NET Framework. This
course is designed for developers who have component and Web application development skills, and who have
previously built solutions by using Microsoft Visual Studio®.
After completing the course, students will be able to describe data-centric applications, ADO.NET
architecture, and ADO.NET and XML; connect to SQL Server and other data sources; perform connected database operations including executing SELECT commands, database definition commands, dynamic SQL commands, and commands that return data from a SQL Server database in XML; build a DataSet schema, populate it with data, and modify the data programmatically; build a DataSet from an existing data source; use XML techniques while working with DataSets, including mapping tables and columns, creating XSD schemas, building strongly typed DataSets, and interacting with XMLDataDocuments; build a Web service that uses ADO.NET to query and update a data source and troubleshoot errors within an ADO.NET application.
Module 1: Data-Centric Applications and ADO.NET
Design of Data-Centric Applications
ADO.NET Architecture
ADO.NET and XML
Lab 1.1: Data-Centric Applications and ADO.NET
Module 2: Connecting to Data Sources
Choosing a .NET Data Provider
Defining a Connection
Managing a Connection
Handling Connection Exceptions
Connection Pooling
Lab 2.1: Connecting to Data Sources
Module 3: Performing Connected Database Operations
Working in a Connected Environment
Building Command Objects
Executing Commands That Return a Single Value
Executing Commands That Return Rows
Executing Commands That Do Not Return Rows
Using Transactions
Lab 3.1: Performing Connected Database Operations
Module 4: Building DataSets
Working in a Disconnected Environment
Building DataSets and DataTables
Binding and Saving a DataSet
Defining Data Relationships
Modifying Data in a DataTable
Sorting and Filtering
Lab 4.1: Building, Binding, Opening, and Saving DataSets
Lab 4.2: Manipulating DataSets
Module 5: Reading and Writing XML with ADO.NET
Creating XSD Schemas
Loading Schemas and Data into DataSets
Writing XML from a DataSet
Lab 5.1: Working with XML Data in ADO.NET
Module 6: Building DataSets from Existing Data Sources
Configuring a DataAdapter to Retrieve Information
Populating a DataSet Using a DataAdapter
Configuring a DataAdapter to Update the Underlying Data Source
Persisting Changes to a Data Source
How to Handle Conflicts
Lab 6.1: Retrieving Data into a Disconnected Application
Lab 6.2: Retrieving and Updating Customers and Orders Data
Module 7: Building and Consuming a Web Service That Uses ADO.NET
Building and Consuming a Web Service That Returns Data
Lab 7.1: Troubleshooting an ADO.NET Application