Overview of Blazor extension for Visual Studio

16 Jul 20261 minute to read

The Syncfusion® Blazor extension for Visual Studio streamlines working with Syncfusion® Blazor components by configuring the required Syncfusion® NuGet packages and themes. A single extension supports both Visual Studio 2022 and 2026.

Download the Visual Studio 2022 / Visual Studio 2026 extension

Prerequisites

  • Visual Studio 2022 or Visual Studio 2026 (Community, Professional, or Enterprise)
  • .NET 8.0, .NET 9.0, or .NET 10.0 SDK
  • An active internet connection for installing the extension and downloading NuGet packages

Add-in summary

The Syncfusion® Blazor extension provides the following add-ins in Visual Studio:

  • Project template: Creates Syncfusion® Blazor applications preconfigured with the required NuGet packages, themes, namespaces, and sample render code.
  • Code generator: Inserts Syncfusion® Blazor component markup into a Razor file at the cursor location and adds any required package and style references.
  • Convert project: Converts an existing Blazor application to a Syncfusion® Blazor application by adding the required Syncfusion® NuGet packages and theme.
  • Upgrade project: Upgrades an existing Syncfusion® Blazor application from one Essential Studio® version to another.
  • Scaffolding: Adds data-driven pages and services wired to your project’s data model and Syncfusion® Blazor components.

See also