Contents tagged with Data
-
The ASP.NET Capsule #17: Book Recommendations from Packt Publishing with Sample Chapters
Here are some book recommendations from Packt Publishing with a sample chapter.
-
News: System.Data.OracleClient update
Microsoft has made a huge announcement regarding the OracleClient library in ADO.NET. Himanshu Vasishth, Program Manager for ADO.NET OracleClient made the following information available in the ADO.NET Team Blog yesterday:
-
Free Ebook: Mastering SQL Server 2005 Profiler
Hi all.
-
Checkout my video on SQL Server 2008 Table-Valued Parameters
Hi all.
-
Checkout my video on SQL Server 2008 New Data Types
Hi all.
-
Ensure Proper Closure & Disposal Of A DataReader
Most of the time, we create programs that use DataReaders (weather they are on ASP.NET or Winforms). They're fast, easy to use but sometimes, they fill out our connections pool and withour proper care, they can cause problems to our users.