Quotidien Shaarli
March 8, 2024
We will learn how to validate user input through HTML forms and provide visual feedback in case of a validation error.
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.