Student CRUD operations using razor pages in .Net 6 This repository will demonstrate you about how to perform CRUD operations in Razor Page which introduced Asp.Net Core 6 using EFCore.
To complete this demonstration in a simple manner, we will follow some steps as below.
Step 1: Create Razor Page in Asp.Net Core 6
Step 2: Create Database and Table
Step 3: Install EFCore
Step 4: Create Connection String and get it on Repository Class
Step 5: Create Razor Page for CRUD Operations
Step 5: Implement Code in Razor Pages for performing CRUD Operations