From 4d42ec8218aca5014dcd89db480dfe76453f477c Mon Sep 17 00:00:00 2001 From: Anar Ahmadov <42405306+anarahmadov@users.noreply.github.com> Date: Tue, 25 Aug 2026 00:42:56 +0400 Subject: [PATCH 1/2] Add LINQKit section to extensions documentation Added a section about LINQKit, detailing its features and links to the GitHub repository and NuGet. --- entity-framework/core/extensions/index.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/entity-framework/core/extensions/index.md b/entity-framework/core/extensions/index.md index 63a6c3bbbb..fd620874b6 100644 --- a/entity-framework/core/extensions/index.md +++ b/entity-framework/core/extensions/index.md @@ -39,6 +39,17 @@ Entity Developer is a powerful O/RM designer for ADO.NET Entity Framework, NHibe [Website](https://www.devart.com/entitydeveloper/) +### LINQKit + +LINQKit is a free set of extensions for LINQ to SQL and Entity Framework power users. It comprises the following: + +An extensible implementation of AsExpandable() +A public expression visitor base class (ExpressionVisitor) +PredicateBuilder +Linq.Expr and Linq.Func shortcut methods + +[GitHub repository](https://github.com/scottksmith95/LINQKit) | [NuGet](https://www.nuget.org/packages/linqkit) + ### DevMagic EF Core Sidekick EF Core Sidekick is a Visual Studio extension that enhances the power of auto code generation in Visual Studio. It provides a set of tools and templates for generating EF Core entities and derived DbContext from existing database, and then generating services and REST APIs from the entities. For EF Core: 6-9. From 7a4703d366e412c9e518ad1501a60010e8e44f08 Mon Sep 17 00:00:00 2001 From: Anar Ahmadov <42405306+anarahmadov@users.noreply.github.com> Date: Thu, 27 Aug 2026 01:04:23 +0400 Subject: [PATCH 2/2] Refactor LINQKit section for clarity and versioning Added LINQKit features as bulletpoint in LINQKit section and version info for EF Core. --- entity-framework/core/extensions/index.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/entity-framework/core/extensions/index.md b/entity-framework/core/extensions/index.md index fd620874b6..4a9c7991f2 100644 --- a/entity-framework/core/extensions/index.md +++ b/entity-framework/core/extensions/index.md @@ -43,11 +43,13 @@ Entity Developer is a powerful O/RM designer for ADO.NET Entity Framework, NHibe LINQKit is a free set of extensions for LINQ to SQL and Entity Framework power users. It comprises the following: -An extensible implementation of AsExpandable() -A public expression visitor base class (ExpressionVisitor) -PredicateBuilder -Linq.Expr and Linq.Func shortcut methods +- An extensible implementation of AsExpandable() +- A public expression visitor base class (ExpressionVisitor) +- PredicateBuilder +- Linq.Expr and Linq.Func shortcut methods +For EF Core: 2-9. + [GitHub repository](https://github.com/scottksmith95/LINQKit) | [NuGet](https://www.nuget.org/packages/linqkit) ### DevMagic EF Core Sidekick