ORM.NET reduces development time and costs
|
You write no data access plumbing code which means less time spent testing and fixing error-prone data access logic.
|
ORM.NET eliminates complicated SQL stored procedures without sacrificing performance |
ALL SQL code is automatically implemented making retrievals, updates, and modifying complex relational joins easy. Existing Stored Procedures are also wrapped as strongly typed method signatures.
|
ORM.NET helps manage schema changes between your database and application layers with less risk
|
Change the underlying database or data layer classes without losing your work. Update your code base quickly to reflect the new changes.
|
ORM.NET quickly generates a clean and intuitive set of base classes in minutes |
Every method and property is accessible as drop downs using Microsoft’s IntelliSense within Visual Studio.NET with statement completion.
|
ORM.NET allow developers to design robust applications |
Use a flexible object oriented methodology while keeping data in a normalized relational database.
|
ORM.NET takes full advantage of the .NET Framework |
This allows you to increase productivity and to save time and money building .NET applications.
|
Generates a complete run-time component (.Dll) which implements complete data layer functionality for a database.
Takes only seconds to generate the complete set of template and class files.
Use the compiled Data Layer within any .NET based application - console apps, windows forms, ASP.NET web sites, or SOAP based Web Services.
Automatically manages relationships between tables within the Data Layer's generated ADO.NET objects
Enforces consistent application design using common, object-oriented based best practices
Make changes to the database and object model at any time without losing your customizations.
Object oriented design allows sub-classing and extending the generated class files for your own customizations
Clean and intuitive object model with statement completion via Microsoft's IntelliSense
All SQL is auto-generated at run-time including complex join queries and insert,update, and delete statements
Wraps ADO.NET DataSet and DataRow to increase the benefits ADO.NET offers.
Wraps all Stored procedures as strongly typed method signatures
Catch database and type errors at compile time instead of run-time to reduce testing and risk.
Create complex join queries using the JoinPath object
Perform multiple updates, inserts and/or deletes with one method - CommitAll().
All data modifications can be batched as a single transaction and rolled back if any errors occur
Work with data as collection objects with full support for FindBy, SortBy, FilterBy
Enforces data integrity between foreign key and other constraints defined within the schema
Modify data object model to control object or property scope and visibility
Excellent performance and reliability used on production applications
Learn how to use ORM.NET using a sample database in "6 Simple Steps to use ORM.NET"