DataSet Toolkit
The DataSet Toolkit is now free!
The right tools can make the difference between
just doing a job, and doing a job that can stand the test of time. An
Object Relational Mapper (ORM) is one of the tools that every developer
should have in their toolbox. The mismatch between an application's
data model and the object model can be anywhere from a minor
annoyance to a full blown headache. DataSets and DataAdapters
provided by the .Net Framework help alleviate some of the major
problems but have their own set of issues. The DataSet toolkit
corrects many of those problems with constructs to build SQL
queries in application code and the ability to work with multiple
DataAdapters as though they are one.
The DataSet Toolkit has been used on multiple
projects to speed the time to market and enable developers to
concentrate on application and business logic instead of the
details of writing SELECT, UPDATE and DELETE statements for use
with a DataAdapter. If you use a DataSet for your project you owe
it to yourself to try the DataSet Toolkit today.
More Information
Detailed Introduction to the DataSet
Toolkit
Download the
latest release of the DataSet Toolkit
|