Skip to content

shehryarkn/Asp.Net-Core-CRUD-Operations-using-Admin-Template

Repository files navigation

Asp.Net-Core-CRUD-Operations-using-Admin-Template

Asp.Net Core CRUD Operations using Admin Template.

Required SDK: .Net Core 2.2

How to run:

  1. Download or Clone the Project.
  2. Create an Empty MySQL Database as "hospital_db" & Import the "hospital_db.sql" File availabe in the repositry.
  3. Update the Database Credentials in your "MyDbContext.cs" inside your "Models" Folder.
  4. Run your Project.

Here's the Step by Step Tutorial => https://codinginfinite.com/crud-operations-asp-net-core-mvc-tutorial/

You can Create New Doctor Record, Read All, Update a Record & Delete.

alt text