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
About generic data access
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Michael Bouck (2)
Kenneth M H (1)
Vladimir 0 (1)
Anand Kumar (1)
Mahadesh Mahalingappa (1)
Amit Kumar Agrawal (1)
Moses Soliman (1)
Mahesh Chand (1)
Fedrik Alund (1)
Related resources for generic data access
No resource found
Writing A Generic Data Access Component - Flexible Approach
12/7/2020 1:10:14 AM.
Here is one more flexible approach to achieve the same. I prefer this approach to generic data access.
Generic Data Access Component using Factory Pattern
11/1/2020 11:53:01 PM.
The article A Generic Data Access Component using Factory Pattern provides a very good way of creating ADO.Net data provider independent applications, but there is one problem with it. Different ADO.N
A Generic Data Access Component using Factory Pattern
3/7/2019 12:29:01 AM.
This article shows to utilize the System.Activator class and a factory pattern to create the concrete provider classes.
Generic Data Providers VS Specific Data Providers
10/20/2012 5:05:32 AM.
This article explains what are the issues or options we have if we use generic data objects such as IDbcommand, Idbconnection etc in place of specific data objects such as SqlCommand or SqlConnection.
Generic Data Access Layer: Part 1
9/8/2011 9:29:47 AM.
In this article we wwill be discussing how we can create a Generic Data Acess Layer which we could use in developing our Business Applications.
Understanding ADO.Net Provider Factory in .Net 2.0
1/29/2007 3:47:21 AM.
This article describes the ADO.NET Provider Factory in .NET 2.0
Building Generic Data Access Class using ADO.Net 2.0
1/4/2006 1:42:32 AM.
In this article we are going to explore some new features of the generic data access supported by ADO.Net 2, and also we will have a look at generic collections and generic interfaces.
Writing a Generic Data Access Component
1/3/2006 4:10:28 AM.
OK, I've received couple of emails people asking me how can they use a common data provider to access various types of data sources without loosing the power and flexibility of native data provider libraries.
A Generic Data Access Component using Factory Pattern
1/3/2006 2:19:02 AM.
Another way to solve this problem is to utilize the System.Activator class and a factory pattern to create the concrete provider classes as was pointed-out in Dan Fox's article "Design an Effective Data-Access Architecture" (.netmagazine, vol. 2, no. 7).
Generic database access with Mimer Provider Manager
12/14/2005 12:33:08 AM.
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.