In this article, we are going to cover an Asp Net Core 5 web API Versioning example. There are many approaches to versioning APIs. And in this article, we will see how to implement API versioning in Asp Net Core 5 web API application. So, first-of-all, we will create an Asp Net Core 5 web API and then we will see how to implement API versioning and different aspects of API versioning.
[Read more…]Build a Microservice using Asp Net Core 5 and Docker
In this tutorial, we are going to discuss how to create a Microservice in Asp.Net Core 5.0 web application using Entity Framework Core and Docker. So, first-of-all, we will see “what is a microservice” And then we will see how to create a microservice in Asp.Net Core 5.0 application and then we will test our microservice using postman via IIS and then we will see how to run a microservice using docker.
[Read more…]Asp Net Core 5 web API token based authentication example using JWT
In this tutorial, we are going to cover a web api token based authentication example using JWT in Asp.Net Core 5 using visual studio 2019. So, first-of-all, we will create a new Asp.Net Core 5 web API project and then we will see how to implement Microsoft Identity and then finally we will see how to implement token based authentication using JWT in Asp.Net Core 5 web API app.
[Read more…]How to upgrade Asp.Net Core 3.1 App to Asp.Net Core 5
In this tutorial, we will see how to upgrade Asp.Net Core 3.1 application to Asp.NET Core 5 using very simple steps. Microsoft announced its major release .NET 5. It provides a unified .NET SDK experience with a single base class library (BCL) across all .NET 5 applications. It provides a single .NET Platform form for all kinds of applications like Desktop Applications (WPF, Windows Forms, UWP), Asp.Net Core, Xamrin, and etc. If you want to know more about .NET 5 then click here.
[Read more…]