Header add

In this article we will discuss machine setup for Blazor development and Blazor Prerequisites. If you miss our previous article about blazor then please go through Introduction to Blazor

Install .NET Core SDK 3.1 or later

To verify the list of .NET Core SDKs installed in your machine, run the following command from the command line.

dotnet --list-sdks

You can build blazor applications using Visual Studio 2019, Visual Studio Code or the .NET Core CLI.

If you are using Visual Studio, make sure asp.net and web development workload is installed. To verify if you have this workload installed, click on Tools and then select Get Tools and Features.

Blazor Prerequisites
  • C#
  • HTML 
  • CSS
Getting started with Blazor in Visual Studio:

Install the Blazor extension "ASP.NET Core Blazor Language Services extension" to access the Blazor in Visual Studio.







    Summary
In this tutorial we discussed how you setup machine for Blazor development. If have any question related to this topic then give your feedback.

Post a Comment

Previous Post Next Post