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…]CQRS and Mediator Patterns in Asp.Net Core 3.1
In this tutorial, we are going to cover the CQRS(Command Query Responsibility Segregation) pattern in Asp.Net Core 3.1 web api application. We will see how to implement CQRS in a very basic CRUD application using the MediatR library. MediatR library is an open source implementation of mediator pattern for .NET Applications.
[Read more…]How to integrate React and Asp.Net Core 3.1 app using VS Code
In this tutorial, we are going to cover how to integrate React with Asp.Net Core 3.1 using Entity Framework Core in visual studio code. We will use SQLite database in this project. So, first-of-all, we will install all the dependencies that we need in this project and then we will see how to setup a project using React and Asp.Net Core 3.1 and Entity Framework Core.
[Read more…]How to integrate Vue and Asp.Net Core 3.1 app using VS Code
In this tutorial, we are going to cover how to integrate Vue.js and Asp.Net Core 3.1 application using Entity Framework Core in Visual Studio Code. We will use PostgreSql database in this tutorial. So, we are going to build a SPA (Single Page Application).
[Read more…]