/Asp.NetCorePOC

A repo for Asp.Net Core web application to learn Asp.Net Core fundamentals.

Primary LanguageC#

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