Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 1.16 KB

README.md

File metadata and controls

30 lines (26 loc) · 1.16 KB

Spice

Restaurant Website - ASP.NET MVC Core 3, EF Core, Udemy Course

Table of Contents

General Info

A restaurant website created with ASP.NET MVC Core. Just a CRUD app coded along with the course.
Not much, just enough to notice and acknowledge the differences between .NET and .NET Core.
I think I will refactor the whole project so my eyes stop hurting, especially the naming conventions and LINQ queries.

Technologies

  • C#
  • .NET Core
  • ASP.NET MVC Core
  • Entity Framework Core

Lessons Learned

  • Not all courses are great in the pedagogical aspect
  • Even when they are not great, they provide some valuable hints - the rest is easy to find in Google or books
  • Key differences between ASP.NET and ASP.NET Core
  • Storing serialized images in the database
  • Reading and bookmarking Stack Overflow thread discussing pros and cons of storing images in the database
  • Using Areas in ASP.NET MVC
  • Partial Views
  • ASP.NET Tag Helpers
  • HTML Custom Data Attributes for utilization with jQuery
  • How to follow the course and implement some stuff a bit different way