frankcollins3 / ASPIZZA

microsoft learning module
1 stars 0 forks source link

very basic ASP.net/razor/SQLite with vanilla JS front end [9:10am] #16

Open frankcollins3 opened 1 year ago

frankcollins3 commented 1 year ago

attempting to do: solved[x]

this code utilizes this model: @model ContosoPizza.Pages.PizzaListModel @foreach (var pizza in Model.PizzaList)

and depends on this in the Program.cs/Startup.cs file: builder.Services.AddScoped();

Screen Shot 2023-09-16 at 9 06 25 PM