SqlNetFramework beta release
Posted by: ASP.NET Announcements,
on 26 Jun 2007 |
View original | Bookmarked: 0 time(s)
The SqlNetFramework is a software development tool that helps you to develop .NET data applications faster. The SqlNetFramework has data access code that helps you to reduce the quantity of custom code that usually you need to create, test and maintain. With a single line of code you can create a dataset or execute a SQL statement. Dataset dataset = SqlNetFramework.Management.DbManager.Instance.CreateDataset(0,"Northwind");
The SQL code used by your application is stored in an independent...