Description:
ORM.NET is an ASP.NET database application which automatically create a data layer object model for the users database through which users can retrive data directly from the tables in the absence of SQL codes and also data can be added, edited, deleted from the database. It offers various features like providing wrappers for stored procedures automatically, without SQL code data can be accessed from the database, helps in creating user-modifiable business objects etc.
|