Click here to Skip to main content
15,881,757 members
Everything / ADO.NET

ADO.NET

ADO.NET

Great Reads

by David Rogers Dev
Learn how to load related entities using the Entity Framework with simple examples
by dotnetdan
VS 2005 debug visualizers for DataSet, DataTable, DataView, DataRow and DataColumn objects.
by LarryCharlton
Dynamic data forms.
by Jesús López Méndez
This article introduces you to client side multi-column dynamic pivot, a cleaner, simpler and elegant alternative to the complex and convoluted dynamic server side pivot.

Latest Articles

by Jani Giannoudis
REST API Reporting for .NET
by freedeveloper
How to create a data access class in a way, that is possible to execute unit test on it
by Raphael Adeniji
Many a times, we need to programmatically manage GridView/DataGrid in Visual Studio web applications and this looks very difficult because we do not know what properties or events of the control to use. It may also be as a result of time constraint.
by Oleksandr Viktor (UkrGuru)
Minimally simple UkrGuru.SqlJson package for modern data manipulation

All Articles

Sort by Title

ADO.NET 

24 Nov 2011 by ortund
Login system with breach redundancy handling.
8 Mar 2006 by KRucker
A description of how how to convert a .NET DataSet to an ADODB Recordset.
26 Jul 2008 by John Kenedy S.Kom
This project enables developers to create a setup package that automatically installs MSDE and attaches database
28 Jul 2008 by John Kenedy S.Kom
This project enables developer to create a setup package that automatically installs SQL 2005 Express and restores database to it
27 Mar 2006 by arunlala
.NET Performance Tips & Tricks
22 Nov 2013 by Vagif Abilov
The article describes limitations of WCF Data Services client and shows how Simple.OData.Client can become a better alternative
23 Mar 2010 by Eunge
The article introduces how to easily develop business solutions in RapidWebDev through developing a product management system with the special requirement step by step.
26 Oct 2006 by Leslie Sanford
Using code generation with the .NET state machine toolkit.
31 Dec 2010 by Joe Sweeney
How to build a single datalayer DLL that can be used by any application
11 Oct 2005 by Gordon Moore
In this part I have added the routines to update the database on exit, and because I felt very generous, I have added in a routine to import data from an Excel datasheet.
29 Sep 2005 by Gordon Moore
A base Windows Form for displaying, editing and automatically updating many-to-many relationships.
21 Nov 2005 by Stanciu Vlad
It implements an object that is intended for data viewing; the idea was to derive from a ListView.
11 Dec 2011 by Raj Lal
Chapter 11 of "Fun with Silverlight 4" More information at http://silverlightfun.com
6 Apr 2012 by Rahul Rajat Singh
A beginner's tutorial for understanding ADO.NET using a simple application.
4 Jan 2013 by Rahul Rajat Singh
This article is a beginner's tutorial for understanding what are transactions and how can transactions be implemented using .Net framework and ADO.NET for any ASP.NET web application or any other database driven application.
16 May 2005 by Steef D.
A listview with support for Databinding, Sorting & Autofit and upon rebinding data reselection of a previous selected item
15 Aug 2009 by Abhijit Jana
This article describes how to use RAISERROR in SQL Server 2005
12 Oct 2013 by Dr. Song Li
This is part 2 of a comparison on Data Access methods in the .NET environment.
12 Oct 2013 by Dr. Song Li
This is the part 1 of a comparison on Data Access methods in the .NET environment.
12 Oct 2013 by Dr. Song Li
This is the part 3 of a comparison on Data Access methods in the .NET environment.
22 Aug 2014 by Gurdeep Singh Toor
A Complete Guide to develop aplication using MyGeneration code genration framework. We will develop a Meeting Room Booking web application in this Article.
4 Dec 2004 by Stanciu Vlad
This article provides a combo box that is easy to use with data sources.
25 Mar 2008 by Qwertie
Demonstrates a variety of Windows Forms data binding features through several simple examples.
19 Sep 2009 by jebarson
New features of Visual Studio 2010 discussed
27 Apr 2015 by Jörgen Andersson
A high performance extension for creating a DataTable from a Generic collection.
6 Apr 2005 by santosh poojari
This article shows you how to make use of DataAccessLayer and caching.
16 Jul 2009 by MeraMBA.com
Purely object oriented ADO code component to get your project running, no matter what database you are using at the backend. Specialised for SQL Server.
6 Dec 2006 by lost in transition
This article illustrates a helpful database library.
25 Nov 2005 by TofuBug24
Shows a solution for creating a Master-Detail relation using textboxes.
22 Jul 2016 by Mohamed Kalmoua
In this article, I will create a master-detail view using the Entity Framework.
27 Feb 2005 by WendellH
A C# implementation of the TextFieldParser class submitted by Tony Selkes that includes the ability to put the schema in an XML file and load the data directly into a DataTable.
11 Sep 2012 by Ws Hu
This article tries to introduce a decoupled, unit-testable, deployment-flexible, implementation-efficient and validation-flexible N-Tier architecture in .NET
2 Mar 2010 by Eunge
ValidationScope is used to collect all input errors in a context although validation code exists in independent APIs.
23 Feb 2004 by Pete2004
The purpose of this document is to provide a practical guide to using Microsoft’s .NET DataTables, DataSets and DataGrid
20 Jul 2012 by FiegeU
A pragmatically introduction to DOJO for form based CRUD database operations with ASP.NET
26 Jan 2016 by Jörgen Andersson
A propertymapping extension for DataReaders
24 Jun 2010 by Mike Baldini
Finally, a RichTextBox that can bind to the RTF property
12 Jun 2006 by David Donovan
This is a short series of articles about Abstract Programming. This part is a look at C# authoring a JavaScript file at design time.
18 Apr 2005 by Uri Lavi
A simple database viewer to manipulate SQL Server data types (in particular: image, binary, varbinary and text).
27 Oct 2012 by Anand Ranjan Pandey
The purpose of this article is to create a proof of concept to demonstrate the feasibility of ASP.NET Web API Beta Version.
28 Apr 2005 by Stephan Pilz
A tool to generate/manage news and provide news via RSS.
20 Oct 2005 by codeajay
A simplified SQL-CSV import/export functionality.
10 Dec 2011 by Sergey Busel
Basic CRUD methods with some other interesting features
22 Aug 2005 by Patrice Borne
This article demonstrates how to implement a paging DataGrid with an Oracle database. It also demonstrates how to limit the volume of data to exchange between the Web Server and the browser by retrieving only the rows necessary and updating changes in bulk.
3 Nov 2008 by chiranjeeviD
A two-way sortable DataGrid with a colors column whose colors are dependent on a particular column value of your choice.
18 Feb 2005 by Dariush Tasdighi
With this library, you can easily create some RSS 2.0 files for your site and/or use some RSS 2.0 files from other sites into your site.
23 Oct 2009 by Bernardo Castilho
This article describes the implementation of a QueryDesignerDialog class that allows users to create SQL queries based on a given OLEDB connection string.
12 Jun 2006 by David Donovan
This is a short series of articles about Abstract Programming. This part details how Abstract Programming can be used at runtime to create JavaScript that will serve as a .NET DataSet, only living on the client.
3 Aug 2018 by Rahul Rajat Singh
This article introduces Dapper to absolute beginners.
18 Aug 2010 by Oleg Vorkunov
Abstract simplified stored procedure execution using .NET interfaces without dealing with ADO.NET classes
20 Jan 2009 by A. Rajesh Kumar
Add or Retrieve Session Object from Silverlight and ASP.NET
25 Oct 2005 by fstrahberger
Access to Oracle without tnsnames.ora
9 Feb 2006 by PIEBALDconsult
Describes adding public properties to a TableAdapter to access the CommandTimeouts of the private DataAdapter
10 Sep 2009 by Ashish Tripathi
A Complete Account Management System
9 Nov 2005 by Florence FZ Li
This article shows how to add a JavaScript tree menu to a DataGrid head text.
24 Jan 2007 by jdkulkarni
This article describes DataGridView manipulation like add, edit, and delete, with paging, and using asynchronous method calls.
12 Jul 2010 by hamityildirim
Add-in - add-on programming and an example for Outlook add-in regions, views, rules, and reports.
13 Feb 2009 by SHRIDHAR TL
Allows to maintain and backup your contacts and also maintains a reminder. You can store data in any of the three different databases like Microsoft SQL Server, MySql, Microsoft Access
15 Nov 2011 by saharkiz
Using a table name as the querystring to generate admin views
5 May 2013 by Paulo Zemek
This library is intended to "replace" ADO.NET by solving type mismatches and by creating typed readers that are faster and easier to use than DataTables.
23 Dec 2008 by logicchild
Understanding ADO.NET
11 Oct 2013 by ASP.NET Community
 ADO.NET stands for ActiveX Data Objects for .NET. It refers to the suite of data access technologies used to manipulate databases. ADO.NET is part
31 Aug 2004 by mysorian
A tutorial on connecting to SQL 2000 Server.
17 Dec 2007 by mfmaneef
Explains how to send bulk records to a database using OPENXML.
4 Sep 2008 by Johnny Worker
A VB code generator that reads a SQL Server table and generates ADO.NET code and also Stored Procedures.
30 Sep 2005 by ra1234567890
Using Data Link files with SQLClient and OracleClient.
10 Sep 2009 by gbd77rc
How to use asynchronous calls to SQL to receive progress information
14 May 2008 by Neeraj Saluja
Connection pooling can increase the performance of any application by using active connections of the pool for consecutive requests, rather than creating a new connection each time.And at the same time, the developer who is the best judge of his/her application, can configure the connection pooling.
28 Sep 2012 by AdamNThompson
A data access component for SQL Server in VB.NET.
27 Jan 2010 by Bibhas Paul
ADO.NET DataTable as an XML parameter to an Oracle/SQL Server database Stored Procedure.
30 Oct 2009 by sarvesh.upadhyay
ADO.NET Entity Framework as Data Access Layer
11 Dec 2013 by Shivprasad koirala
Quick revision of 25 important ADO.NET Entity Framework interview questions with answers.
22 Apr 2008 by logicchild
How to Create an Application to Access Data
10 Feb 2006 by David Veeneman
In this article, we will see how to use ADO.NET to serialize an object model. Once we have finished with serialization, we will look at how to bind our object model to user controls.
19 Jan 2006 by David Veeneman
In this second part of the article series, we will revisit the ADO.NET CRUD operations. Only this time, we will use an application with far better architecture. Once that is done, we will move on to data binding with objects.
25 Jul 2007 by Michael Ceranski
This generic function will allow you to copy data between any two ADO.NET providers with one simple method call
20 Mar 2012 by Shivprasad koirala
Ado Dot Net Interview Question Part 1
18 Jul 2006 by João Martins
An ADO.NET recordset class.
24 Oct 2009 by SHRIDHAR TL
Enables remote access to your files and folders via FTP
10 Jan 2012 by Huisheng Chen
monitor sql server processes and jobs, analyse performance, object version control, view executing sql query, kill process / job, object explorer, database shrink/log truncate/backup/detach/attach etc
16 Dec 2010 by Vincent-Philippe Lauzon
Samples showcasing usage of OData in .NET (WCF Data Services); samples go in increasing order of complexity, addressing more and more advanced scenarios.
30 Dec 2013 by Monjurul Habib
Introduction to Agile software development methodologies and how to apply them. It is about how to work together to achieve a common goal. This article focus on how technology team work together well to plan, build and deliver software.
19 Nov 2004 by Alexander German
With agStoredProc, you can generate a C# class out of all the stored procedures in a MS-SQL database. No Microsoft ApplicationBlocks needed.
6 Jul 2014 by Dave Elliott
An attempt to create a flexible and re-usable Data Access Layer
14 Sep 2006 by salysle
This article describes an easy approach to examining all of the tables, views, and columns in a database.
28 Nov 2005 by vivekthangaswamy
How to use a MySQL 4.1 database from an ASP.NET application and some ODBC basics.
23 Dec 2009 by Dr. Song Li
This article makes an experimental comparison on the performance of the different methods to pass structured data to SQL Server Stored Procedure parameters from ADO.NET.
20 Mar 2007 by Handpeople
An article introducing Oracle's Berkeley XML Database and the command shell
22 May 2019 by aquila huang
Introduction of the open source project Light.Data
23 Feb 2006 by Danilo Corallo
An Oracle query tool with syntax highlighting and a tabbed MDI interface.
28 Jun 2010 by Vincent-Philippe Lauzon
Overview of the OData protocol: what it is, how it works, and where it makes sense to use it.
22 Aug 2009 by logicchild
How to understand data access in .NET.
29 Jun 2006 by Lachlan Keown
Describes a crude method of executing an SQL statement against an in-memory DataSet and returning a new DataSet containing the result table(s).
4 Jun 2019 by Sacha Barber
An example application using angular/Rx for JavaScript/Web Sockets/jQuery
29 May 2017 by tranthanhtu.vn
In this article, We will learn why do we need to manage the stages of our application.
29 May 2017 by tranthanhtu.vn
In this article, we will learn how to build and deploy the code
12 May 2005 by Rabeek
An article on Word append using interop.
27 Oct 2004 by Chad Z. Hower aka Kudzu
In this article, I’ll explain how you can easily store and retrieve your application settings with just a few lines of code