To follow this workshop, it's assumed that you have at least a basic knowledge of C# language and version control with Git.
In order to prepare for the workshop, there are several tools that need to be installed. Follow the links below to prepare your machine.
For this workshop, you will need the following:
- Latest Visual Studio 2019
- Pick up Community version if you don't have a Visual Studio subscription
- In the Visual Studio Installer, install the following workloads:
- ASP.NET and web development
- .NET Core cross-platform development
- Latest .NET Core SDK is installed with Visual Studio 2019 (update your installation if necessary)
- Latest Blazor template installed -
dotnet new -i Microsoft.AspNetCore.Blazor.Templates::3.1.0-preview1.19508.20
- Official git client
- GitHub account
- Postman
If the time allows, we will also explore publish and deployment scenarios. For that, you will also need:
- Docker Desktop
- Docker Hub account
- Latest .NET Core 3.0 SDK
- Visual Studio Code editor
- If you are using Linux or Mac for development.
- If you don't want to install full Visual Studio 2019 on Windows.
- You will also need to install C# for Visual Studio Code extension.
- It's ok to install it side-by-side with VS 2019 - during live workshop, we can demonstrate both
- JetBrains Rider
- BitBucket or another online code repository instead of GitHub
- Any visual tool for git (if you prefer it over command line):
- Integrated git provider + GitHub extension for Visual Studio
- Integrated tool in Visual Studio Code
- GitKraken
- GitHub Desktop
- Sourcetree
- Fork
- JetBrains ReSharper
- Visual Studio Extensions
- Visual Studio Code Extensions
Next: Introduction