In this article we will implement JWT authentication in ASP.NET Core 3.1 API using Microsoft AspNetCore Identity.
Category: Uncategorized
How To Connect To MySQL Database Using C# and Perform CRUD Operation
I created a tutorial before on How To Connect SQL Server Database Using C# and Perform CRUD Operation. Now I will use the same application that we built in that tutorial to connect to MySql database and perform a CRUD operation. https://www.youtube.com/watch?v=vtmmDglZ28E&feature=youtu.be For this tutorial you need to install MySql Connector. You can download it … Continue reading How To Connect To MySQL Database Using C# and Perform CRUD Operation
Hotel Reservation System C# Entity Framework Part 2
This is part 2 of my Hotel Reservation System using C# Entity Framework tutorial. In this article we will create our customer management and implement search function in our form. https://www.youtube.com/watch?v=VghcGBWJP1U&feature=youtu.be Add new form in your project and call it CustomerForm. Then style it like the image below. Use this names for controls in add … Continue reading Hotel Reservation System C# Entity Framework Part 2
C++ Displaying Text on Screen
In this article, we are going to learn how to display text on the screen using C++. I am using a Visual Studio 2017 Community Edition. You can download it for free on this link Visual Studio 2017 Community Edition. After installing, Step 1: Open Visual Studio 2017 Community Edition Step 2: Click File -> … Continue reading C++ Displaying Text on Screen