In this tutorial, we are going to cover the difference between .NET Core and .NET Framework. .NET framework is a software development framework that is designed and developed, and maintained by Microsoft. In 2002, the first version of the .net framework 1.0 was introduced. It is windows based framework and primarily runs on Windows devices. It is used to develop desktop applications, web-based applications, and web services. There are different programming languages are available on the .net framework like vb.net, c#, and etc. It supports more than 60 programming languages.
[Read more…]Microservices Communication using RabbitMQ in Asp.Net Core
In this tutorial, we are going to cover the communication between microservices using RabbitMQ and MassTransit with Asp.Net Core 5. In the previous tutorial, we have discussed Microservices Architecture with Ocelot API gateway in Asp.Net Core 5.
[Read more…]Microservices architecture with Ocelot API gateway in Asp.Net Core
In this tutorial, we are going to cover the implementation of microservices architecture with Ocelot API Gateway using Asp.Net Core 5. We will create a very simple blank solution using visual studio 2019, and then we will implement Microservices architecture, and then we will see how to implement Ocelot API Gateway in Asp.Net Core 5 application.
[Read more…]Implement API Versioning in Asp Net Core 5 Web API
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…]Key Vault secrets in Asp.Net Core 3.1
In this tutorial, we are going to discuss Azure Key Vault secrets using Asp.Net Core 3.1 web application. Azure Key Vault is a tool where we can store and access secrets. The purpose of Key Vault is to store sensitive information like API keys, Authenticated Token Keys, Database Connection strings and etc. This is the best cloud-based solution for Azure web Apps.
[Read more…]User Secrets in Asp.Net Core 3.1
In this tutorial, we are going to cover user secrets in Asp.Net Core 3.1 web application using visual studio code. First, we will understand what is secret manager in asp.net core and then we will implement all the user secrets options (E.g. set, remove, list, clear) in Asp.Net Core 3.1 web API application in step by step.
[Read more…]JWT Authentication in Asp.Net Core 3.1
In this tutorial, we are going to cover jwt authentication in Asp.Net Core 3.1 web api in visual studio code. We will see how to implement identity, and then we will see how to implement token based authentication in Asp.Net Core 3.1 web API, and then finally we will test our API using postman.
[Read more…]- 1
- 2
- 3
- …
- 7
- Next Page »