GeekArticles
Microsoft
ADO.NETADO.NET 2.0 Framework and Designer Enhancements
Author: dotnet.sys-con.com |
Published: 13th Aug 2005 |
Visited: 744 times |
Add CommentFiled in: ADO NETADO.NET is the managed code library for the .NET Framework. Its ancestors include ODBC, DAO, RDO, ADO, and OleDB. Some of these technologies still exist in the framework, but most developers rely on the resources provided in the ADO.NET namespaces. There are evolutionary changes in ADO.NET 2.0 that will be released next year with Visual Studio 2005, SQL Server 2005, and the .NET Framework 2.0.
Read Article Sponsored Links
Related Articles
• SQL Agent: A Job Scheduler Framework An easy-to-use .NET solution for Job Scheduling with pluggable actions that runs on a Windows Service. Back up your SQL Server Express and much m ...
• Taking Advantage of the Partial Class with the ADO.NET Entity Framework So you're building your data-driven application and you've got an ADO.NET Entity Model that represents an abstraction around your database. Maybe you're even pretty savvy and you've used inheritance and some filters to enhance the entity model so that it really is an entity model ...