Related resources for Data Provider
  • Oracle Connection String in C#10/11/2023 11:50:55 AM. We will learn connection string format for Oracle data providers in C#.
  • Oracle Data Provider for .NET : Part VII9/5/2023 6:08:17 AM. Oracle Data Provider for .NET (ODP.NET) is an implementation of a data provider for the Oracle database. ODP.NET uses Oracle native APIs to offer fast and reliable access to Oracle data and features f
  • Oracle Data Provider for .NET : Part VI9/5/2023 6:06:08 AM. Oracle Data Provider for .NET (ODP.NET) is an implementation of a data provider for the Oracle database. ODP.NET uses Oracle native APIs to offer fast and reliable access to Oracle data and features f
  • Oracle Data Provider for .NET: Part V9/5/2023 6:04:37 AM. Oracle Data Provider for .NET (ODP.NET) is an implementation of a data provider for the Oracle database. ODP.NET uses Oracle native APIs to offer fast and reliable access to Oracle data and features f
  • Oracle Data Provider for .NET : Part IV9/5/2023 6:00:33 AM. Oracle Data Provider for .NET (ODP.NET) is an implementation of a data provider for the Oracle database. ODP.NET uses Oracle native APIs to offer fast and reliable access to Oracle data and features f
  • Oracle Data Provider for .NET : Part III9/5/2023 5:57:57 AM. Oracle Data Provider for .NET (ODP.NET) is an implementation of a data provider for the Oracle database. ODP.NET uses Oracle native APIs to offer fast and reliable access to Oracle data and features f
  • Oracle Data Provider for .NET : Part II9/5/2023 5:55:04 AM. Oracle Data Provider for .NET (ODP.NET) is an implementation of a data provider for the Oracle database. ODP.NET uses Oracle native APIs to offer fast and reliable access to Oracle data and features f
  • Oracle Data Provider for .NET : Part I9/5/2023 5:47:12 AM. Oracle Data Provider for .NET (ODP.NET) is an implementation of a data provider for the Oracle database. ODP.NET uses Oracle native APIs to offer fast and reliable access to Oracle data and features f
  • Increasing your application performance with the client result_cache feature and ODP.NET7/25/2023 10:07:43 AM. In this article, I want to explain how to improve your application performance using Oracle Data Provider for .NET (ODP.NET) and the new features exposed by the underlying Oracle Call Interface.
  • Connection Object in ADO.NET11/4/2020 9:34:40 AM. In this article I will explain you about Connection Object in ADO.NET.
  • Writing ADO.NET Applications11/2/2020 9:51:29 AM. In this article I will explain you basic steps required to write an ADO.NET Application.
  • Getting Data Providers Details in ADO.NET 2.011/2/2020 9:29:45 AM. In ADO.NET 2.0, there is a new addition of DB provider factory classes, which allow developers to get the information about the data providers available (installed) on a machine.
  • 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
  • Accessing Excel Databases using ADO.NET 10/30/2020 2:06:12 AM. In this article I will explain about Accessing Excel Databases using ADO.NET.
  • Access MySQL Server Database using ODBC data provider10/30/2020 1:43:32 AM. In this article, I will show you how to access MySQL server database using ODBC data provider.
  • The ODBC.NET Data Provider in ADO.NET 10/30/2020 1:10:29 AM. In this article I will explain about the ODBC.NET Data Provider in ADO.NET.
  • Introduction to ADO.Net10/29/2020 7:00:37 AM. This article introduces the ADO.Net object model. In addition it explains how to create and manage connections to a database.
  • Working with Data Bound Controls10/29/2020 12:35:48 AM. Step by step tutorials teaches you how to use data-bound controls DataGrid, ListBox, and ComboBox controls .
  • Using ADO.NET Data Providers10/28/2020 7:01:43 AM. In this article I will explain about using ADO.NET Data Providers.
  • 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.
  • Web Services: Basics and Beyond Part 310/13/2012 5:39:18 AM. This article series shall attempt an explanation that will go beyond the basics of web services.
  • Simple Factory Pattern Side by Side with Abstract Pattern10/4/2012 10:45:46 AM. This article will discuss the Simple Factory Pattern and how to use it with Abstract Factory Patter discussed in the previous article.
  • ADO.NET Application using MS Access 2007 database9/29/2012 7:49:29 AM. In this article I will explain you how to use ADO.NET technology to connect .NET console application and MS Access 2007 database.
  • Abstract Factory Design Pattern in ADO.NET 2.09/21/2012 12:19:08 PM. This article will discuss the Abstract Factory Design Pattern and its real-world applications in .Net Framework 2.0.
  • Connection Strings for SQL Server 20085/20/2012 1:58:34 AM. SQL Server 2008 includes better compression features, which also helps in improving scalability. It enhanced the indexing algorithms and introduced the notion of filtered indexes. It includes capabilities for transparent encryption of data (TDE) as well as compression of backups.
  • Hooking into your Google Apps With the RSSBus Google Data Provider12/2/2010 1:55:08 PM. This is a review of a component called the RSSBus Google Data Provider which allows you to access the Google API through a Sql Data Provider. This provider opens up the entire Google Application Suite to the .NET developer through familiar ADO.NET tools and classes.
  • Viewing Data in a DataGrid Control in ADO.NET 1/25/2010 1:03:40 AM. In this article I will explain Viewing Data in a DataGrid Control in ADO.NET.
  • How Do I Choose a Data Provider?12/21/2009 7:15:27 AM. In this article I will explain about How Do I Choose a Data Provider?
  • ADO .NET Data Providers and Disconnected classes 10/26/2009 1:04:02 AM. In this article, you’ll get a broad view of the ADO.NET architecture and the basic building blocks of ADO.NET and ADO.NET data providers.
  • Real Life SQL and .NET :Using SQL with C#: Part VIII10/27/2006 1:15:53 AM. Welcome to the world of SQL and the huge, growing database technologies of today’s business all over the SQL world. By reading this article, we have begun accepting the knowledge that will soon be required for survival in today’s world of relational database and data management. Alas, for the reason that it is first necessary to provide a background of SQL and cover some preliminary concepts that we need to know, the majority of this article is text in paragraph format.
  • Bulk Copy Operations in ADO.NET 2.010/26/2006 10:25:08 AM. Bulk copying of data from one data source to another data source is a new feature added to ADO.NET 2.0. Bulk copy classes provides the fastest way to transfer set of data from once source to the other.
  • Accessing Text Files using ODBC Data Provider8/31/2006 6:05:53 AM. In this article, I will show you how to access Access database files using ODBC data provider.
  • A Complete Virtual Shop Web Service in C#2/13/2006 12:14:39 AM. This is a complete web service example using C#. In this web service, I have build a complete virtual shop to buy and review products.
  • Real Life SQL and .NET : using SQL with C#: Part X2/6/2006 1:15:23 AM. Welcome to the world of SQL and the huge, growing database technologies of today’s business all over the SQL world. By reading this article, we have begun accepting the knowledge that will soon be required for survival in today’s world of relational database and data management. Alas, for the reason that it is first necessary to provide a background of SQL and cover some preliminary concepts that we need to know, the majority of this article is text in paragraph format.
  • 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.