View Single Post
  #5 (permalink)  
Old 07-31-2006, 08:38 PM
brackett brackett is offline
Programmer
 
Join Date: May 2006
Posts: 193
Credits: 0
Rep Power: 11
brackett is on a distinguished road
Default

Oops, can't believe I missed ADO.NET. For those that don't know, ADO.NET is the next gen of ADO (ActiveX Data Objects, IIRC) that basically gives a consistent interface to talk to databases and other storage/persistence providers.

ADO.NET isn't part of the BCL, but it is part of the .NET Framework. It's basically another framework built on top of the BCL like ASP.NET, Winforms, Web Services, etc.
Reply With Quote

Sponsored Links