Will ASP.NET MVC ever support Dynamic Data or some other means of scaffolding? I know MVC web apps support scaffolding CRUD pages from linq contexts (and entities too I think).
3 Answers
Dynamic Data has since been absorbed into ASP.Net MVC as Html.DisplayFor, Html.EditorFor, and MVC EditorTemplates.
Comments
Scott Hanselman has a page about getting these technologies running side-by side.
Check out: ASP.NET WebForms and ASP.MVC and ASP.NET Dynamic Data Side By Side.
Comments
MVC support is a part of the Dynamic Data Futures project. This was released initially in July 2008. It's a bit buggy, since it was an early release intended to generate feedback, but the bottom line is that they are working on it.