/.NETCoreRazor

playing with .NET Core Razor

Primary LanguageC#MIT LicenseMIT

ASP .NET Core MVC with razor

playing with .NET Core MVC and Razor views

  1. Created basic UI for listing of shopping cart (done)
  2. Add EF Core and database migration(done)
  3. Create partial view , view component and custom tag helper for UI (done)
  4. Create routing and navigation(done)
  5. Add new form for placing order (wip)