Internet Programming using C# – Guitar Shop website
Description
All the necessary files are attached. Should you miss any, kindly do not hesitate to request.
1. Razor Views (The Quiz is done already)
This learning module has 4 videos that go through the lecture slides to present key concepts of Razor Views including layout, tag helpers, model binding, etc. Watch the videos and work on the quiz that follows.
Razor Code Block and Inline Expression – https://youtu.be/smwGy2mELrA
View Layout and Tag Helpers – https://youtu.be/T5_Ag5sQXh0
Model Binding – https://youtu.be/3y-ueyATy-o
Layout, View Context, Section – https://youtu.be/TYG4PMwdo2Q
2. GuitarShop — An Example .NET Core MVC Application
Watch a series of videos in this module to analyze the book application (GuitarShop) with a focus on Razor views and model binding.
Home Page – https://youtu.be/od_5wWgek6s
Product List Page – https://youtu.be/ViZ4nwGNQPo
Details Page – https://youtu.be/D6qTW6i8POQ
Admin Product List Page – https://youtu.be/nfTRVqigglw
Admin Product Update Page – https://youtu.be/Nv_z3Zb-d2I
Admin Product Add Page – https://youtu.be/gkuagjmvHwA
3. Assignment
Instructions: (Files are in the folder named Assignment)
Follow the instructions in the exercise and submit the screenshot of Product List page that displays all products from “Strings” category with “Strings” on the menu being the active link.