Making the Most of Minimal APIs in .NET 7 | .NET Conf 2022

preview_player
Показать описание
Filters, route groups, endpoint metadata providers, oh my! .NET 7 brings a host of new features to Minimal APIs in ASP.NET. In this session, you learn about these new features, gain insight into their design and implementation, and explore how to best leverage them in your applications.

#DotNet #dotnetconf #dotnet7

Рекомендации по теме
Комментарии
Автор

Good session. Is it also possible to use filters to add the not supported content negotiation to a Minimal API? If so, how would I accomplish this as it is very tricky to read the response body before as it can only be read once and it might be gone before I have a chance to read it?

dennisvandermeer
Автор

Good session, could you please explain how to deploy Minimal API to Azure from Visual Studio Code or command line or VS 2022 (Mac)

asheeshmathur
Автор

Thanks for sharing this. How can you show a custom type (e.g., PagingInfo) in Get Method in Swagger.
May you share please your codes on extension method?
TIA

noelfrancisco