Select theme:

Material 3

Applicationslink

Radzen Blazor Studio helps you build Blazor applications quickly and visually.
Here’s how to create a new one or open an existing project.

Create a new applicationlink

Radzen Blazor Studio can create Blazor Web applications that target .NET 8 or .NET 9.
If you plan to build apps for .NET 8, make sure the .NET 8 SDK is also installed.

All generated applications use the Radzen.Blazor component library.

Stepslink

  1. Click the “+” button in the bottom-left corner of Radzen Blazor Studio.
    This opens the New Application wizard.
  2. Enter a name for your application.
    The name sets both the solution filename and the root namespace.
  3. Choose a rendering mode.
    Supported modes include Server, WebAssembly, and Auto.
    Interactivity is enabled globally.
  4. Pick a directory where the application will be created.
  5. Click Finish.
  6. Once created, run the application to open it in your browser.

image

Note
If you prefer to create a clean Blazor app without third-party components, you can use the .NET CLI instead:
dotnet new blazor

Open an existing applicationlink

To open an existing Blazor project:

  1. Click the Open button in the bottom-left corner.
  2. Select the .sln or .csproj file for your application.

Radzen Blazor Studio will load the project so you can start editing right away.

image

© 2016-2025 Radzen Ltd. All Rights Reserved.
Designed and developed with ❤️ in Radzen Blazor Studio.

Select theme:

Material 3