This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.
Say you have to validate a JWT token based on the parameters supplied from an external service that varies for every incoming scheme.
How to work with Startup class in ASP.NET Core
In this article, let's talk in detail about the Startup class and its methods, parameters etc in a typical ASP.NET Core application
How to use JWT Authentication with IOptions in ASP.NET Core
In this article let's look at configuring the JWT bearer authentication header in the service pipeline by injecting a strongly typed configuration class.
Static vs Sealed Class – Comparison in an easy way
Let us know about the features of sealed class and static class in C# and summarize the important differences - static vs sealed class
Integrating ASP.NET Core API Versioning with Swagger UI
In this article, let's see how we can dynamically integrate Swagger UI documentation, for all the API versions available in our ASP.NET Core Web API.
How to implement API Versioning in ASP.NET Core
In this article, let's look at how to setup API Versioning and the strategies employed in general and a few issues we encounter on our way.
Private and Static Constructors in C# Simplified
In this article, we discuss in detail about the concepts of Private and Static constructors in C# programming language and how they are useful.
How to build a simple ETag in ASP.NET Core
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).
How to work with Amazon S3 using ASP.NET Core
In this article, let us look at how we can write to and read from Amazon S3 Storage using ASP.NET Core and AWS SDK for .NET