Run with Visual Studio (Blazor)
This help article describes how to run Radzen application from Visual Studio.
Visual Studio
To run Radzen application from Visual Studio:
1. Open Visual Studio solution from the application root folder
2. Run selected project.
Visual Studio Code
To run Radzen application from Visual Studio Code:
1. Open application root foldder with Visual Studio Code
2. Go to Debug configuration
3. Add .NET Core
4. Execute “.NET Core Launch (web)”
Command Prompt
To run Radzen application from Command Prompt go to server folder and execute dotnet run