The course assumes that students have the following skills: ? Understanding of
Para qué te prepara
This course will teach developers to build data-centric applications and Web services with Microsoft ADO.NET, Microsoft SQL Server? 2000, and the Microsoft .NET Framework.
Dirigido a
This course is designed for the professional platform developer who is responsible for designing and building data-centric, distributed applications for his or her organization. It is designed for dev
Bac de Roda, 163 bajos Barcelona 08018 Barcelona (España)
C/ Ulises 89 Madrid 28043 Madrid (España)
Temario del curso
TEMARIO Y CONTENIDOS
Programming with Microsoft ADO.NET Moc 2389
Introduction
This course will teach developers to build data-centric applications and
Web services with Microsoft ADO.NET, Microsoft SQL Server? 2000, and the
Microsoft .NET Framework.
Audience
This course is designed for the professional platform developer who is
responsible for designing and building data-centric, distributed
applications for his or her organization. It is designed for developers
who have component and Web application development skills, and who have
previously built solutions by using Microsoft Visual Studio®.Typically,
these individuals will have the following skills: 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.
At Course Completion
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.
Troubleshoot errors within an ADO.NET application.
Prerequisites
The course assumes that students have the following skills:
Understanding of relational database concepts: table, row, column,
primary keys, foreign keys, constraints, and views
Data query and modification experience, including experience with
SELECT, INSERT, UPDATE, and DELETE commands
Exposure to XML documents, style sheets, and schemas
Experience with Visual Basic .NET, Visual Basic for Applications, or
previous versions of Visual Basic
Experience building user interfaces, including Web applications or
Microsoft Windows® applications
Microsoft Certified Professional Exams
This course will help the student prepare for the following Microsoft
Certified Professional exams:
Exam 70-305: Developing and Implementing Web Applications with
Microsoft Visual Basic .NET and Microsoft Visual Studio .NET
Exam 70-306: Developing and Implementing Windows based Applications
with Microsoft Visual Basic .NET and Microsoft Visual Studio .NET
Exam 70-315: Developing and Implementing Web Applications with
Microsoft Visual C# .NET and Microsoft Visual Studio .NET
Exam 70-316: Developing and Implementing Windows based Applications
with Microsoft Visual C# .NET and Microsoft Visual Studio .NET
Course Materials
The course materials are yours to keep. You will be provided with the
following software for use in the classroom:
Microsoft Windows 2000 Server
Microsoft SQL Server 2000 Developer Edition
XML for SQL Server 2000 Web Release 2 (WR2)
Microsoft Visual Studio .NET
Microsoft Access 2002
Course Outline
Module 1: Data-Centric Applications and ADO.NET
The following topics are covered in this module:
Design of Data-Centric Applications
ADO.NET Architecture
ADO.NET and XML
After completing this module, students will be able to:
Give examples of storage options.
Diagram the architecture of data-centric applications.
Choose a connected, disconnected, or mixed environment based on
application requirements.
Use the System.Data namespaces in applications.
Diagram the ADO.NET object model.
Analyze typical business scenarios.
Explain how to use ADO.NET with XML.
Lab 1.1: Data-Centric Applications and ADO.NET
Module 2: Connecting to Data Sources
The following topics are covered in this module:
Choosing a .NET Data Provider
Defining a Connection
Managing a Connection
Handling Connection Exceptions
Connection Pooling
After completing this module, students will be able to: