Search code examples
asp.netentity-frameworkbreezedynamic-datascaffolding

Alternative to Dynamic Data in Asp.Net Mvc


Years ago Microsoft present Dynamic Data as a new generation scaffolding engine to make the fastest way to manage your data without mostly any code writing.

After some years without any news and without support for Entity Framework 6.x Dynamic Data is closed. Yes they make MvcScaffolding which is quite easy to use as a nice sample but it's not dynamic it let update code every you change your database (maybe I don't have some skills and this is easy or can be automatic). So have anybody found something new to manage EF models? Maybe this is something written with JavaScript (with breeze and OData that will looks interesting)? So I would be glad to hear about anything interesting to give up old Dynamic Data.


Solution

  • 2014-01-30: Dynamic Data is back!

    2014-02-28: Dynamic Data is out of alpha, and a release version is available.