Is there any model driven editor for entity framework?

381 views Asked by At

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

LinqPad makes it possible to load an assembly and an optional connection string and start querying a database.

In the same way it should be possible to write an editor where you can CRUD objects. A few of the ORM tools I have been using offer such editors.

Does that editor exist for EF?

0

There are 0 answers