Skip to content

This is an example ASP.Net Core (3.1) MVC project with CRUD operations to a PostgreSQL database. (Can be configured to SQL Server)

Notifications You must be signed in to change notification settings

WesMC/BookListMVC

Repository files navigation

BookListMVC

This example project demonstrates the fundamental aspects of an ASP.NET Core MVC Application.

Click Here to see the app live on Heroku.

It demonstrates the following:

  • Knowledge of scaffolding related to the configured routing /controllers/action/index
  • Migrations using Entity Framework to a SQL Server / PostgreSQL instance
  • C.R.U.D operations from the application to the database
  • Use of a Third-party DataTable display

This app was created while following a class on Udemy

About

This is an example ASP.Net Core (3.1) MVC project with CRUD operations to a PostgreSQL database. (Can be configured to SQL Server)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published