Skip to content

Commit 6c95deb

Browse files
committed
Cleared CI error
1 parent fc70f08 commit 6c95deb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
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.

blazor/getting-started/blazor-single-nuget.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Getting started with Syncfusion.Blazor Single NuGet in Visual Studio
4-
description: Check out the documentation for getting started with Syncfusion.Blazor Single NuGet in Syncfusion Blazor Web App and and explore here to more details.
4+
description: Check out the documentation for getting started with Syncfusion.Blazor Single NuGet in Syncfusion Blazor Application and and explore here to more details.
55
platform: Blazor
66
component: Common
77
documentation: ug

blazor/smart-ai-solutions/ai-samples/kanban/sentiment-analysis.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ The Kanban sentiment analysis interface starts with a Progress Button labeled **
240240
- **Kanban Board:** Displays pizza orders grouped by Category (Menu, Order, Ready to Serve, Delivered). Each card shows pizza details and later displays sentiment emoji for delivered items.
241241

242242
{% tabs %}
243-
{% highlight %}
243+
{% highlight razor %}
244244

245245
<SfProgressButton Content="@Content" OnClick="@GetScore" EnableProgress="false">
246246
<ProgressButtonEvents OnBegin="Begin" OnEnd="End"></ProgressButtonEvents>
@@ -424,7 +424,7 @@ Once the AI response is processed and `ShowScore` is set to `true`, the Kanban b
424424
This is handled in the Kanban card template using conditional rendering:
425425

426426
{% tabs %}
427-
{% highlight %}
427+
{% highlight razor %}
428428

429429
if (card.Category == "Delivered" || card.Category == "Served")
430430
{

0 commit comments

Comments
 (0)