From the course: Blazor: Getting Started

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Blazor Beam project setup

Blazor Beam project setup - Blazor Tutorial

From the course: Blazor: Getting Started

Start my 1-month free trial

Blazor Beam project setup

- [Instructor] Let's get the application that we're going to use for the course set up and have a quick look at it. I've cloned the project from GitHub to my Home folder and opened that folder in VS Code. I'm going to be using VS Code for the duration of the course, but you do have a choice of IDEs. Since Blazor is platform agnostic, I wanted to use an IDE solution that is available on Mac, Linux and Windows. Full Visual Studio on Windows, in Visual Studio on Mac, have support for Blazor. The Beam application is set up to use a SQL Server data store. The server for this application is using Entity Framework Core, and we need to set up the database. Don't worry if you don't have a lot of experience with SQL Server. Since this isn't a course on SQL Server or Entity Framework, we'll move through it quickly. I'm going to be running a Linux Docker image of SQL Server locally, but you can use another MS SQL Server…

Contents