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 Data Access Component
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Mahesh Chand (2)
Michael Bouck (2)
Kenneth M H (1)
Vladimir 0 (1)
C Vinod Kumar (1)
Satya Akkinepally (1)
Related resources for Data Access Component
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
Writing a Generic Data Access Component
3/7/2019 12:31:49 AM.
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 li
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.
Working with Relational Data in ADO.NET
10/20/2012 4:32:46 AM.
Working with hierarchal data was not that easy with the previous version of ADO.
Data Access Component for SQL Server in C#
10/20/2012 3:20:22 AM.
The attached source code a data access component for SQL Server that contains methods to get a DataSet.
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).