#minimal-apis

[ follow ]
#aspnet-core
fromInfoQ
1 day ago
Web frameworks

ASP.NET Core in .NET 10: Major Updates Across Blazor, APIs, and OpenAPI

fromInfoWorld
3 months ago
Web frameworks

How to upload files using minimal APIs in ASP.NET Core

Minimal APIs in ASP.NET Core support file uploads using IFormFile for single files and IFormFileCollection for multiple files.
fromInfoWorld
5 months ago
Ruby on Rails

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

Route constraints in minimal APIs enhance security and performance by filtering incoming requests based on predefined criteria.
fromInfoQ
1 day ago
Web frameworks

ASP.NET Core in .NET 10: Major Updates Across Blazor, APIs, and OpenAPI

Web frameworks
fromInfoWorld
2 months ago

How to use CORS in ASP.NET Core minimal APIs

CORS governs browser-enforced cross-origin HTTP request rules, allowing safe cross-origin resource sharing while preventing malicious cross-origin script attacks.
[ Load more ]