Features and Benefits


Instantly generate a fully functioning data object model from your SQL schema
The Gartner group estimates that over 40% of total development time consists of writing data access code. Since ORM.NET generates 100% of the data access code for you, you save development time and costs. Simplify your application by eliminating a lot of the "data access plumbing" code. 
Learn more ...
No need to write any SQL
With ORM.NET, you may never have to write another SQL statement. Simply set the critiera on your data objects, and get the objects you want without having to write any SQL queries or stored procedures. Make complex changes to multiple objects, and commit it all back to the database without any SQL. 
Learn more ...
Auto generate wrappers for stored procuedures
 ORM.NET makes it easier for you to call your legacy stored procedures. Call any stored procedure by invoking a single method call on an object.
Learn more ...
Get much more out of intellisense
Intellisense, Visual Studio.NET's code completion feature, can save you a lot of programming time, but to use it, your code must be strongly typed. ORM.NET generates strongly typed objects specific to your schema, so that with intellisense you will get dropdowns for all of your table objects, column properties, and relationships.
Learn more ...
Separate business logic and simplify maintenance
ORM.NET also generates a set of user-modifiable business objects which derive directly from the data objects, and can be modified by the programmer to include custom business logic. By keeping your business logic separate, it is easier to make changes, and the data layer can be competely regenerated at any time. 
Learn more ...