In this comprehensive guide, we will discuss the implementation of a straightforward ETag for caching unaltered resources within an ASP.NET Core Web API (using .NET 6).
Let's see how we can authorize an API access based on an user role defined by the system or a user based on a claim based on the JWT token passed within the request.
In this article, let's look at how we can setup cookie based authentication in an ASP.NET Core MVC application without using Identity for user management.
In this article, let's discuss about how we can create and manually bind a custom Configuration type in ASP.NET Core without IOptions, with an example.