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.
Create a database (TestDb). Run the SQL scrip from the database directory
Download the application. Change the connection string credential from the appsettings file, based on your SQL server credential. Build and run the application.