Building modern APIs and Connectors with Rate Limitation
One year ago, Microsoft published the Rate Limitation Feature within ASP.NET 7.0. This seamlessly silent and mostly unknown feature is indeed not an everyday-used ...
One year ago, Microsoft published the Rate Limitation Feature within ASP.NET 7.0. This seamlessly silent and mostly unknown feature is indeed not an everyday-used ...
Imageine you have an application with enabled authentication. Most easier way to enable AAD in your application is using a connected service. Once you activate the ...
It is a common in enterprise projects, to build components that require a security context. For example, your component Device implements an interface IDevice, which defines ...
When working with Identity Server, more sophisticated applications usually require specific context in the process of generating of the token. For example, imagine the user wants ...
I stumbled about a strange behaviour on ASP.NET MVC REST API. I send an HTTP request using PostMan with a large file (form-data). Basically it's ...