#minimalapi
Tired of Configuration["Key"] in ASP.NET Core? 🤔
It’s fragile, no IntelliSense, & errors only at runtime.
The solution 👉 Options Pattern
www.ottorinobruni.com/how-to-use-t...
#dotnet #csharp #aspnetcore #indiedev #cleanarchitecture #minimalapi
August 29, 2025 at 2:30 PM
Two small steps toward .NET 11 #dotnet #aspnetcore #minimalapi
April 9, 2026 at 7:01 AM
And here it is my contribution to validation support in Minimal APIs github.com/dotnet/core/... #dotnet #minimalapi
July 15, 2025 at 6:25 PM
MinimalAPI
UCLASS(MinimalAPI)
"I find it a bit tricky to understand MinimalAPI. If you have a class that exists in one module and you want to be able to cast to it in another module, I add MinimalAPI.

In ascending order of "how much gets exported" I think of it like this:
1. No class specifiers,
May 17, 2025 at 10:45 AM
If you want to automatically add a default ProblemDetails response to all your endpoints, you can use my TinyHelpers.AspNetCore library (or TinyHelpers.AspNetCore.Swagger if you're using Swashbuckle) github.com/marcominerva... #dotnet #aspnetcore #minimalapi /cc @captainsafia.com
February 13, 2025 at 9:47 AM
New Blog: Reorganizing my Minimal API Nuget Packages: #minimalapi #csharp #dotnet #aspnetcore

wildermuth.com/2024/04/21/m...
Minimal APIs Nuget Packages
Minimal APIs Nuget Packages
wildermuth.com
April 22, 2024 at 12:35 AM
.NET 11 Preview 5 has landed... Happy to see another small contribution of mine included 🚀 github.com/dotnet/core/... #dotnet #aspnetcore #minimalapi
June 10, 2026 at 9:00 AM
MinimalHelpers.Routing.Analyzers is a library that provides a Source Generator for automatic endpoint registration in Minimal API github.com/marcominerva... #dotnet #aspnetcore #minimalapi
November 11, 2024 at 8:57 AM
🔥Ditching traditional #ASPNETCore controllers for #FastEndpoints!
It's the perfect blend of structure and simplicity.

It's as easy to use as Minimal APIs, but with the organization and structure of controllers. Code is so much cleaner! ✨ #dotnet #webdev #minimalAPI
December 18, 2024 at 4:27 PM
If you need to add custom parameters to all of your endpoints, you can use the Operation Transformer that is available in TinyHelpers.AspNetCore github.com/marcominerva... #dotnet #aspnetcore #minimalapi #openapi
December 4, 2024 at 11:59 AM
And finally the Microsoft.Extensions.Caching.Hybrid package is out of the preview www.nuget.org/packages/Mic... #dotnet #aspnetcore #minimalapi
Microsoft.Extensions.Caching.Hybrid 9.3.0
Multi-level caching implementation building on and extending IDistributedCache
www.nuget.org
March 11, 2025 at 8:16 PM
If you're using SwaggerUI with Microsoft.AspNetCore.OpenApi, TimeOnly fields are rendered as "string" in examples, and TimeSpan values appear in a really weird format. You can use a Schema Transformer to generate better examples #dotnet #aspnetcore #minimalapi
April 17, 2025 at 8:13 AM
The latest version of SimpleAuthentication allows you to automatically assign roles to API Keys and Basic Authentication credentials — as always, with just a single line of code. Check it out at github.com/marcominerva... #dotnet #aspnetcore #minimalapi
October 16, 2025 at 8:39 AM
La registrazione del Live Coding "Riprendiamo il versionamento delle Web API" è disponibile online www.youtube.com/watch?v=h9cz... #dotnet #aspnetcore #minimalapi
Live Coding: riprendiamo il versionamento delle Web API
YouTube video by Marco Minerva
www.youtube.com
May 25, 2026 at 7:40 AM
I just unpacked a surprise package from @updateconference.bsky.social 😍

Starting from now I'm officially #TeamUpdate so I will do my best to show you how great this team is.

#UpdateConference #UCK25 #MinimalAPI #AzureAppService #MVPBuzz
March 21, 2025 at 8:22 AM
#UCK25 | With @kajetanduszynski.bsky.social you will learn to structure large applications using Minimal API, implement complex routing scenarios, and integrate middleware effectively.

See you in Krakow 🫵 krakow.updateconference.net/en/2025/sche...

#Krakow #minimalapi #webapi #bestpractices
April 29, 2025 at 1:33 PM
You can finally do validation with minimal APIs #dotnet #minimalapi #aspnet

youtu.be/U9vOng47a…
May 4, 2025 at 8:59 PM
Building the Admin Backend for The DM's Familiar - Capturing data from an incoming webhook call using Azure Functions

#csharp #dotNet #liveCoding #buildInPublic #webHooks #minimalApi

twitch.tv/thatdevelope...
ThatDeveloperDad - Twitch
I've been slinging code for a couple decades, and I want to share some of what I've learned. Currently building an Admin System for a fun little D&D utility I'm preparing to launch.
twitch.tv
January 13, 2025 at 3:05 PM
⚡ Optimize .NET Minimal APIs with CancellationTokens! 🚀 Boost responsiveness & save resources for async tasks. #dotnet #minimalapi #cancellationtokens #performance
www.ottorinobruni.com/using-cancel...
July 2, 2025 at 8:40 AM
🌍 Make Your Minimal APIs Multilingual with ASP.NET Core Localization! 📷 Ensure a seamless user experience by supporting multiple languages in your back-end. #aspnetcore #localization #minimalAPI #multilingual #dotnet www.ottorinobruni.com/localization...
Localization in ASP.NET Core: Make Your Minimal APIs Multilingual - Ottorino Bruni
Learn how to easily implement localization in your ASP.NET Core application. Support multiple languages and enhance user experience with our step-by-step guide on using resource files and localization...
www.ottorinobruni.com
January 26, 2025 at 12:59 PM
La registrazione del Live Coding "Organizzare un'API versionata" è disponibile online www.youtube.com/watch?v=PLkQ... #dotnet #minimalapi
Live Coding: organizzare un'API versionata
YouTube video by Marco Minerva
www.youtube.com
June 8, 2026 at 7:41 AM
La registrazione del Live Coding "Il CancellationToken" è disponibile online www.youtube.com/watch?v=tMz-... #dotnet #aspnetcore #minimalapi
Live Coding: il CancellationToken
YouTube video by Marco Minerva
www.youtube.com
March 31, 2025 at 7:41 AM
I just updated my SimpleAuthentication library to fully support .NET 9.0. If you were using the previous version, be sure to check the notes about Swashbuckle (Swagger) integration github.com/marcominerva... #dotnet #aspnetcore #minimalapi
GitHub - marcominerva/SimpleAuthentication: A library to easily integrate Authentication in ASP.NET Core projects.
A library to easily integrate Authentication in ASP.NET Core projects. - marcominerva/SimpleAuthentication
github.com
January 8, 2025 at 1:32 PM