Answered by:
Future of Dynamic Data

Question
-
User-1915490105 posted
Hello, i just tried used the ASP.Net Dynamic Data templates on the AdventureWorks database and it created most if not all of the CRUD screens in a matter of secconds, so i'm wondering why i'm not seeing a lot of ongoing interest and activity for this approach?
Sunday, February 5, 2017 6:41 PM
Answers
-
User-821857111 posted
ASP.NET Dynamic Data was a bit of a guinea pig. It's where routing and scaffolding were first introduced into ASP.NET along with Linq to SQL (the forerunner for Entity Framework). Those concepts now form a major part of the MVC development experience, which is what people mostly use for new development these days. Dynamic Data hasn't received any updates for years.
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Monday, February 6, 2017 7:34 AM -
User-821857111 posted
so i would assume that there is a more advanced tooling now available that will automatically create one's CRUD screens based on the a database's schemAre you referring to MVC? If so, yes, you can choose to scaffold views to generate CRUD screens based on a model.- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Monday, February 6, 2017 1:44 PM
All replies
-
User-821857111 posted
ASP.NET Dynamic Data was a bit of a guinea pig. It's where routing and scaffolding were first introduced into ASP.NET along with Linq to SQL (the forerunner for Entity Framework). Those concepts now form a major part of the MVC development experience, which is what people mostly use for new development these days. Dynamic Data hasn't received any updates for years.
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Monday, February 6, 2017 7:34 AM -
User-1915490105 posted
Thanks for the update on this Mike, so i would assume that there is a more advanced tooling now available that will automatically create one's CRUD screens based on the a database's schema, is that the case?
Monday, February 6, 2017 11:19 AM -
User-821857111 posted
so i would assume that there is a more advanced tooling now available that will automatically create one's CRUD screens based on the a database's schemAre you referring to MVC? If so, yes, you can choose to scaffold views to generate CRUD screens based on a model.- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Monday, February 6, 2017 1:44 PM -
User-1915490105 posted
Ok that's great news Mike, will be looking into that MVC scaffolding, have a great 2017!
Monday, February 6, 2017 6:00 PM