Log In

Practical ASP.NET

  • We need you to build an online store
  • Prototype the frontend
  • Hook it up to the backend
  • Making it real (add a database)
  • Time to implement the shopping cart
  • Viewing your cart and checking out
    • Requirement - View your cart
    • View cart (frontend)
    • Practice Feature - Hide the cart table if no items in cart
    • Requirement - View cart (backend)
    • View cart (backend) - one solution
    • Requirement - Remove items from the cart
    • Remove item from cart (frontend)
    • Core Concept - Passing event callbacks in React
    • Requirement - Remove items from the cart (backend)
    • Remove item from cart (backend routing)
  • Checkout
  • Time to let our users log in

Viewing your cart and checking out

In this module...

Requirement - View your cart
View cart (frontend)
Practice Feature - Hide the cart table if no items in cart
Requirement - View cart (backend)
View cart (backend) - one solution
Requirement - Remove items from the cart
Remove item from cart (frontend)
Core Concept - Passing event callbacks in React
Requirement - Remove items from the cart (backend)
Remove item from cart (backend routing)