ADO.NET Articles (50) - Page 1

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.
 
Sourav.Kayal
Various ways to add parameter with SqlCommand object 
Last updated on: 19 Aug 2013 11:23:10 PM by Sourav.Kayal | Views: 8755 | Category: ADO.NET |
Different ways to attach parameter with Sqlcommand object
Sourav.Kayal
Load DataTable and DataSet from SqlDataReader 
Last updated on: 19 Aug 2013 11:17:42 PM by Sourav.Kayal | Views: 16217 | Category: ADO.NET |
Load DataTable and DataSet from SqlDataReader.
Sourav.Kayal
4 important properties of SqlDataReader in C# 
Last updated on: 14 Aug 2013 01:49:37 PM by Sourav.Kayal | Views: 28275 | Category: ADO.NET |
Four popular properties of SqlDataReader object
Kamlesh420
xml parsing in c# 
Last updated on: 02 Jul 2013 07:38:13 AM by Kamlesh420 | Views: 7805 | Category: ADO.NET |
In this article we will look into how we can parse the XML request
Imteyazkhan374
How to store mp3 files in database and play the same 
Last updated on: 27 May 2013 10:31:31 PM by Imteyazkhan374 | Views: 32195 | Category: ADO.NET |
Hello, In this article we will learn how to store mp3 files in database and play the same by the help of media player dll file.
Raj.Trivedi
How to embed sql database in App_Data Folder? 
Last updated on: 19 Feb 2013 11:01:18 AM by Raj.Trivedi | Views: 32649 | Category: ADO.NET |
In this article we will see how we can use the database directly from our application.For this we will be using App_Data folder. We will be detaching and attaching the database for this purpose. Detach is to remove the database instance from Sql Management Studio. Attaching it in .NET app to use the database directly from App.
Vikash
Performing Bulk Copy Operations on Database 
Last updated on: 17 Sep 2012 05:51:12 AM by Vikash | Views: 12376 | Category: ADO.NET |
This article will give you the overview of how to copy data from one table to another by using ado.net sqlbulkcopy classes.
  • Vikash
    Using Asynchronous ADO.Net Method with ASP.Net Asynchronous Page 
    Last updated on: 09 Sep 2012 08:10:38 AM by Vikash | Views: 7572 | Category: ADO.NET |
    Votes: 1 | Rating: 5 out of 5
    Here, I am going to introduce you with asynchronous ado.net method which works asynchronously for any operation on database.
    Itsmemohanr
    How to take backup sql server database through ASP.NET & C#.NET 
    Last updated on: 20 Dec 2012 02:16:36 AM by Itsmemohanr | Views: 55746 | Category: ADO.NET |
    Votes: 2 | Rating: 5 out of 5
    In this article I am going to explain how to take backup of your database from ASP.NET or from C#.NET.
    Ganeshji
    Dataadapter.Fill() Method can be overloaded in 5 different ways. 
    Last updated on: 28 Nov 2011 10:35:05 AM by Ganeshji | Views: 27712 | Category: ADO.NET |
    Votes: 4 | Rating: 4.5 out of 5
    In different ways, dataadapter.Fill() method can be overridden. In this article, i have tried to elaborate this. Here all the 5 different ways has been explained with code and snap shots.
    Sheonarayan
    How to check for the existence of record into the database? 
    Last updated on: 12 Sep 2011 06:36:44 AM by Sheonarayan | Views: 24506 | Category: ADO.NET |
    Votes: 1 | Rating: 5 out of 5
    In this article, we shall learn How to check for the existence of record into the database.
    Sheonarayan
    How to use transactions in ADO.NET? 
    Last updated on: 07 Sep 2011 05:54:31 AM by Sheonarayan | Views: 15323 | Category: ADO.NET |
    Votes: 1 | Rating: 5 out of 5
    In this article, we shall learn how to use transactions in ADO.NET.
    Sheonarayan
    How to work with multiple result sets using SqlDataReader? 
    Last updated on: 05 Sep 2011 07:29:17 AM by Sheonarayan | Views: 29383 | Category: ADO.NET |
    In this article, we shall learn how to work with multiple results set using and SqlDataReader.
    Sheonarayan
    How to work with multiple results set using DataSet? 
    Last updated on: 02 Sep 2011 06:08:56 AM by Sheonarayan | Views: 21349 | Category: ADO.NET |
    Votes: 1 | Rating: 5 out of 5
    In this article, we shall learn how to work with multiple results set using DataSet.
    Sheonarayan
    How to retrieve records from SqlDataReader? 
    Last updated on: 31 Aug 2011 11:25:53 AM by Sheonarayan | Views: 12843 | Category: ADO.NET |
    In this article, we shall learn how to retrieve records from SqlDataReader.