Related resources for Database connections
  • Harnessing Efficiency: Lazy Initialization in C# .NET7/17/2024 12:43:28 AM. Learn about lazy initialization in C# .NET—a vital design pattern that defers object creation until it's needed, optimizing performance and memory usage. Implementing with Lazy<T> ensures th
  • Understanding Connection Pooling6/4/2024 9:46:23 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.
  • 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.
  • Monitoring Database Connections using Performance Counters10/15/2009 1:13:54 AM. ADO.NET performance counters can be used to monitor the status the connection resources that the application uses. This article concentrates mainly on monitoring database connections.