ADBRITE ads links
You are here: CodeIdol.com > C# > Microsoft Visual C# 2005:Complete Starter Kit > Working With A Database
Microsoft Visual C# 2005:Complete Starter Kit
| Hour 21. Working with a Database
What You'll Learn in This Hour:
Introduction to ADO.NETConnecting to a databaseUnderstanding DataTablesCreating a DataAdapterReferencing fields in a DataRowNavigating recordsAdding, editing, and deleting r...
|
|
| Introducing ADO.NET
ADO.NET is the .NET platform's new database technology, and it builds on ADO (Active Data Objects). ADO.NET provides DataSet and DataTable objects that are optimized for moving disconnected sets of data across the Internet and ...
|
|
| Manipulating Data
The easiest way to manipulate data using ADO.NET is to create a DataTable object containing the resultset of a table, query, or stored procedure. Using a DataTable object, you can add, edit, delete, find, and navigate records. ...
|
|
| Summary
Most commercial applications use some sort of database. Becoming a good database programmer requires extending your skills beyond just being a good programmer. There's so much to know about optimizing databases and database code, creating ...
|
|
| Q&A
Q.If I want to connect to a data source other than Jet, how do I know what connection string to use?A.Not only is different connection information available for different types of data sources but also for different versions of different d...
|
|
| Workshop
Quiz
1.What is the name of the data access namespace used in the .NET Framework?2.What is the name given to a collection of DataRows?3.How do I get data into and out of a DataTable?4.What object is used to connect to a data source?5....
|
|
You are here: CodeIdol.com > C# > Microsoft Visual C# 2005:Complete Starter Kit > Working With A Database
|
|
Related tags
Popular Categories
Unix books and guides
AJAX popular information
C# language guides
Windows books and cookbooks
.......
|
|