Nella preview di .NET 6 c'è una grossa novità per ASP.NET 6, che sono le micro API (o minimal API)...quindi la possibilità di ridurre ulteriormente il codice necessario per la creazione di API Rest, o di semplici applicazioni. Un'infrastruttura più leggera che porterà un'ulteriore ventata di freschezza a questo framework.
[ASP.NET Core updates in .NET 6 Preview 2](https://devblogs.microsoft.com/aspnet/asp-net-core-updates-in-net-6-preview-2/?WT.mc_id=DT-MVP-4021952 )
[ASP.NET Core updates in .NET 6 Preview 1](https://devblogs.microsoft.com/aspnet/asp-net-core-updates-in-net-6-preview-1/?WT.mc_id=DT-MVP-4021952 )
[ASP.NET Core Architecture Overview - slide](https://speakerdeck.com/davidfowl/asp-dot-net-core-architecture-overview )
[Add new "MapAction" overloads #30556](https://github.com/dotnet/aspnetcore/pull/30556 )
[Add API to turn delegate or MethodInfo into a RequestDelegate #31181](https://github.com/dotnet/aspnetcore/issues/31181 )
[Remove MapAction overload #30563](https://github.com/dotnet/aspnetcore/pull/30563 )
[MapAction to JsonResult](https://github.com/dodyg/practical-aspnetcore/tree/net5.0/projects/net6/map-action )