EntityDAC Beta - new ORM for Delphi Released!

Discussion of open issues, suggestions and bugs regarding EntityDAC
Locked
Devart
Site Admin
Posts: 3974
Joined: Tue 26 Oct 2004 13:51

EntityDAC Beta - new ORM for Delphi Released!

Post by Devart » Tue 04 Feb 2014 08:47

Devart team is proud to introduce EntityDAC Beta - the new ORM for Delphi.

EntityDAC is an ORM for Delphi with LINQ support. It provides a powerful framework that allows to perform object-relational mapping of database objects to Delphi classes with full support for encapsulation, inheritance, polymorphism and other OOP features.

EnityDAC allows to develop your applications with using Database-First, Model-First, and Code-First approaches.

Also, powerfull Visual ORM Model Designer with Code generation - Entity Developer is included in EntityDAC. It allows you to create and edit ORM models visually, without typing a line of XML code or manual describing class attributes in Delphi code.

Support of Language Integrated Queries (LINQ) allows to unify the application code and make applications independent of the specifics and syntax of an SQL database for which it is developed, that will allow to support multiple databases in your application with no effort.

For database access EntityDAC uses any Devart Data Access Components:
Also EntityDAC can use all standard Delphi data providers:
  • ADO
  • BDE
  • IBX
  • dbExpress
  • FireDAC
If you wish to provide feedback on the new versions, you can do it on our forum or by e-mail.
There is also feedback form in the support zone of every product. We are always glad to have your comments and take into account your development needs.

Locked