WesMC / BookListRazor

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

Home Page:https://wmc-booklist-razor.herokuapp.com/BookList

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BookListRazor

This is an ASP.Net Core (3.1) Razor pages example project I built while following this course on Udemy.

Please see the Live Site Preview on Heroku.

It covers the following subject areas:

  • ADO.Net Entity Framework for model migrations to either a Microsoft SQL Server or PostgreSQL Database
  • ASP.NET Validations
  • C.R.U.D. operations using HTML helpers, Tag helpers, and API calls

Resources and Libraries:

About

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

https://wmc-booklist-razor.herokuapp.com/BookList


Languages

Language:C# 51.6%Language:HTML 37.0%Language:JavaScript 6.4%Language:CSS 3.9%Language:Dockerfile 1.2%