dotnet / Scaffolding

Code generators to speed up development.
MIT License
688 stars 230 forks source link

How do you scaffold a page with a model that is not Entity Framework #936

Open ahhsoftware opened 5 years ago

ahhsoftware commented 5 years ago

Is your feature request related to a problem? Please describe.

We use all kinds of data persistence, table storage, blob storage, Cosmos and the like, but it seems the only way to scaffold a page is with Entity Framework

Describe the solution you'd like

Adopt the same pattern as you have for MVC, when you create a page you can choose any model it does not have to be Entity Framework.

Describe alternatives you've considered

Scaffold the page in an MVC View and copy and paste it?

seancpeters commented 5 years ago

@danroth27