Applications

Create new application

Radzen Blazor for Visual Studio can create Blazor Web applications that support .NET 8 or .NET 9. You need to install the .NET 8 SDK too if want to create apps that target it.

All applications use the Radzen.Blazor component library.

  1. To create a new application select File > New Project in Visual Studio. This will open the Create new project dialog.
  2. Find the Radzen Blazor Application template.
  3. Specify project name and location. Click Create. This will start the Radzen Blazor for Visual Studio application wizard.
  4. Pick a rendering mode. All interactive rendering modes are supported - Server, WebAssembly and Auto. Interactivity is enabled globally.
  5. Choose a theme for your application.
  6. Click Finish.

Getting Started

Resources

FAQ