Quotidien Shaarli

Tous les liens d'un jour sur une page.

March 8, 2024

Blazor Basics: Validating Form Data with Blazor
thumbnail

We will learn how to validate user input through HTML forms and provide visual feedback in case of a validation error.

Automatically Register Minimal APIs in ASP.NET Core
thumbnail

In ASP.NET Core applications using Minimal APIs, registering each API endpoint with app.MapGet, app.MapPost, etc. can introduce repetitive code. Today, I'll show you how to automatically register your Minimal APIs with a simple abstraction.