Is there any model driven editor for the entity?

The idea with model-driven development is to automate otherwise repetitive tasks.

LinqPad allows you to load an assembly and an additional connection string and run a database query.

In the same way, it should be possible to write an editor in which you can use CRUD objects. Some of the ORM tools I have used offer such editors.

Is there an editor for EF?

+3
source share

All Articles