
About this Course
This course is intended for serious computer hobbyists, IT students, and IT professionals.
The free online textbook for this course is Sams Teach
Yourself Visual Studio .NET 2003 in 21 Days. You should begin by reading the complete
Introduction
to the book.
Indicates links that take you away from the Free-Ed.Net site. Use the links on these
offsite pages carefully, and use the Back function on your browser to return to the
assigments.
|
Lesson 10.
Accessing Data with ADO.NET
In this lesson you will learn:
- The ADO.NET architecture and how it differs from ADO
- How to connect to databases with the Connection object
- How to use DataReaders
- How to use the Command object
- How to use DataAdapters
- How to use DataSets
- How to filter and sort DataSets with DataViews
- Databinding fundamentals in Windows Forms
Read the Introduction
Reading Assignments
Read the following sections from your free online textbook:
Looking
Inside ADO.NET
Connecting
to a Database
Using
the Command Object and DataReaders
Using
Windows Controls with DataReaders and Command Objects
Using
DataAdapters and DataSets
Using
Databinding with DataSets
Binding
to a DataGrid Control
-
Learning Activities
- Use this search box to refine and expand your understanding
of new terms and concepts in the reading assignments.
Read the Summary
of the lesson.
Study the Q&A.
Take the Quiz
to test your understanding.
Complete the hands-on Exercises.
- Return here after completing your hands-on exercises.
|
|