Applications

Radzen Blazor Studio is all about developing Blazor applications fast. So let’s get to it!

Create new application

To create a new application click the ‘+’ button in the bottom left corner of Radzen Blazor Studio. It starts the New application wizard.

Radzen Blazor Studio can create Blazor Web (.NET 8), Blazor Server and Blazor WebAssembly (.NET 6/7) applications (you need to install the .NET 6 or .NET 7 SDK if want to use the latter). All application templates use the Radzen.Blazor component library.

  1. Pick an application template. We recommend using the Blazor Web template for new applications.
  2. Enter a name for your application. The name specifies the solution filename and root namespace.
  3. Pick a rendering mode. The Blazor Web application template supports all interactive rendering modes (Server, WebAssembly and Auto) and has interactivity enabled by default.
  4. Choose a directory where the application will exist.
  5. Click Finish.
  6. Run the application to see the final result in your browser.

Note If you want to create a vanilla application (without third party components) use the dotnet CLI e.g. dotnet new blazor

Open existing application

To open a new application click the Open button in the bottom right corner and pick the .sln or .csproj file of your application.