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

ASP.NET Core with k8s hosting - Part 1.3

Posted on October 27, 2020 in Develop • Tagged with #csharp, #netcore3, #docker, #k8s, #jq, #vscode

This blog is part of a serie:


Continue reading

Develop .NET docker images - Part 1.2

Posted on October 25, 2020 in Develop • Tagged with #docker, #csharp, #netcore

This blog is part of a serie:


Continue reading