Vdict Firefox Thunderbird
Regviet
PokerStars

Subscribe to this category

Top > Learning > ADO.NET

Web Links

1. SQL Data Connection Object



The Data Connection is a lifeline between the Data Provider (in this case, SQL Server) and your .NET application. This video shows how to use many of the properties and methods, as well as the two events that are raised by the Connection object
Category:   Learning > ADO.NET

Date Added: Mar 29, 2006 Hits: 53 Rating: 0.00 Votes: 0

  Member Reviews Visitor Ratings

2. SQL Data Command Object



The SQL Data Command object allows you to perform commands and request data from a data source. This video demonstrates many of the methods and properties of the Data Command object.
Category:   Learning > ADO.NET

Date Added: Mar 29, 2006 Hits: 52 Rating: 0.00 Votes: 0

  Member Reviews Visitor Ratings

3. Using the Data Command's Parameter Collection



When using stored procedures, you will often make use of input and output parameters. To populate or read from the parameters, you will need to add items to the Parameters collection. This video shows several techniques of how to accomplish this.
Category:   Learning > ADO.NET

Date Added: Mar 29, 2006 Hits: 51 Rating: 0.00 Votes: 0

  Member Reviews Visitor Ratings

4. Sql DataReader Object



The SQL Data Reader is an object that allows you to read the data that is retrieved from a Data Command. It is refered to as a "fire-hose" connection, because you can only read in one direction (and can't jump back and forth through the Data Reader as you would an array or collection). This video shows several techniques of how to retrieve values and metadata from the Data Reader.
Category:   Learning > ADO.NET

Date Added: Mar 29, 2006 Hits: 49 Rating: 0.00 Votes: 0

  Member Reviews Visitor Ratings

5. SqlDataAdapter



Since DataSets are completely disconnected from their data source, a special adapter is needed to resolve any changes made to the DataSet back to the original data source. The SqlDataAdapter knows how to resovlve Updates, Deletes and Inserts, and this video demonstrates how it works. Also shows the DataAdapter events that can be captured by your applications.
Category:   Learning > ADO.NET

Date Added: Mar 29, 2006 Hits: 50 Rating: 0.00 Votes: 0

  Member Reviews Visitor Ratings

6. Dataset Concepts



This video is a slide show that explains many key concepts like the difference between strongly typed and untyped datasets, how a dataset is different from a datareader, the XML/Dataset connection and more.
Category:   Learning > ADO.NET

Date Added: Mar 29, 2006 Hits: 50 Rating: 0.00 Votes: 0

  Member Reviews Visitor Ratings

7. Strongly Typed Datasets via DataAdapter



Demonstrates how to create a strongly typed dataset using the "Generate Dataset" function of the DataAdapter
Category:   Learning > ADO.NET

Date Added: Mar 29, 2006 Hits: 51 Rating: 0.00 Votes: 0

  Member Reviews Visitor Ratings

8. Strongly Typed Datasets via XML Schema Designer



Demonstrates how to create a strongly typed dataset using the XML Schema Designer
Category:   Learning > ADO.NET

Date Added: Mar 29, 2006 Hits: 49 Rating: 0.00 Votes: 0

  Member Reviews Visitor Ratings

9. Creating Untyped Datasets at Runtime



Demonstrates how to create untyped datasets at runtime, including the creation of DataTables and DataColumns
Category:   Learning > ADO.NET

Date Added: Mar 29, 2006 Hits: 47 Rating: 0.00 Votes: 0

  Member Reviews Visitor Ratings

10. Creating Untyped Datasets using VS.NET Editors



Demonstrates how to use the built in VS.NET Collection Editors to create untyped datasets
Category:   Learning > ADO.NET

Date Added: Mar 29, 2006 Hits: 63 Rating: 0.00 Votes: 0
Hot

  Member Reviews Visitor Ratings

Pages: 1   

Copyright © 2007 Regviet.com. All Rights Reserved.
Hosted by SurpassHosting Email: root[at]regviet[dot]com