Related resources for Connection Pooling
  • Connection Pooling9/13/2023 7:11:00 AM. While performing any database activity it is necessary that every single connection need to be closed, but in case your application throws some exception in that case our connection wont’ get closed.
  • 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
  • Connection Pooling ADO.NET11/3/2020 6:31:24 AM. ADO.NET connection pool is a pool of connection objects in memory. Connection pooling in ADO.NET allows C# application to reuse existing ADO.NET connections.
  • Database Vendor Independent Code with Improved Connection Pooling11/2/2020 5:21:54 AM. This article covers how to create a database application that allows you to specify different databases without writing code for different data providers.
  • ADO.NET FAQ's: Part II10/28/2020 4:44:42 AM. This is the Part 2 of ADO.NET. In this section also we will touch base on one of important concepts in ADO.NET.
  • Understanding Connection Pooling10/28/2020 4:11:44 AM. This article is to go in deep in dome key features in the ADO.NET 2 which was shipped with VS 2005. In this article I will go trough one of the key features which is the Connection Pooling.
  • 5 tips to improve performance of C# code: Part 48/13/2018 4:18:36 AM. In this article, I will show a few ADO.NET tips to improve performance. A connection object is one of the most resource consuming objects in ADO.NET. So we need to manage this object very carefully.
  • How to Enable and Disable Connection Pooling4/5/2016 3:18:00 AM. In this video we will learn about "How to Enable and Disable Connection Pooling? " The Complete Video Series Of ADO.NET With Examples at..https://www.pluralsight.com/courses/adodotnet-by-exa
  • Understanding Connection Pooling in ADO .NET1/1/2010 8:36:33 AM. In this article I will explain Understanding Connection Pooling in ADO .NET