#6 — APRIL 11 2022
#6 — APRIL 11 2022
Middleware in ASP.NET 6 - Conditionally Adding Middleware to the Pipeline
Announcing AWS Lambda Function URLs: Built-in HTTPS Endpoints for Single-Function Microservices
Videos of the week:
Tweets of the week:

Generate #Mermaid entity-relationship diagrams from an EF Core model directly into a .NET Interactive Notebook in #VSCode, starting with just a database.
#EntityFramework #EFCore #dotnet
One blog: Exception Not Found
One book: Rx.NET in Action
One song:
namespace Codepolita;
public static class DotNetHerald {
public static void Main() {
Subscribe();
Share();
}
...