TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
ADO.NET
FOLLOW
ADO.NET introduced as a part of .NET 1.0, is an API (set of classes) that is used to connect and access various data sources including XML, flat files, relational databases, and more. Here you may find ADO.NET related articles and news.
Articles
(470)
Blogs
(142)
Resources
(25)
Videos
(17)
News
(3)
Articles
Using Currency Manager and MemoryStream to Display Images
This article and attached sample code demonstrates you how to use the CurrencyManager and MemoryStream to display images.
Sushila S. Bowalekar
Jul 01, 2002
SQL Demo Login in C#
This sample code contains a reusable control that allows you to build a dialog box that queries for SQL-Server connection parameters.
Bruce Carson
Feb 23, 2003
Updated ReshuffleColumns Method
Here is an updated version of 'ReshuffleColumns' method of article DataGrid Customization by Mahesh Chand.
Mark Verbraeken
Mar 20, 2003
Dynamically Setting Properties of a Class from a Database
This example demonstrates a powerful feature of Reflection that will allow you to dynamically set the values of a class.
David Sandor
May 12, 2003
Generic database access with Mimer Provider Manager
The Mimer Provider Manager uses different plugins to access different underlying ADO.NET providers. Plugins are developed for Oracle, SQL Server, ODBC, and OLE DB.
Fedrik Alund
Mar 09, 2004
Remote Data Access Layer
The attached source project is a data access layer library and the main idea of developing such a DAL is to separate the database execution from the client/end user and maintain it on the server si...
guru prasad
Aug 24, 2004
Storing Images into a Database
In order to provide your application with cool pictures you can employ two techniques (at least). One of them is that you can save the pictures in a folder and store the path to each one in a datab...
aghiondea2
Oct 18, 2004
Anonymous Method to Retrieve Data Reader Passed from DAL
Anonymous method is a new feature in C# 2.0 that allows you to define an anonymous method called by a delegate.
Jigar Desai
May 03, 2005
Security in ADO.NET
This article gives a sound idea how to write secure code for ADO.NET . Data Access Layer (DAL) is a common and very curtail for your application. Its very important know some of the basic securit...
Anand Kumar
Jul 16, 2005
Asynchronous Data Access using Callback Model
The problem with the ADO.Net 1.x is that one thread has to wait for the other thread to complete. So to overcome this problem Microsoft has introduced Asynchronous data access, through which one ca...
Ravi Rama
Aug 17, 2005
No Records Available.
461
-
470
of
470
<<
20
21
22
23
24
>>
Learn WCF in 10 Hours
Challenge yourself
ADO.NET
E-Book Download
Get Certified
Xamarin