From 9596653911782ec4d2bd4f28f6c331a8cfe49bec Mon Sep 17 00:00:00 2001 From: Anas Ismail Khan Date: Sun, 23 Nov 2025 21:49:39 +0500 Subject: [PATCH 1/2] Add EFCore.Kusto below EFCore.Snowflake --- entity-framework/core/providers/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/entity-framework/core/providers/index.md b/entity-framework/core/providers/index.md index 466ea1079e..5bf2f417e7 100644 --- a/entity-framework/core/providers/index.md +++ b/entity-framework/core/providers/index.md @@ -62,6 +62,7 @@ Entity Framework Core can access many different databases through plug-in librar | [EntityFrameworkCore.SqlServerCompact40](https://www.nuget.org/packages/EntityFrameworkCore.SqlServerCompact40) | SQL Server Compact 4.0 | [Erik Ejlskov Jensen](https://github.com/ErikEJ/) | .NET Framework | 2 | [wiki](https://github.com/ErikEJ/EntityFramework.SqlServerCompact/wiki/Using-EF-Core-with-SQL-Server-Compact-in-Traditional-.NET-Applications) | | [EntityFrameworkCore.OpenEdge](https://www.nuget.org/packages/EntityFrameworkCore.OpenEdge/) | Progress OpenEdge | [Alex Wiese](https://github.com/alexwiese) | | 2 | [readme](https://github.com/alexwiese/EntityFrameworkCore.OpenEdge/blob/master/README.md) | | [EFCore.Snowflake](https://www.nuget.org/packages/EFCore.Snowflake/) | Snowflake | [Krzysztof Sielaff](https://github.com/Sielnix) | | 8 | [readme](https://github.com/Sielnix/EFCore.Snowflake/blob/main/README.md) | +| [EFCore.Kusto](https://www.nuget.org/packages/EFCore.Kusto/) | Kusto | [Anas Ismail Khan](https://github.com/anasik) | | 8 | [readme](https://github.com/anasik/EFCore.Kusto/blob/main/README.md) | ## Adding a database provider to your application From ec9d2f30abf3556148402db010c49f847fa5c7b6 Mon Sep 17 00:00:00 2001 From: Anas Ismail Khan Date: Sun, 23 Nov 2025 21:51:35 +0500 Subject: [PATCH 2/2] ADX --- entity-framework/core/providers/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entity-framework/core/providers/index.md b/entity-framework/core/providers/index.md index 5bf2f417e7..57aba33d17 100644 --- a/entity-framework/core/providers/index.md +++ b/entity-framework/core/providers/index.md @@ -62,7 +62,7 @@ Entity Framework Core can access many different databases through plug-in librar | [EntityFrameworkCore.SqlServerCompact40](https://www.nuget.org/packages/EntityFrameworkCore.SqlServerCompact40) | SQL Server Compact 4.0 | [Erik Ejlskov Jensen](https://github.com/ErikEJ/) | .NET Framework | 2 | [wiki](https://github.com/ErikEJ/EntityFramework.SqlServerCompact/wiki/Using-EF-Core-with-SQL-Server-Compact-in-Traditional-.NET-Applications) | | [EntityFrameworkCore.OpenEdge](https://www.nuget.org/packages/EntityFrameworkCore.OpenEdge/) | Progress OpenEdge | [Alex Wiese](https://github.com/alexwiese) | | 2 | [readme](https://github.com/alexwiese/EntityFrameworkCore.OpenEdge/blob/master/README.md) | | [EFCore.Snowflake](https://www.nuget.org/packages/EFCore.Snowflake/) | Snowflake | [Krzysztof Sielaff](https://github.com/Sielnix) | | 8 | [readme](https://github.com/Sielnix/EFCore.Snowflake/blob/main/README.md) | -| [EFCore.Kusto](https://www.nuget.org/packages/EFCore.Kusto/) | Kusto | [Anas Ismail Khan](https://github.com/anasik) | | 8 | [readme](https://github.com/anasik/EFCore.Kusto/blob/main/README.md) | +| [EFCore.Kusto](https://www.nuget.org/packages/EFCore.Kusto/) | Azure Data Explorer (Kusto) | [Anas Ismail Khan](https://github.com/anasik) | | 8 | [readme](https://github.com/anasik/EFCore.Kusto/blob/main/README.md) | ## Adding a database provider to your application