You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-10Lines changed: 13 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Syncfusion® Blazor Component Examples
1
+
# Syncfusion® Blazor Component Examples
2
2
3
3
This repository contains the demos of [Syncfusion Blazor Components](https://www.syncfusion.com/blazor-components). This is the best place to check the controls to get more insight into the usage of APIs.
4
4
@@ -15,39 +15,42 @@ The following topics can help you to use the Syncfusion Blazor Components and ru
* Nodejs Version : [10.24.* or above](https://nodejs.org/download/release/v8.1.0/)
21
21
22
22
## How to run the demo
23
23
24
-
Clone the repository. This repository contains Blazor Server demos(.NET 6 and .NET 8), Blazor WASM demos(.NET 6 and .NET 8), Blazor Web App demos(.NET 8) and Blazor MAUI demos(.NET 8) project and solution files. This repository has Common, Blazor Server Demos, Blazor WASM Demos and Blazor Web App demos folders.
24
+
Clone the repository. This repository contains Blazor Server demos, Blazor WASM demos, Blazor Web App demosand Blazor MAUI demosproject and solution files for .NET 8 and .NET 9. This repository has Common, Blazor Server Demos, Blazor WASM Demos and Blazor Web App demos folders.
25
25
*`Blazor-Server-Demos` folder has solution and project files to run Blazor server demos.
26
26
*`Blazor-WASM-Demos` folder has solution and project files to run Blazor WebAssembly demos.
27
27
*`Blazor-WebApp-Demos` folder has solution and project files to run Blazor Web app(InteractiveMode Auto) demos.
28
28
*`Blazor-MAUI-Demos` folder has project file to run Blazor MAUI demos(Android).
29
-
* The Common folder contains all the common files (i.e., samples, static web assets, resources) which are applicable for Blazor Server demos(.NET 6 and .NET 8), Blazor WASM demos(.NET 6 and .NET 8) and Blazor Web App demos(.NET 8).
29
+
* The Common folder contains all the common files (i.e., samples, static web assets, resources) which are applicable for Blazor Server demos, Blazor WASM demosand Blazor Web App demos.
30
30
31
31
### Run the demo using .NET CLI
32
32
33
33
* Open the command prompt from the demo's directory.
34
34
* Run the demo using the following command.
35
35
36
-
To run .NET 6 Blazor Server Demos project
37
-
> `dotnet run --project Blazor-Server-Demos/Blazor_Server_Demos_NET6.csproj`
38
-
39
36
To run .NET 8 Blazor Server Demos project
40
37
> `dotnet run --project Blazor-Server-Demos/Blazor_Server_Demos_NET8.csproj`
41
38
42
-
To run .NET 6 Blazor WASM Demos project
43
-
> `dotnet run --project Blazor-WASM-Demos/Blazor_WASM_Demos_NET6.csproj`
39
+
To run .NET 9 Blazor Server Demos project
40
+
> `dotnet run --project Blazor-Server-Demos/Blazor_Server_Demos_NET9.csproj`
44
41
45
42
To run .NET 8 Blazor WASM Demos project
46
43
> `dotnet run --project Blazor-WASM-Demos/Blazor_WASM_Demos_NET8.csproj`
47
44
45
+
To run .NET 9 Blazor WASM Demos project
46
+
> `dotnet run --project Blazor-WASM-Demos/Blazor_WASM_Demos_NET9.csproj`
47
+
48
48
To run .NET 8 Blazor WebApp Demos project(InteractiveMode Auto)
49
49
> `dotnet run --project Blazor-WebApp-Demos/Blazor_WebApp_Demos/Blazor_WebApp_Demos.csproj`
50
50
51
+
To run .NET 9 Blazor WebApp Demos project(InteractiveMode Auto)
52
+
> `dotnet run --project Blazor-WebApp-Demos/Blazor_WebApp_Demos/Blazor_WebApp_Demos_NET9.csproj`
53
+
51
54
### Run the demo using Visual Studio
52
55
53
56
* Open the solution file using Visual Studio.
@@ -234,7 +237,7 @@ Clone the repository. This repository contains Blazor Server demos(.NET 6 and .N
234
237
235
238
Syncfusion Blazor Components is available under the Syncfusion Essential Studio program, and can be licensed either under the Syncfusion Community License Program or the Syncfusion commercial license.
236
239
237
-
To be qualified for the Syncfusion Community License Program, you must have gross revenue of less than one (1) million U.S. dollars (USD 1,000,000.00) per year and have less than five (5) developers in your organization, and agree to be bound by Syncfusionâs terms and conditions.
240
+
To be qualified for the Syncfusion Community License Program, you must have gross revenue of less than one (1) million U.S. dollars (USD 1,000,000.00) per year and have less than five (5) developers in your organization, and agree to be bound by Syncfusionâs terms and conditions.
238
241
239
242
Customers who do not qualify for the community license can contact sales@syncfusion.com for commercial licensing options.
0 commit comments