Related resources for Generic Data
  • Traits and Generics in Rust12/20/2023 11:03:17 AM. In this article, we will explore Traits and Generics in Rust. Explore the power of Rust, a programming language known for speed, memory safety, and clever code writing. Uncover the concepts of 'tr
  • Generic Data Layer - One time creation9/11/2023 4:47:04 AM. This article will explain how to create a generic data layer that can be used with very less amount of coding. It is a known fact that, most of the time we create applications for Create , Select , Up
  • Populating a Generic Data List with Generic method8/17/2023 5:56:35 AM. This article describes how to use a Generic List as a data object and how to fill it with a generic method.
  • Writing A Generic Data Access Component - Flexible Approach12/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 'T, K' Database Component11/26/2020 12:08:25 AM. I have written a C# 2.0 (Visual Studio 2005), Generic <T, K> Database component, The component has simplified the architecture and the implementation by allowing me to keep the number of overlo
  • CDataService: A Generic Database Access Class11/2/2020 5:13:26 AM. Using a generic database access component in data-aware applications can simply development and separate data tier from business tier.
  • Generic Data Access Component using Factory Pattern11/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 Pattern3/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.
  • Filling Data objects using Reflection9/5/2018 3:36:21 AM. This article describes filling a Data class using a generic method. Reflection is used to find property of any passed class dynamically and assign the value.
  • Generic Database in QlikView5/26/2014 11:55:22 AM. This article is a summarized introduction to generic databases in QlikView applications and also explains how to use a generic database in a QlikView application.
  • Generic Data Providers VS Specific Data Providers10/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 19/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.
  • Generic DataAcsessLayer using C# 6/11/2010 3:27:39 AM.
  • Understanding ADO.Net Provider Factory in .Net 2.01/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.01/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 Component1/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 Pattern1/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 Manager12/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.