The Wayback Machine - https://web.archive.org/web/20210515061955/https://github.com/shehryarkn/Asp.Net-Core-CRUD-Operations-using-Admin-Template
Skip to content
master
Switch branches/tags
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
Jun 28, 2019
Jun 28, 2019
Jun 28, 2019
Jun 28, 2019
obj
Jun 28, 2019
Jun 28, 2019
Jun 28, 2019
Jun 28, 2019
Jun 28, 2019
Jun 28, 2019
Jun 28, 2019

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