From c550b7caef3cc89bbccd13b512219d0a17f3efbb Mon Sep 17 00:00:00 2001 From: KarthikeyanSF4227 <150327068+KarthikeyanSF4227@users.noreply.github.com> Date: Fri, 14 Nov 2025 10:13:05 +0530 Subject: [PATCH 1/6] 786407: Updated the document --- blazor/common/how-to/version-compatibility.md | 1 + 1 file changed, 1 insertion(+) diff --git a/blazor/common/how-to/version-compatibility.md b/blazor/common/how-to/version-compatibility.md index 26638346bb..255dab8361 100644 --- a/blazor/common/how-to/version-compatibility.md +++ b/blazor/common/how-to/version-compatibility.md @@ -13,6 +13,7 @@ The following table shows the supported .NET and .NET Core versions for Syncfusi | Version | Syncfusion® Blazor Components Version | | ------------- | ------------- | +| [.NET 10.0](https://dotnet.microsoft.com/en-us/download/dotnet/10.0) | 31.2.10 and above | | [.NET 9.0](https://dotnet.microsoft.com/en-us/download/dotnet/9.0) | 27.2.2 and above | | [.NET 8.0](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) | 23.1.36 and above | | [.NET 7.0](https://dotnet.microsoft.com/en-us/download/dotnet/7.0) | 20.4.0.38 to 28.2.12 | From a8509f23b8202f72eb4cf11b191af207934a3298 Mon Sep 17 00:00:00 2001 From: KarthikeyanSF4227 <150327068+KarthikeyanSF4227@users.noreply.github.com> Date: Fri, 14 Nov 2025 21:23:32 +0530 Subject: [PATCH 2/6] 786407: Updated the document --- .../download-and-installation.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/blazor/visual-studio-code-integration/download-and-installation.md b/blazor/visual-studio-code-integration/download-and-installation.md index 14f1be6e17..7d16253e56 100644 --- a/blazor/visual-studio-code-integration/download-and-installation.md +++ b/blazor/visual-studio-code-integration/download-and-installation.md @@ -17,7 +17,7 @@ Install the following prerequisites to install the Syncfusion®® Blazor Application Type | | ---------------- | -------------------------------------------- | - | [.NET 9.0](https://dotnet.microsoft.com/en-us/download/dotnet/9.0), [.NET 8.0](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) | Syncfusion® Blazor Web App | - | [.NET 9.0](https://dotnet.microsoft.com/en-us/download/dotnet/9.0), [.NET 8.0](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) | Syncfusion® Blazor WebAssembly App | + | [.NET 10.0](https://dotnet.microsoft.com/en-us/download/dotnet/10.0), [.NET 9.0](https://dotnet.microsoft.com/en-us/download/dotnet/9.0), [.NET 8.0](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) | Syncfusion® Blazor Web App | + | [.NET 10.0](https://dotnet.microsoft.com/en-us/download/dotnet/10.0), [.NET 9.0](https://dotnet.microsoft.com/en-us/download/dotnet/9.0), [.NET 8.0](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) | Syncfusion® Blazor WebAssembly App | In the **Syncfusion® Blazor Web App** application type, the following options are available: @@ -79,7 +79,7 @@ Use the following steps to create Syncfusion®® Blazor application type, the following authentication options are supported: @@ -150,3 +150,4 @@ The Syncfusion Blazor Calendar, Button, and DataGrid component render code is ad | `~/Pages/Home.razor or Index.razor` | ![Index page updated with Syncfusion components](images/IndexFileChange.png) | | `~/Pages/Counter.razor` | ![Counter page updated with Syncfusion components](images/CounterPageChange.png) | | `~/Pages/FetchData.razor` | ![FetchData page updated with Syncfusion DataGrid](images/FetchDataPageChange.png) | + From a093c548b0424efb3cbe83f1c5db0e0f0bcd1f09 Mon Sep 17 00:00:00 2001 From: KarthikeyanSF4227 <150327068+KarthikeyanSF4227@users.noreply.github.com> Date: Fri, 14 Nov 2025 21:37:13 +0530 Subject: [PATCH 4/6] 786407: Updated the document --- .../download-and-installation.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/blazor/visual-studio-integration/download-and-installation.md b/blazor/visual-studio-integration/download-and-installation.md index 7a93d30099..fab907a4a9 100644 --- a/blazor/visual-studio-integration/download-and-installation.md +++ b/blazor/visual-studio-integration/download-and-installation.md @@ -11,14 +11,16 @@ documentation: ug Syncfusion® publishes the Visual Studio extension in the Visual Studio Marketplace. Install it directly from Visual Studio or download and install it from the Visual Studio Marketplace. -[Download the Visual Studio 2022 extension](https://marketplace.visualstudio.com/items?itemName=SyncfusionInc.BlazorVSExtension) +[Download the Visual Studio 2026 extension](https://marketplace.visualstudio.com/items?itemName=SyncfusionInc.BlazorVSExtension) ## Prerequisites The following software is required to install the Syncfusion® Blazor extension and to create projects, add snippets, convert, and upgrade Syncfusion® Blazor applications. -* [Visual Studio 2022](https://visualstudio.microsoft.com/downloads/). +* [Visual Studio 2026](https://visualstudio.microsoft.com/downloads/). + +* [.NET 10.0 SDK](https://dotnet.microsoft.com/en-us/download/dotnet). * [.NET 9.0 SDK](https://dotnet.microsoft.com/en-us/download/dotnet). @@ -28,7 +30,7 @@ The following software is required to install the Syncfusion® Blazor extension from **Manage Extensions** in Visual Studio. -1. Open Visual Studio 2022. +1. Open Visual Studio 2026. 2. Navigate to **Extensions -> Manage Extensions** to open the Manage Extensions window. @@ -56,7 +58,7 @@ The following steps illustrate how to download and install the Syncfusion® Blazor extension from the Visual Studio Marketplace. - [Download the Visual Studio 2022 extension](https://marketplace.visualstudio.com/items?itemName=SyncfusionInc.BlazorVSExtension) + [Download the Visual Studio 2026 extension](https://marketplace.visualstudio.com/items?itemName=SyncfusionInc.BlazorVSExtension) 2. Close all Visual Studio instances running, if any. @@ -68,4 +70,5 @@ The following steps illustrate how to download and install the Syncfusion® extensions are available under the **Extensions** menu. - ![SyncfusionMenu](images/SyncfusionMenu.png) \ No newline at end of file + + ![SyncfusionMenu](images/SyncfusionMenu.png) From fcd9b7299122aa2697bd54e5a84586133752a5d9 Mon Sep 17 00:00:00 2001 From: KarthikeyanSF4227 <150327068+KarthikeyanSF4227@users.noreply.github.com> Date: Fri, 14 Nov 2025 21:58:16 +0530 Subject: [PATCH 5/6] 786407: Updated the document --- .../visual-studio-integration/template-studio.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/blazor/visual-studio-integration/template-studio.md b/blazor/visual-studio-integration/template-studio.md index 9d2016e64c..ac25e4330a 100644 --- a/blazor/visual-studio-integration/template-studio.md +++ b/blazor/visual-studio-integration/template-studio.md @@ -1,7 +1,7 @@ --- layout: post title: Template Studio for Blazor | Syncfusion -description: Learn here about how to create a Blazor application using Syncfusion Blazor components with the Template Studio in Visual Studio 2022. Explore to more details. +description: Learn here about how to create a Blazor application using Syncfusion Blazor components with the Template Studio in Visual Studio 2026. Explore to more details. platform: Blazor control: Common documentation: ug @@ -11,13 +11,13 @@ documentation: ug Syncfusion® provides the Blazor Template Studio, which creates a Syncfusion® Blazor application preconfigured with the required Syncfusion® NuGet packages, namespaces, styles, and component render mode. The Template Studio offers an intuitive project wizard to guide creation of an application with Syncfusion® components. -The steps below will assist you to create your **Syncfusion Blazor Application** through **Visual Studio 2022**: +The steps below will assist you to create your **Syncfusion Blazor Application** through **Visual Studio 2026**: -> **Note:** The Syncfusion® Blazor extensions for Visual Studio 2019 are available only for Essential Studio® versions 20.3.0.56 and earlier. +> **Note:** The Syncfusion® Blazor extensions for Visual Studio 2026 are available only for Essential Studio® versions 20.3.0.56 and earlier. N> Before use the Syncfusion® Blazor Project Template, check whether the Syncfusion® Blazor Template Studio Extension installed or not in Visual Studio Extension Manager by clicking on the Extensions -> Manage Extensions -> Installed. If it is not installed, follow the steps in the [download and installation](https://blazor.syncfusion.com/documentation/visual-studio-integration/download-and-installation) topic. -1. Open Visual Studio 2022. +1. Open Visual Studio 2026. 2. To create a Syncfusion® Blazor application, use either one of the following options: @@ -47,8 +47,8 @@ N> Before use the Syncfusion® Blazor Project Template, check whether the Syncfu | .NET SDK version | Supported Syncfusion® Blazor application type | | ---------------- | -------------------------------------------- | - | [.NET 9.0](https://dotnet.microsoft.com/en-us/download/dotnet/9.0), [.NET 8.0](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) | Syncfusion® Blazor Web App | - | [.NET 9.0](https://dotnet.microsoft.com/en-us/download/dotnet/9.0), [.NET 8.0](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) | Syncfusion® Blazor WebAssembly App | + | [.NET 10.0](https://dotnet.microsoft.com/en-us/download/dotnet/10.0), [.NET 9.0](https://dotnet.microsoft.com/en-us/download/dotnet/9.0), [.NET 8.0](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) | Syncfusion® Blazor Web App | + | [.NET 10.0](https://dotnet.microsoft.com/en-us/download/dotnet/10.0), [.NET 9.0](https://dotnet.microsoft.com/en-us/download/dotnet/9.0), [.NET 8.0](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) | Syncfusion® Blazor WebAssembly App | In the **Syncfusion® Blazor Web App** application type, you can configure the following options: @@ -98,7 +98,7 @@ N> Before use the Syncfusion® Blazor Project Template, check whether the Syncfu 6. Click **Next** or select the **Features** tab to review and choose features for the selected controls. -7. Click **Next** or select the **Configuration** tab. Configure the target .NET version (.NET 9.0 or .NET 8.0), theme, HTTPS configuration, localization, authentication type, and options specific to Blazor Web App or Blazor WebAssembly Application types. +7. Click **Next** or select the **Configuration** tab. Configure the target .NET version (.NET 10.0, .NET 9.0 or .NET 8.0), theme, HTTPS configuration, localization, authentication type, and options specific to Blazor Web App or Blazor WebAssembly Application types. Depending on your Syncfusion® Blazor Application Type, refer to the table below for supported authentication types. @@ -402,3 +402,4 @@ Open a command prompt in your project directory and execute the following comman 2. Accept permission request of your application. ![Accept permission](images/microsoftauthentication.png) + From 012a819bc7cb95fa34a2798754351f662064206f Mon Sep 17 00:00:00 2001 From: KarthikeyanSF4227 <150327068+KarthikeyanSF4227@users.noreply.github.com> Date: Fri, 14 Nov 2025 22:04:21 +0530 Subject: [PATCH 6/6] 786407: Updated the document --- blazor/visual-studio-integration/overview.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/blazor/visual-studio-integration/overview.md b/blazor/visual-studio-integration/overview.md index 82b645d3f2..d66e2d16e7 100644 --- a/blazor/visual-studio-integration/overview.md +++ b/blazor/visual-studio-integration/overview.md @@ -9,11 +9,9 @@ documentation: ug # Overview of Blazor extension for Visual Studio -The Syncfusion® Blazor extension for Visual Studio streamlines working with Syncfusion® Blazor components by configuring the required Syncfusion® NuGet packages and themes. Separate extensions are available for Visual Studio 2022 and Visual Studio 2019. +The Syncfusion® Blazor extension for Visual Studio streamlines working with Syncfusion® Blazor components by configuring the required Syncfusion® NuGet packages and themes. Separate extensions are available for Visual Studio 2026. -[Download the Visual Studio 2022 extension](https://marketplace.visualstudio.com/items?itemName=SyncfusionInc.BlazorVSExtension) - -[Download the Visual Studio 2019 extension](https://marketplace.visualstudio.com/items?itemName=SyncfusionInc.Blazor-Extension) +[Download the Visual Studio 2026 extension](https://marketplace.visualstudio.com/items?itemName=SyncfusionInc.BlazorVSExtension) The Syncfusion® Blazor extension provides the following add-ins in Visual Studio: