Scaffolding DB layer from DB

Posted on February 14, 2021 in Develop • Tagged with #csharp, #ef, #db, #mvc, #scaffold, #northwind, #git, #sparsecheckout

Intro

ASP.NET MVC has build-in scaffolding enabling you to generate a frontend from a DB with a snap, so you can browse your DB. This has been a feature since around 2010.

It is a great feature to use for PoCs and demos.

In this blog I'll use Northwind …


Continue reading