Terminally Clever

There are many ways to write ADO.net code to execute a stored procedure or inline SQL statement. Some are better than others and some that we've seen over the years are far more cumbersome than they need to be. Fortunately good ADO.net code doesn't need to be complicated or time consuming.

.netSavant data access adapter framework

Keeping it Simple...

The approach that .netSavant takes is deceptively simple; apply the adapter design pattern to encapsulate the execution of a stored procedure or inline SQL statement in a single easy to work with object. The code generated by .netSavant simply maps nullable object properties to the parameters of a procedure or inline statement allowing you to execute your statements with nominal effort.

.netSavant data access adapter generator

Coupled with our intuitive drag and drop code generation interface and seamless integration with the Visual Studio.NET development environment .netSavant makes data access easier than ever.

Multiple Data Provider Support

Extensive use of generics make the system capable of supporting any data provider that adheres to the data provider model exposed by the core ADO.net framework. Currently only SQL Server 7 through 2008 are supported though we're in the process of integrating the Oracle provider into the analysis and generation system.