In this article, I will show you an easy way to create an application with user authentication, registration and management using ASP.NET Core 3.1 Web Api as backend and React as a frontend framework.
Tag: api
Create User Login and Registration and Secure Asp.Net Core Web API
In this article I will show you to create user login and registration and how to secure your web api. This article is a continuation of my previous articles Creating a new ASP.NET Core Application Project and Setting Up Asp.Net Core Identity and How to Seed Users and Roles in Asp.Net Core if you haven't seen them … Continue reading Create User Login and Registration and Secure Asp.Net Core Web API
How to Seed Users and Roles in Asp.Net Core
In my previous article Creating a new ASP.NET Core Application Project and Setting Up Asp.Net Core Identity we created a new Asp.Net Core project and setup Asp.Net Core identity and database. Now in this article we will create I will show you how to create our initial data in our database. Using the same project that … Continue reading How to Seed Users and Roles in Asp.Net Core
Creating a new ASP.NET Core Application Project and Setting Up Asp.Net Core Identity
Creating Asp.Net Core Web Api Project Create a new Asp.Net Core Web Application and name it whatever name you want, but for me I will name my project as PayrollApp.Api since I plan to create a payroll application. Then select Api for project template and leave Authentication to no Authentication. Building Asp.Net Core Database and … Continue reading Creating a new ASP.NET Core Application Project and Setting Up Asp.Net Core Identity
How To Create an ASP.Net Core Web API Using Visual Studio 2019
In this article I will teach you how to create an ASP .Net Core Web API using Visual Studio 2019. If you don't have Visual Studio 2019, you can download it from https://visualstudio.microsoft.com/ for free. https://www.youtube.com/watch?v=v0CFQj8RZHI&feature=youtu.be In installing Visual Studio 2019. Make sure to check ASP.NET and web development. After installing Visual Studio 2019. Open … Continue reading How To Create an ASP.Net Core Web API Using Visual Studio 2019