SqlNetFramework an easier alternative to microsoft data application block
Posted by: ASP.NET Announcements,
on 31 Dec 2007 |
View original | Bookmarked: 0 time(s)
Hello everybody, I would like to share with you the SqlNetFramework, a .NET tool that will help you to develop ADO.NET applications faster and easier. The SqlNetFramework is an easier alternative to the Microsoft Data Application Block. Code snippet: Creating a reader from a select SQL query. C# IDataReader reader = SqlNetFramework.Management.DbManager.Instance.ExecuteReader(0,"Northwind"); VB.NET Dim reader As IDataReader = SqlNetFramework.Management.DbManager.Instance.ExecuteReader(0,...