Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 476 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 476 Bytes

ASP.NET Core MVC CRUD App

This is a simple CRUD application using ASP.Net Core, Entity Framework Core, and SQL Server. This application can create, edit and delete data. Here student entity is used as an example.

Database

Create a database (TestDb). Run the SQL scrip from the database directory

How to Run

Download the application. Change the connection string credential from the appsettings file, based on your SQL server credential. Build and run the application.