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

preview_player
Показать описание
In this Blazor tutorial we’ll create a Recipe Manager application in Blazor Server in Visual Stuio 2019. We will set up a Blazor Server web application as well as a SQL Server Database created with Entity Framework Core. We’ll learn how to configure Entity Framework in our application as well as creating (and running) our initial migration.

0:00 - Intro
4:17 - Setup a new Blazor Server
5:33 - Add Class Library for DataAccess
9:46 - Files and folders setup
10:49 - Install dependencies (mainly EF Core)
18:00 - Create the Recipe model
21:26 - Create initial migration and run it

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

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

Great video! Very concise and well organized. Appreciate the time and hard work it must take to make these tutorials.

rdagger
Автор

Very nice tutorial, I have just subscribed.

ronaldjohnson
Автор

Your amazing, this channel is amazing, thank you for all the effort you put in 😊

rahmahamza
Автор

Your videos is very useful. Thx from Russia

kukumbersos
Автор

que pasa si no me sale la plantilla Blazor server app? donde la puedo activar ya intente de todo

iscodeland
Автор

For setting up startup.cs, I am getting an error: Compiler Error CS0246. It seems it does not have access to the class we create in the Data project. Any help?

williamfortney
Автор

6:10: Why i have to create a new project for Data Access? Why i can not insert into current project? A bit confusing. Thx in advance!

mikeb
Автор

I'm actually crying out for help :-) I made a Net 6 Blazor Server App, hosted it on IIS on my Win 2022 server. When I access the blazor server app using my phone and the tab in the phone(Safari, iPhone) - goes to sleep or power save mode, it will never connect back to the Blazor Server App. I've tried different javascript hacks, but nothing has worked. The MS Documentation is very vague on this issue, have you solved it Julian? Anyone else?

Lazzerman