PRS-M / Spice

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:C# 61.7%Language:HTML 37.4%Language:CSS 0.8%Language:JavaScript 0.1%