Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 340 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 340 Bytes

Asp.Net Core POC

A repo for Asp.Net Core web application to learn Asp.Net Core fundamentals. The application displays a list of restaurants and provides basic CRUD features to Add, Update and Delete a restaurant. The project makes use of the following:

  • Razor pages
  • Model Binding
  • Sql Server
  • Entity Framework Core
  • Bootstrap CSS