
How to deploy ASP.NET Core Web API to Kubernetes
In this article, we'll discuss about Kubernetes, a popular container orchestration engine and learn how we can deploy an ASP.NET Core Web API to it.
In this article, we'll discuss about Kubernetes, a popular container orchestration engine and learn how we can deploy an ASP.NET Core Web API to it.
In this article, let's look at how we can design an API that uses pagination on its query results using ASP.NET Core and IQueryable over Entity Framework Core
In this detailed article, let us explore how we can implement API Versioning in ASP.NET Core and integrate with Swagger UI with detailed example.
Say you have to validate a JWT token based on the parameters supplied from an external service that varies for every incoming scheme.
In this article, let's talk in detail about the Startup class and its methods, parameters etc in a typical ASP.NET Core application
In this article let's look at configuring the JWT bearer authentication header in the service pipeline by injecting a strongly typed configuration class.
Let us know about the features of sealed class and static class in C# and summarize the important differences - static vs sealed class
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.
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.