Setting up a Blazor Server App - Blazor Tutorial in Visual Studio 2019 | RecipeManager Part 2

preview_player
Показать описание
In this Blazor tutorial we’ll create a Recipe Manager application in Blazor Server in Visual Stuio 2019. We will set up the Recipe Service and interface in .NET Core. We’ll learn how to mock a list of recipes and display it on the UI.

0:00 Intro
2:17 Project cleanup
4:50 Add a new Razor Component
6:27 Add a basic Bootstrap table
11:30 Add the Recipes Service and interface
18:55 Mock a recipe list from service
22:38 Access the mock list on initialized
24:58 Show the recipes within the table

If you enjoyed this tutorial, please hit like consider subscribing for more content like this.

Credits:
Рекомендации по теме
Комментарии
Автор

How can youtube not promote a great channel like this?... I had to really dig to find this.
Great work Julian!

GuildOfCalamity
Автор

Very good buddy, learning a lot from you, keep it up, you deserve more subs 😊👍👏😊

EpTechie
Автор

Nice job showing a concise end to end flow. Nary a try/catch in sight though :-)

allthecommonsense
Автор

Hey Julian, quick question:
Any reason you created the recipe razor page and services folder under the project and not under the DataAccess library?

EpTechie