Adding metadata to fallback endpoints in ASP.NET Core
Explains how to add and use metadata with fallback endpoints in ASP.NET Core routing, including nuances for MVC/Razor Pages.
Explains how to add and use metadata with fallback endpoints in ASP.NET Core routing, including nuances for MVC/Razor Pages.
Explains how to prevent Astro from stripping query parameters in static mode by disabling prerendering for API endpoints.
Explores the simplicity and benefits of using ASP.NET 6 Endpoints and vertical slice architecture over traditional MVC controllers.
A tutorial on implementing endpoint authorization for a GraphQL API built with GraphQL.NET and ASP.NET Core 3.1.
Argues against using nested routes in RESTful API design, advocating for simpler, single-resource endpoints with query parameters.
A technical guide on performing maintenance on Kubernetes pods by manipulating labels to temporarily remove them from service endpoints.