Question ? As is the functionality of Entity Developers with Entity Framework

Discussion of open issues, suggestions and bugs regarding Entity Framework support in ADO.NET Data providers
Post Reply
alfredo.avmb
Posts: 10
Joined: Wed 23 Aug 2017 04:07

Question ? As is the functionality of Entity Developers with Entity Framework

Post by alfredo.avmb » Wed 23 Aug 2017 06:34

I want to understand how Entity Developers works or works with the entity framework, I ask for help or clarification, when dealing with data I will always do with entity framework, in my opinion I would no longer use EF, only ED.

What I have read in the forums is that the two go hand in hand and I always deal with the data with EF, for example knowing if the registry changes or if the user cancels the entry of a new registry.

I hope I clarify my doubts, because the tool is excellent, but I need to understand this or tell me where to find information.

regards

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: Question ? As is the functionality of Entity Developers with Entity Framework

Post by Shalex » Wed 23 Aug 2017 12:07

Entity Developer is an ORM designer and code generation tool. It doesn't include any ORM engine itself. The aim of Entity Developer is to simplify work with supported ORM frameworks: http://www.devart.com/entitydeveloper/c ... ility.html.

Post Reply