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