Skip to content

rashedulalam46/asp-dot-net-core-mvc-crud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.