Skip to content

Commit 474ec06

Browse files
committed
Connect/C#: Copyediting
1 parent 9119aa4 commit 474ec06

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

docs/connect/csharp/index.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44
(connect-csharp)=
55
# C#
66

7+
:::{div} .float-right .text-right
8+
[![C# Npgsql](https://github.com/crate/cratedb-examples/actions/workflows/lang-csharp-npgsql.yml/badge.svg)](https://github.com/crate/cratedb-examples/actions/workflows/lang-csharp-npgsql.yml)
9+
[![C# EF Core](https://github.com/crate/cratedb-examples/actions/workflows/lang-csharp-efcore.yml/badge.svg)](https://github.com/crate/cratedb-examples/actions/workflows/lang-csharp-efcore.yml)
10+
:::
11+
:::{div} .clearfix
12+
:::
13+
714
:::{div} sd-text-muted
815
Connect to CrateDB from C# .NET applications.
916
:::
@@ -75,7 +82,7 @@ var connString = "Host=testcluster.cratedb.net;Port=5432;Username=admin;Password
7582
:::{card}
7683
:link: https://github.com/crate/cratedb-examples/tree/main/by-language/csharp-npgsql
7784
:link-type: url
78-
{material-outlined}`play_arrow;2em`
85+
{material-regular}`play_arrow;2em`
7986
Connect to CrateDB and CrateDB Cloud using .NET (C#)
8087
+++
8188
Demonstrates a basic example using Npgsql with CrateDB.
@@ -84,15 +91,12 @@ Demonstrates a basic example using Npgsql with CrateDB.
8491
:::{card}
8592
:link: https://github.com/crate/cratedb-examples/tree/main/by-language/csharp-efcore
8693
:link-type: url
87-
{material-outlined}`play_arrow;2em`
94+
{material-regular}`play_arrow;2em`
8895
Connect to CrateDB and CrateDB Cloud using the Npgsql Entity Framework
8996
+++
9097
Demonstrates the Npgsql Entity Framework Core provider for PostgreSQL with CrateDB.
9198
:::
9299

93-
[![C# Npgsql](https://github.com/crate/cratedb-examples/actions/workflows/lang-csharp-npgsql.yml/badge.svg)](https://github.com/crate/cratedb-examples/actions/workflows/lang-csharp-npgsql.yml)
94-
[![C# EF Core](https://github.com/crate/cratedb-examples/actions/workflows/lang-csharp-efcore.yml/badge.svg)](https://github.com/crate/cratedb-examples/actions/workflows/lang-csharp-efcore.yml)
95-
96100
## See also
97101

98102
:::{div}

0 commit comments

Comments
 (0)