Skip to content

Commit f510ba4

Browse files
committed
Merge branch 'development' of https://github.com/syncfusion-content/blazor-docs into 930500-UG
2 parents 6eec8de + 478aa56 commit f510ba4

36 files changed

+218
-163
lines changed

blazor/appearance/themes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1049,7 +1049,7 @@ The following example demonstrates how to change a theme dynamically in Blazor a
10491049
* For **Blazor Web App using any interactive render mode (Server, WebAssembly, or Auto)**, the theme is changed based on query string at the **~/Components/App.razor** file
10501050

10511051
{% tabs %}
1052-
{% highlight c# tabtitle=".NET 9 & .NET 8 (~/App.razor)" %}
1052+
{% highlight c# tabtitle=".NET 10, .NET 9 & .NET 8 (~/App.razor)" %}
10531053

10541054
@using Microsoft.AspNetCore.WebUtilities;
10551055
@inject NavigationManager UrlHelper;
@@ -1166,7 +1166,7 @@ The following example demonstrates how to change a theme dynamically in Blazor a
11661166
1. For **Blazor Server application**, the theme is changed based on query string at the **~/Components/App.razor** file.
11671167

11681168
{% tabs %}
1169-
{% highlight c# tabtitle=".NET 9 & .NET 8 (~/App.razor)" %}
1169+
{% highlight c# tabtitle=".NET 10, .NET 9 & .NET 8 (~/App.razor)" %}
11701170

11711171
@page "/"
11721172
@namespace BlazorThemeSwitcher.Pages

blazor/carousel/getting-started-with-web-app.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -249,31 +249,31 @@ N> If an **Interactivity Location** is set to `Global` and the **Render Mode** i
249249
<SfCarousel>
250250
<CarouselItem>
251251
<figure class="img-container">
252-
<img src="https://ej2.syncfusion.com/demos/src/carousel/images/bridge.jpg" alt="Golden Gate Bridge, San Francisco" style="height:100%;width:100%;" />
252+
<img src="https://cdn.syncfusion.com/blazor/images/carousel/bridge.png" alt="Golden Gate Bridge, San Francisco" style="height:100%;width:100%;" />
253253
<figcaption class="img-caption">Golden Gate Bridge, San Francisco</figcaption>
254254
</figure>
255255
</CarouselItem>
256256
<CarouselItem>
257257
<figure class="img-container">
258-
<img src="https://ej2.syncfusion.com/demos/src/carousel/images/trees.jpg" alt="Spring Flower Trees" style="height:100%;width:100%;" />
258+
<img src="https://cdn.syncfusion.com/blazor/images/carousel/trees.png" alt="Spring Flower Trees" style="height:100%;width:100%;" />
259259
<figcaption class="img-caption">Spring Flower Trees</figcaption>
260260
</figure>
261261
</CarouselItem>
262262
<CarouselItem>
263263
<figure class="img-container">
264-
<img src="https://ej2.syncfusion.com/demos/src/carousel/images/waterfall.jpg" alt="Oddadalen Waterfalls, Norway" style="height:100%;width:100%;" />
264+
<img src="https://cdn.syncfusion.com/blazor/images/carousel/waterfall.png" alt="Oddadalen Waterfalls, Norway" style="height:100%;width:100%;" />
265265
<figcaption class="img-caption">Oddadalen Waterfalls, Norway</figcaption>
266266
</figure>
267267
</CarouselItem>
268268
<CarouselItem>
269269
<figure class="img-container">
270-
<img src="https://ej2.syncfusion.com/demos/src/carousel/images/sea.jpg" alt="Anse Source d'Argent, Seychelles" style="height:100%;width:100%;" />
270+
<img src="https://cdn.syncfusion.com/blazor/images/carousel/sea.png" alt="Anse Source d'Argent, Seychelles" style="height:100%;width:100%;" />
271271
<figcaption class="img-caption">Anse Source d'Argent, Seychelles</figcaption>
272272
</figure>
273273
</CarouselItem>
274274
<CarouselItem>
275275
<figure class="img-container">
276-
<img src="https://ej2.syncfusion.com/demos/src/carousel/images/rocks.jpg" alt="Stonehenge, England" style="height:100%;width:100%;" />
276+
<img src="https://cdn.syncfusion.com/blazor/images/carousel/rocks.png" alt="Stonehenge, England" style="height:100%;width:100%;" />
277277
<figcaption class="img-caption">Stonehenge, England</figcaption>
278278
</figure>
279279
</CarouselItem>
@@ -309,7 +309,7 @@ N> If an **Interactivity Location** is set to `Global` and the **Render Mode** i
309309

310310
* Press <kbd>Ctrl</kbd>+<kbd>F5</kbd> (Windows) or <kbd>⌘</kbd>+<kbd>F5</kbd> (macOS) to launch the application. This will render the Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor Carousel component in the default web browser.
311311

312-
{% previewsample "https://blazorplayground.syncfusion.com/embed/BZVTXWhIpyDoMAim?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" backgroundimage "[Blazor Carousel Component.](images/blazor-carousel-getting-started.png)" %}
312+
{% previewsample "https://blazorplayground.syncfusion.com/embed/hthSMMhiVkQbevAP?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" backgroundimage "[Blazor Carousel Component.](images/blazor-carousel-getting-started.png)" %}
313313

314314
N> [View Sample in GitHub](https://github.com/SyncfusionExamples/Blazor-Getting-Started-Examples/tree/main/Carousel).
315315

blazor/carousel/getting-started.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -151,31 +151,31 @@ Add the Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor Carousel compone
151151
<SfCarousel>
152152
<CarouselItem>
153153
<figure class="img-container">
154-
<img src="https://ej2.syncfusion.com/demos/src/carousel/images/bridge.jpg" alt="Golden Gate Bridge, San Francisco" style="height:100%;width:100%;" />
154+
<img src="https://cdn.syncfusion.com/blazor/images/carousel/bridge.png" alt="Golden Gate Bridge, San Francisco" style="height:100%;width:100%;" />
155155
<figcaption class="img-caption">Golden Gate Bridge, San Francisco</figcaption>
156156
</figure>
157157
</CarouselItem>
158158
<CarouselItem>
159159
<figure class="img-container">
160-
<img src="https://ej2.syncfusion.com/demos/src/carousel/images/trees.jpg" alt="Spring Flower Trees" style="height:100%;width:100%;" />
160+
<img src="https://cdn.syncfusion.com/blazor/images/carousel/trees.png" alt="Spring Flower Trees" style="height:100%;width:100%;" />
161161
<figcaption class="img-caption">Spring Flower Trees</figcaption>
162162
</figure>
163163
</CarouselItem>
164164
<CarouselItem>
165165
<figure class="img-container">
166-
<img src="https://ej2.syncfusion.com/demos/src/carousel/images/waterfall.jpg" alt="Oddadalen Waterfalls, Norway" style="height:100%;width:100%;" />
166+
<img src="https://cdn.syncfusion.com/blazor/images/carousel/waterfall.png" alt="Oddadalen Waterfalls, Norway" style="height:100%;width:100%;" />
167167
<figcaption class="img-caption">Oddadalen Waterfalls, Norway</figcaption>
168168
</figure>
169169
</CarouselItem>
170170
<CarouselItem>
171171
<figure class="img-container">
172-
<img src="https://ej2.syncfusion.com/demos/src/carousel/images/sea.jpg" alt="Anse Source d'Argent, Seychelles" style="height:100%;width:100%;" />
172+
<img src="https://cdn.syncfusion.com/blazor/images/carousel/sea.png" alt="Anse Source d'Argent, Seychelles" style="height:100%;width:100%;" />
173173
<figcaption class="img-caption">Anse Source d'Argent, Seychelles</figcaption>
174174
</figure>
175175
</CarouselItem>
176176
<CarouselItem>
177177
<figure class="img-container">
178-
<img src="https://ej2.syncfusion.com/demos/src/carousel/images/rocks.jpg" alt="Stonehenge, England" style="height:100%;width:100%;" />
178+
<img src="https://cdn.syncfusion.com/blazor/images/carousel/rocks.png" alt="Stonehenge, England" style="height:100%;width:100%;" />
179179
<figcaption class="img-caption">Stonehenge, England</figcaption>
180180
</figure>
181181
</CarouselItem>
@@ -206,6 +206,6 @@ Add the Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor Carousel compone
206206
}
207207
</style>
208208
```
209-
{% previewsample "https://blazorplayground.syncfusion.com/embed/BZVTXWhIpyDoMAim?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" backgroundimage "[Blazor Carousel Component.](images/blazor-carousel-getting-started.png)" %}
209+
{% previewsample "https://blazorplayground.syncfusion.com/embed/hthSMMhiVkQbevAP?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" backgroundimage "[Blazor Carousel Component.](images/blazor-carousel-getting-started.png)" %}
210210

211211
N> [View Sample in GitHub](https://github.com/SyncfusionExamples/Blazor-Getting-Started-Examples/tree/main/Carousel).

blazor/common/adding-script-references.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ N> JavaScript interop files are required for features that cannot be implemented
1717

1818
You can refer the Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor scripts using the CDN resources.
1919

20-
* For **.NET 8 and .NET 9** Blazor Web App (any render mode: Server, WebAssembly, or Auto), add scripts in `~/Components/App.razor`.
20+
* For **.NET 8, .NET 9 and .NET 10** Blazor Web App (any render mode: Server, WebAssembly, or Auto), add scripts in `~/Components/App.razor`.
2121
* For a **Blazor WebAssembly (standalone) App**, add scripts in `~/wwwroot/index.html`.
2222

2323
Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor components are available on the CDN per version. Ensure the version in the URLs matches the NuGet package version used in the application.

blazor/common/cdn-fallback.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This section explains how to reference fallback [scripts](https://blazor.syncfus
1313

1414
## Blazor Web App
1515

16-
For **.NET 8 and .NET 9** Blazor Web Apps using any render mode (Server, WebAssembly, or Auto), reference script and stylesheet fallback from [Static Web Assets](https://blazor.syncfusion.com/documentation/common/adding-script-references#static-web-assets) as shown below.
16+
For **.NET 8, .NET 9 and .NET 10** Blazor Web Apps using any render mode (Server, WebAssembly, or Auto), reference script and stylesheet fallback from [Static Web Assets](https://blazor.syncfusion.com/documentation/common/adding-script-references#static-web-assets) as shown below.
1717

1818
### Script fallback
1919

blazor/common/content-security-policy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Include the following directives in the CSP policy for Syncfusion<sup style="fon
2222

2323
These directives should be included in the `<head>` tag of the application's webpage, typically
2424

25-
* For **.NET 8 and .NET 9** Blazor Web Apps using any render mode (Server, WebAssembly, or Auto), inside the `<head>` of the **~/Components/App.razor** file.
25+
* For **.NET 8, .NET 9 and .NET 10** Blazor Web Apps using any render mode (Server, WebAssembly, or Auto), inside the `<head>` of the **~/Components/App.razor** file.
2626

2727
* For **Blazor WebAssembly Standalone App**, inside the `<head>` of the **wwwroot/index.html** file.
2828

blazor/common/custom-resource-generator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ N> When downloading Material or Tailwind themes (alone or with other themes), th
4747

4848
1. Copy and paste the downloaded custom resources into the application's `~/wwwroot` folder.
4949
2. Manually add the custom interop script and styles:
50-
* For **.NET 8 and .NET 9** Blazor Web App (any render mode: Server, WebAssembly, or Auto), reference the custom interop script in `~/Components/App.razor` file.
50+
* For **.NET 8, .NET 9 and .NET 10** Blazor Web App (any render mode: Server, WebAssembly, or Auto), reference the custom interop script in `~/Components/App.razor` file.
5151
* For a **Blazor WebAssembly (standalone) app**, reference the custom interop script in `~/wwwroot/index.html` file.
5252

5353
```html

blazor/common/data-binding/bind-entity-framework.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ component: Common
77
documentation: ug
88
---
99

10-
# Bind Data from SQL Server to Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor Components
10+
# Bind Data from SQL Server to Syncfusion® Blazor Components
1111

1212
In this section, you can learn how to retrieve data from SQL database using [Entity Framework](https://learn.microsoft.com/en-us/ef/core/) to bind it to the Grid component and perform CRUD operations.
1313
Entity Framework is an open-source object-relational mapper (O/RM) from Microsoft. Entity Framework works with many databases. But here, we are going to discuss the step-by-step procedure to create an Entity Framework using the [MS SQL Server](https://en.wikipedia.org/wiki/Microsoft_SQL_Server) database and connect it to the Syncfusion<sup style="font-size:70%">&reg;</sup> component to perform CRUD operations in a Blazor Server Application.
@@ -508,7 +508,7 @@ Themes provide life to components. Syncfusion<sup style="font-size:70%">&reg;</s
508508

509509
In this demo application, the latest theme will be used.
510510

511-
* For **Blazor Web App**, refer stylesheet inside the `<head>` of **~/Components/App.razor** file for .NET 9 and .NET 8.
511+
* For **Blazor Web App**, refer stylesheet inside the `<head>` of **~/Components/App.razor** file for .NET 10, .NET 9 and .NET 8.
512512

513513
* For **Blazor WebAssembly application**, refer stylesheet inside the `<head>` element of **wwwroot/index.html** file.
514514
* For **Blazor Server application**, refer stylesheet inside the `<head>` element of

blazor/common/data-binding/sql-server-data-binding.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ Themes provide life to components. Syncfusion<sup style="font-size:70%">&reg;</s
413413

414414
In this demo application, the latest theme will be used.
415415

416-
* For **.NET 8 and .NET 9** Blazor Web Apps using any render mode (Server, WebAssembly, or Auto), refer stylesheet inside the `<head>` of **~/Components/App.razor** .
416+
* For **.NET 8, .NET 9 and .NET 10** Blazor Web Apps using any render mode (Server, WebAssembly, or Auto), refer stylesheet inside the `<head>` of **~/Components/App.razor** .
417417

418418
* For **Blazor WebAssembly application**, refer stylesheet inside the `<head>` element of **wwwroot/index.html** file.
419419

@@ -456,7 +456,7 @@ If you have set the interactivity location to `Per page/component` in the web ap
456456

457457
## Binding SQL data to the Blazor DataGrid Component
458458

459-
Now, get the SQL data from the SQL server and bind it to the DataGrid component as a datasource by using the Custom adaptor feature. The Custom Adaptor can be created as a [Component](https://blazor.syncfusion.com/documentation/datagrid/custom-binding#custom-adaptor-as-component). Refer the [Grid Custom Binding](https://blazor.syncfusion.com/documentation/datagrid/custom-binding) and [Custom adaptor as component](https://blazor.syncfusion.com/documentation/datagrid/custom-binding#custom-adaptor-as-component) documentation for more details on the Custom adaptor.
459+
Now, get the SQL data from the SQL server and bind it to the DataGrid component as a datasource by using the Custom adaptor feature. The Custom Adaptor can be created as a [Component](https://blazor.syncfusion.com/documentation/datagrid/connecting-to-adaptors/custom-adaptor). Refer the [Grid Custom Binding](https://blazor.syncfusion.com/documentation/datagrid/connecting-to-adaptors/custom-adaptor#data-binding) and [Custom adaptor as component](https://blazor.syncfusion.com/documentation/datagrid/connecting-to-adaptors/custom-adaptor) documentation for more details on the Custom adaptor.
460460

461461
Grid columns can be defined using the [GridColumn](https://blazor.syncfusion.com/documentation/datagrid/columns) component. Create columns using the following code. The properties used and their usage are discussed below.
462462

blazor/common/data-binding/webapi-service-binding.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ To enable the OData query option for Web API, Refer to this [documentation](http
1919

2020
The following software are required:
2121
* Visual Studio 2022
22-
* .NET 7.0 or .NET 8.0 or .NET 9.0
22+
* .NET 7.0 or .NET 8.0 or .NET 9.0 or .NET 10
2323

2424
## Create the database
2525

@@ -218,7 +218,7 @@ namespace WebAPICRUDServerApp
218218
* Now, open **Program.cs** file and add **AddControllers & MapControllers** method as follows.
219219

220220
{% tabs %}
221-
{% highlight c# tabtitle=".NET 9 & .NET 8 (~/Program.cs)" %}
221+
{% highlight c# tabtitle=".NET 10, .NET 9 & .NET 8 (~/Program.cs)" %}
222222

223223
......
224224
builder.Services.AddControllers();
@@ -472,7 +472,7 @@ Themes provide life to components. Syncfusion<sup style="font-size:70%">&reg;</s
472472

473473
In this demo application, the latest theme is used.
474474

475-
* For **Blazor Web App**, refer stylesheet inside the `<head>` of **~/Components/App.razor** file for .NET 9 and .NET 8.
475+
* For **Blazor Web App**, refer stylesheet inside the `<head>` of **~/Components/App.razor** file for .NET 10, .NET 9 and .NET 8.
476476
* For **Blazor WebAssembly application**, refer stylesheet inside the `<head>` element of **wwwroot/index.html** file.
477477
* For **Blazor Server application**, refer stylesheet inside the `<head>` element of
478478
* **~/Pages/_Host.cshtml** file for .NET 7.

0 commit comments

Comments
 (0)