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