#minimal-apis

[ follow ]
fromInfoWorld
1 month ago

How to use route constraints in ASP.NET Core minimal APIs

A route constraint in ASP.NET Core is a guardrail for the URL. It determines whether an incoming request matches predefined criteria and should be processed.
Ruby on Rails
JavaScript
fromInfoWorld
6 months ago

Working with minimal APIs in .NET

Minimal APIs provide a flexible, lightweight way to build HTTP APIs for cloud-native applications without the complexities of larger frameworks.
[ Load more ]