Skip to content

Commit 605b490

Browse files
Merge pull request #7137 from syncfusion-content/786407-doc-update
786407: Updated the document
2 parents 0ef620c + a08c666 commit 605b490

File tree

6 files changed

+26
-19
lines changed

6 files changed

+26
-19
lines changed

blazor/common/how-to/version-compatibility.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ The following table shows the supported .NET and .NET Core versions for Syncfusi
1313

1414
| Version | Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor Components Version |
1515
| ------------- | ------------- |
16+
| [.NET 10.0](https://dotnet.microsoft.com/en-us/download/dotnet/10.0) | 31.2.10 and above |
1617
| [.NET 9.0](https://dotnet.microsoft.com/en-us/download/dotnet/9.0) | 27.2.2 and above |
1718
| [.NET 8.0](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) | 23.1.36 and above |
1819
| [.NET 7.0](https://dotnet.microsoft.com/en-us/download/dotnet/7.0) | 20.4.0.38 to 28.2.12 |

blazor/visual-studio-code-integration/create-project.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ Use the following steps to create Syncfusion<sup style="font-size:70%">&reg;</su
2929

3030
| .NET SDK version | Supported Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor Application Type |
3131
| ---------------- | -------------------------------------------- |
32-
| [.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<sup style="font-size:70%">&reg;</sup> Blazor Web App |
33-
| [.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<sup style="font-size:70%">&reg;</sup> Blazor WebAssembly App |
32+
| [.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<sup style="font-size:70%">&reg;</sup> Blazor Web App |
33+
| [.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<sup style="font-size:70%">&reg;</sup> Blazor WebAssembly App |
3434

3535
In the **Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor Web App** application type, the following options are available:
3636

@@ -79,7 +79,7 @@ Use the following steps to create Syncfusion<sup style="font-size:70%">&reg;</su
7979

8080
![FeaturesSection](images/FeaturesSection.png)
8181

82-
6. Select **Next** or the **Configuration** tab to open the Configuration section. 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 App types.
82+
6. Select **Next** or the **Configuration** tab to open the Configuration section. 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 App types.
8383

8484
Depending on the selected Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor application type, the following authentication options are supported:
8585

@@ -150,3 +150,4 @@ The Syncfusion Blazor Calendar, Button, and DataGrid component render code is ad
150150
| `~/Pages/Home.razor or Index.razor` | ![Index page updated with Syncfusion components](images/IndexFileChange.png) |
151151
| `~/Pages/Counter.razor` | ![Counter page updated with Syncfusion components](images/CounterPageChange.png) |
152152
| `~/Pages/FetchData.razor` | ![FetchData page updated with Syncfusion DataGrid](images/FetchDataPageChange.png) |
153+

blazor/visual-studio-code-integration/download-and-installation.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Install the following prerequisites to install the Syncfusion<sup style="font-si
1717

1818
- [Visual Studio Code 1.29.0 or later](https://code.visualstudio.com/download)
1919
- [Visual Studio 2022 ](https://visualstudio.microsoft.com/vs/) or later
20-
- [.NET SDK 8.0 or 9.0](https://dotnet.microsoft.com/en-us/download)
20+
- [.NET SDK 10.0](https://dotnet.microsoft.com/en-us/download)
2121
- [C# extension]((https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csharp)).
2222

2323
## Install through the Visual Studio Code Extensions
@@ -69,4 +69,5 @@ The steps below describe how to install the Syncfusion Blazor extension manually
6969

7070
4. Browse to the downloaded SyncfusionInc.Blazor-VSCode-Extensions.vsix file and complete the installation.
7171

72-
![File selection dialog for SyncfusionInc.Blazor-VSCode-Extensions.vsix](images/DownloadVsix.png)
72+
73+
![File selection dialog for SyncfusionInc.Blazor-VSCode-Extensions.vsix](images/DownloadVsix.png)

blazor/visual-studio-integration/download-and-installation.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,16 @@ documentation: ug
1111

1212
Syncfusion<sup style="font-size:70%">&reg;</sup> 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.
1313

14-
[Download the Visual Studio 2022 extension](https://marketplace.visualstudio.com/items?itemName=SyncfusionInc.BlazorVSExtension)
14+
[Download the Visual Studio 2026 extension](https://marketplace.visualstudio.com/items?itemName=SyncfusionInc.BlazorVSExtension)
1515

1616

1717
## Prerequisites
1818

1919
The following software is required to install the Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor extension and to create projects, add snippets, convert, and upgrade Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor applications.
2020

21-
* [Visual Studio 2022](https://visualstudio.microsoft.com/downloads/).
21+
* [Visual Studio 2026](https://visualstudio.microsoft.com/downloads/).
22+
23+
* [.NET 10.0 SDK](https://dotnet.microsoft.com/en-us/download/dotnet).
2224

2325
* [.NET 9.0 SDK](https://dotnet.microsoft.com/en-us/download/dotnet).
2426

@@ -28,7 +30,7 @@ The following software is required to install the Syncfusion<sup style="font-siz
2830

2931
The following steps describe how to install the Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor extension from **Manage Extensions** in Visual Studio.
3032

31-
1. Open Visual Studio 2022.
33+
1. Open Visual Studio 2026.
3234

3335
2. Navigate to **Extensions -> Manage Extensions** to open the Manage Extensions window.
3436

@@ -56,7 +58,7 @@ The following steps illustrate how to download and install the Syncfusion<sup st
5658

5759
1. Download the Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor extension from the Visual Studio Marketplace.
5860

59-
[Download the Visual Studio 2022 extension](https://marketplace.visualstudio.com/items?itemName=SyncfusionInc.BlazorVSExtension)
61+
[Download the Visual Studio 2026 extension](https://marketplace.visualstudio.com/items?itemName=SyncfusionInc.BlazorVSExtension)
6062

6163
2. Close all Visual Studio instances running, if any.
6264

@@ -68,4 +70,5 @@ The following steps illustrate how to download and install the Syncfusion<sup st
6870

6971
5. After installation completes, open Visual Studio. The Syncfusion<sup style="font-size:70%">&reg;</sup> extensions are available under the **Extensions** menu.
7072

71-
![SyncfusionMenu](images/SyncfusionMenu.png)
73+
74+
![SyncfusionMenu](images/SyncfusionMenu.png)

blazor/visual-studio-integration/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ documentation: ug
99

1010
# Overview of Blazor extension for Visual Studio
1111

12-
The Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor extension for Visual Studio streamlines working with Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor components by configuring the required Syncfusion<sup style="font-size:70%">&reg;</sup> NuGet packages and themes. Separate extensions are available for Visual Studio 2022.
12+
The Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor extension for Visual Studio streamlines working with Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor components by configuring the required Syncfusion<sup style="font-size:70%">&reg;</sup> NuGet packages and themes. Separate extensions are available for Visual Studio 2026.
1313

14-
[Download the Visual Studio 2022 extension](https://marketplace.visualstudio.com/items?itemName=SyncfusionInc.BlazorVSExtension)
14+
[Download the Visual Studio 2026 extension](https://marketplace.visualstudio.com/items?itemName=SyncfusionInc.BlazorVSExtension)
1515

1616
The Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor extension provides the following add-ins in Visual Studio:
1717

blazor/visual-studio-integration/template-studio.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Template Studio for Blazor | Syncfusion
4-
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.
4+
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.
55
platform: Blazor
66
control: Common
77
documentation: ug
@@ -11,13 +11,13 @@ documentation: ug
1111

1212
Syncfusion<sup style="font-size:70%">&reg;</sup> provides the Blazor Template Studio, which creates a Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor application preconfigured with the required Syncfusion<sup style="font-size:70%">&reg;</sup> NuGet packages, namespaces, styles, and component render mode. The Template Studio offers an intuitive project wizard to guide creation of an application with Syncfusion<sup style="font-size:70%">&reg;</sup> components.
1313

14-
The steps below will assist you to create your **Syncfusion Blazor Application** through **Visual Studio 2022**:
14+
The steps below will assist you to create your **Syncfusion Blazor Application** through **Visual Studio 2026**:
1515

16-
> **Note:** The Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor extensions for Visual Studio 2022 are available only for Essential Studio<sup style="font-size:70%">&reg;</sup> versions 20.3.0.56 and earlier.
16+
> **Note:** The Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor extensions for Visual Studio 2026 are available only for Essential Studio<sup style="font-size:70%">&reg;</sup> versions 20.3.0.56 and earlier.
1717
1818
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.
1919

20-
1. Open Visual Studio 2022.
20+
1. Open Visual Studio 2026.
2121

2222
2. To create a Syncfusion® Blazor application, use either one of the following options:
2323

@@ -47,8 +47,8 @@ N> Before use the Syncfusion® Blazor Project Template, check whether the Syncfu
4747

4848
| .NET SDK version | Supported Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor application type |
4949
| ---------------- | -------------------------------------------- |
50-
| [.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<sup style="font-size:70%">&reg;</sup> Blazor Web App |
51-
| [.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<sup style="font-size:70%">&reg;</sup> Blazor WebAssembly App |
50+
| [.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<sup style="font-size:70%">&reg;</sup> Blazor Web App |
51+
| [.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<sup style="font-size:70%">&reg;</sup> Blazor WebAssembly App |
5252

5353

5454
In the **Syncfusion<sup style="font-size:70%">&reg;</sup> 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
9898

9999
6. Click **Next** or select the **Features** tab to review and choose features for the selected controls.
100100

101-
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.
101+
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.
102102

103103
Depending on your Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor Application Type, refer to the table below for supported authentication types.
104104

@@ -402,3 +402,4 @@ Open a command prompt in your project directory and execute the following comman
402402
2. Accept permission request of your application.
403403

404404
![Accept permission](images/microsoftauthentication.png)
405+

0 commit comments

Comments
 (0)