ADO.NET Articles (50) - Page 4

Articles posted by registered members of DotNetFunda.com. You can also post an article and win monthly prizes as well as gain community credit points.

50 records found.
 
Majith
Diff Between DataGrid and GridView 
Last updated on: 17 Sep 2008 11:22:31 PM by Majith | Views: 42515 | Category: ADO.NET |
Im going to expail the various difference between GridView and the DataGrid controls and their different logics.
SheoNarayan
DataTable - Adding, Modifying, Deleting, Filtering, Sorting rows & Reading/Writing from/to Xml 
Last updated on: 18 Nov 2008 09:45:13 AM by SheoNarayan | Views: 704651 | Category: ADO.NET |
Votes: 6 | Rating: 5 out of 5
In this article, I am going to explain how to Add, Modify, Delete, Sort, Filter rows of the DataTable and also loading data from xml and writing data into xml. I will also talk about writing/reading Schema of the DataTable.
Vuyiswamb
Introduction to Ado.net 
Last updated on: 19 Nov 2011 04:48:50 AM by Vuyiswamb | Views: 16918 | Category: ADO.NET |
To my surprise, there are still software development houses that still initiate Development using languages like VB6 and obviously using ADO. In most of the time when someone has a Problem about ADO, I fail to referrer them to an article about Introduction to ADO.NET. So I thought I should write one that will tell them how great it is to build Applications in .NET and ADO.NET is the best thing that has ever happened to Database Programming. In this Article, we are going to introduce those who are still experiencing ADO Problems to .Net.
SheoNarayan
When to use of DataSet, SqlDataReader and XmlReader 
Last updated on: 29 Sep 2008 12:35:54 PM by SheoNarayan | Views: 26099 | Category: ADO.NET |
To efficiently write the code of Data Access Layer we must be aware about the functionality/features of DataSet, SqlDataReader and XmlReader. In this article, I am trying to describe which objects fits in what scenario.
SheoNarayan
How to use Connection object efficiently 
Last updated on: 09 May 2008 08:16:45 PM by SheoNarayan | Views: 9942 | Category: ADO.NET |
Votes: 2 | Rating: 4 out of 5
In this article, I am going to show how to use Connection object efficiently and what are the standard practices we should follow while working with connection objects.