1

I want to create scaffold item controller and the view from the model in run time I want to make an app that user can change model in run time and it automatically create controller and view based on the new model.

I have found this tutorial from which I learned how to create scaffold in command line in asp.net core MVC but I want to scaffold in asp.net web application .net framework I have found this that has created scaffold in NuGet package but I want to scaffold automatically when user change tables in web site

12
  • What do you want to achieve by run time controller scaffolding? Because generally it is a design and architecture flaw. Commented Aug 13, 2017 at 23:34
  • I want to have an app that connects to crm and do crud with it. User should can change tables and fields and my app should automatically create controller and view and create forms Commented Aug 14, 2017 at 18:35
  • I never take this approach, because you can't handle run time errors properly and can't optimize database. Commented Aug 14, 2017 at 20:51
  • I haven't database my datas are in crm web service i want to connect to it and do crud with data. Commented Aug 15, 2017 at 6:30
  • My boss has told me take this approch Commented Aug 15, 2017 at 6:31

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.