ADO NET Tutorial: (25 Hours) ADO.NET Step By Step Video Tutorial
Microsoft’s Lindsay Rutter and Glen Gordon present 25 hours of data access fundamentals for dotNET programmers. Here are just a few of the topics covered in this video series: net data provider, ado net tutorial, c# ado net, ado net dataset, ado provider, and more.
photo credit: Mendhak
ADO.NET Step By Step
1. Getting Started |
Key Concepts:
A. Overview of ADO.NET, the data-access component of the Microsoft .NET Framework 5/9/2007 Duration: 63 minutes |
2. Creating Connections |
Key Concepts:
A. Creating Connections 5/16/2007 Duration: 53 minutes |
3. Data Commands and Data Reader |
Key Concepts:
A. DataReaderallows one to retrieve recordsets from databases 5/23/2007 Duration: 65 minutes |
4. The Data Adapter |
Key Concepts:
A. How the DataAdapter facilitates the communication between the DataSet and the database. B. How the DataSet provides methods to select, insert, update, and delete data 5/30/2007 Duration: 64 minutes |
5. Transaction Processing |
Key Concepts:
A. Create a transaction 6/06/07 Duration: 53 minutes |
6. Modeling a Database using Datasets and DataRelations |
Key Concepts:
A. Create DataSets 6/13/2007 Duration: 57 minutes |
7. Using DataTables |
Key Concepts:
A. Structure of DataTables 6/20/2007 Duration: 58 minutes |
8. Using TableAdapters |
Key Concepts:
A. How to build a TableAdapter class and a TableAdapter object, and how to configure them. 6/27/2007 Duration: 59 minutes |
9. Using Dataviews |
Key Concepts:
A. How the DataView can help you filter and sort DataRows at design time 7/05/2007 Duration: 55 minutes |
10. Editing and Updating Data |
Key Concepts:
A. Editing and updating data using DataViews, TableAdapters, DataTables, and DataSets. 7/11/2007 Duration: 65 minutes |
11. Data-Binding in Windows Forms with the BindingSource Class |
Key Concepts:
A. Bind data to your Windows Forms 7/18/2007 Duration: 66 minutes |
12. Using ADO.NET in Windows Forms |
Key Concepts:
A. Binding data to format it 7/25/2007 Duration: 63 minutes |
13. Basic Data Binding in Web Forms using the Data Source Component |
Key Concepts:
A. Binding data in Microsoft ASP.NET and Web Forms with ADO.NET objects 8/1/2007 Duration: 65 minutes |
14. Data-Bound and Validation Controls |
Key Concepts:
A. The data-bound Web Form controls that are designed to work with the Microsoft .NET version 2.0 data source controls that also work with ADO.NET objects. 8/08/2007 Duration: 63 minutes |
15. Reading and Writing XML and the XMLDataDocument |
Key Concepts:
A. Interaction between ADO.NET and XML. 9/05/2007 Duration: 70 minutes |
16. Using ADO and ADOX in the .Net Framework |
Key Concepts:
A. Some real-world uses of ADO.NET. 8/22/2007 Duration: 55 minutes |