Microsoft.EntityFrameworkCore.DynamicLinq 9.6.5

dotnet add package Microsoft.EntityFrameworkCore.DynamicLinq --version 9.6.5
                    
NuGet\Install-Package Microsoft.EntityFrameworkCore.DynamicLinq -Version 9.6.5
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Microsoft.EntityFrameworkCore.DynamicLinq" Version="9.6.5" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.EntityFrameworkCore.DynamicLinq" Version="9.6.5" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.EntityFrameworkCore.DynamicLinq" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Microsoft.EntityFrameworkCore.DynamicLinq --version 9.6.5
                    
#r "nuget: Microsoft.EntityFrameworkCore.DynamicLinq, 9.6.5"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=Microsoft.EntityFrameworkCore.DynamicLinq&version=9.6.5
                    
Install Microsoft.EntityFrameworkCore.DynamicLinq as a Cake Addin
#tool nuget:?package=Microsoft.EntityFrameworkCore.DynamicLinq&version=9.6.5
                    
Install Microsoft.EntityFrameworkCore.DynamicLinq as a Cake Tool

System.Linq.Dynamic.Core

This is a .NET Core / Standard port of the Microsoft assembly for the .Net 4.0 Dynamic language functionality.

Overview

With this library it's possible to write Dynamic LINQ queries (string based) on an IQueryable:

var query = db.Customers
    .Where("City == @0 and Orders.Count >= @1", "London", 10)
    .OrderBy("CompanyName")
    .Select("new(CompanyName as Name, Phone)");

Library Powered By

This library is powered by Entity Framework Extensions

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (77)

Showing the top 5 NuGet packages that depend on Microsoft.EntityFrameworkCore.DynamicLinq:

Package Downloads
OO.Data

Data Entity base types and declarations for EasyDataCore infrastructure

EntityFrameworkCore.BootKit

EntityFrameworkCore Boot Kit (EFBK) is a quick start database connecter for using EntityFrameworkCore. Support variety of databases such as Sqlite, MySql, SqlServer, PostgreSql, MongoDb, Amazon Redshift, AWS Aurora and Memory database.

FenixAlliance.ABM.SDK

Application Component for the Alliance Business Suite.

EaCloud.EntityFrameworkCore

EaCloud 数据访问组件,封装 EntityFrameworkCore 数据访问功能的实现。

Buran.Core.MvcLibrary

Package Description

GitHub repositories (4)

Showing the top 4 popular GitHub repositories that depend on Microsoft.EntityFrameworkCore.DynamicLinq:

Repository Stars
alirezanet/Gridify
Easy and optimized way to apply Filtering, Sorting, and Pagination using text-based data.
mixcore/mix.core
🚀 A future-proof enterprise web CMS supporting both headless and decoupled approaches. Build any type of app with customizable APIs on ASP.NET Core/.NET Core. Completely open-source and designed for flexibility.
Deali-Axy/StarBlog
☀StarBlog 是一个基于 .NET Core 开发的现代博客系统,支持 Markdown 文章导入,遵循 RESTful 接口规范。前端基于 Vue + ElementUI 开发,可作为 .NET Core 入门学习项目,同时配套了一系列开发笔记,记录了从零开始构建这个博客系统的全过程,可以帮助学习理解 .Net Core 项目的开发流程。
cloudy-net/Cloudy.NET
☁️ ASP.NET Core app to build backoffices fast
Version Downloads Last updated
9.6.5 1,143 5/28/2025
9.6.4 3,025 5/19/2025
9.6.3 3,149 5/9/2025
9.6.2 5,026 4/24/2025
9.6.0.2 47,343 2/11/2025
9.6.0.1 35,382 1/28/2025
9.6.0 2,779 1/26/2025
9.6.0-preview-03 127 1/25/2025
9.6.0-preview-02 96 1/24/2025
9.6.0-preview-01 103 1/23/2025
9.5.1 60,248 12/12/2024
9.5.0 4,392 12/7/2024
9.4.9 18,126 11/16/2024
8.6.5 559 5/28/2025
8.6.4 871 5/19/2025
8.6.3 1,238 5/9/2025
8.6.2 2,514 4/24/2025
8.6.1 109,607 1/23/2025
8.6.0.2 8,133 2/11/2025
8.6.0.1 1,433 1/28/2025
8.6.0 5,608 1/26/2025
8.6.0-preview-03 101 1/25/2025
8.6.0-preview-02 97 1/24/2025
8.6.0-preview-01 92 1/23/2025
8.5.1 47,755 12/12/2024
8.5.0 3,590 12/7/2024
8.4.9 37,217 11/16/2024
8.4.8 93,742 10/31/2024
8.4.7 30,366 10/26/2024
8.4.6 159,921 10/13/2024
8.4.5 177,859 8/20/2024
8.4.4 119,222 7/30/2024
8.4.3 149,807 7/1/2024
8.4.2 24,109 6/25/2024
8.4.1 34,673 6/21/2024
8.4.0 84,121 5/31/2024
8.3.14 75,536 5/3/2024
8.3.13 17,951 4/25/2024
8.3.12 16,731 4/18/2024
8.3.10 149,834 3/3/2024
8.3.9 9,748 2/29/2024
8.3.9-preview-02 427 2/3/2024
8.3.9-preview-01 655 1/23/2024
8.3.8 90,498 1/20/2024
8.3.7 111,628 11/20/2023
7.6.5 185 5/28/2025
7.6.4 261 5/19/2025
7.6.3 301 5/9/2025
7.6.2 379 4/24/2025
7.6.1 1,018 1/23/2025
7.6.0.2 721 2/11/2025
7.6.0.1 678 1/28/2025
7.6.0 696 1/26/2025
7.6.0-preview-03 102 1/25/2025
7.6.0-preview-02 88 1/24/2025
7.6.0-preview-01 98 1/23/2025
7.5.1 838 12/12/2024
7.5.0 731 12/7/2024
7.4.9 854 11/16/2024
7.4.8 798 10/31/2024
7.4.7 690 10/26/2024
7.4.6 1,075 10/13/2024
7.4.5 11,069 8/20/2024
7.4.4 985 7/30/2024
7.4.3 9,564 7/1/2024
7.4.2 2,111 6/25/2024
7.4.1 890 6/21/2024
7.4.0 6,107 5/31/2024
7.3.14 12,196 5/3/2024
7.3.13 1,302 4/25/2024
7.3.12 1,519 4/18/2024
7.3.11 1,454 4/17/2024
7.3.10 24,828 3/3/2024
7.3.9 3,583 2/29/2024
7.3.9-preview-02 831 2/3/2024
7.3.9-preview-01 442 1/23/2024
7.3.8 22,860 1/20/2024
7.3.7 26,548 11/20/2023
7.3.6 13,061 11/19/2023
7.3.5 212,415 9/21/2023
7.3.4 128,774 8/3/2023
7.3.3 87,089 6/24/2023
7.3.2 393,739 4/1/2023
7.3.1 28,749 3/6/2023
7.3.0 1,942 3/3/2023
7.2.25 81,551 2/5/2023
7.2.24 211,806 12/18/2022
7.2.23 75,207 11/12/2022
6.6.5 141 5/28/2025
6.6.4 261 5/19/2025
6.6.3 121 5/9/2025
6.6.2 216 4/24/2025
6.6.1 1,927 1/23/2025
6.6.0.2 887 2/11/2025
6.6.0.1 180 1/28/2025
6.6.0 589 1/26/2025
6.6.0-preview-03 101 1/25/2025
6.6.0-preview-02 92 1/24/2025
6.6.0-preview-01 98 1/23/2025
6.5.1 16,370 12/12/2024
6.5.0 257 12/7/2024
6.4.9 767 11/16/2024
6.4.8 323 10/31/2024
6.4.7 460 10/26/2024
6.4.6 1,570 10/13/2024
6.4.5 2,284 8/20/2024
6.4.4 1,042 7/30/2024
6.4.3 1,479 7/1/2024
6.4.2 327 6/25/2024
6.4.1 2,374 6/21/2024
6.4.0 1,896 5/31/2024
6.3.14 2,746 5/3/2024
6.3.13 9,408 4/25/2024
6.3.12 317 4/18/2024
6.3.11 252 4/17/2024
6.3.10 10,228 3/3/2024
6.3.9 2,376 2/29/2024
6.3.9-preview-02 539 2/3/2024
6.3.9-preview-01 305 1/23/2024
6.3.8 40,489 1/20/2024
6.3.7 39,552 11/20/2023
6.3.6 1,644 11/19/2023
6.3.5 447,402 9/21/2023
6.3.4 47,779 8/3/2023
6.3.3 38,127 6/24/2023
6.3.2 142,056 4/1/2023
6.3.1 39,746 3/6/2023
6.3.0 18,846 3/3/2023
6.2.25 53,647 2/5/2023
6.2.24 71,191 12/18/2022
6.2.23 78,538 11/12/2022
6.2.22 48,087 11/6/2022
6.2.21 46,646 10/28/2022
6.2.20 392,784 9/3/2022
6.2.20-preview-01 676 9/3/2022
6.2.19 336,374 6/26/2022
6.2.18 662,476 3/7/2022
6.2.17 66,494 2/21/2022
6.2.16 4,087 2/19/2022
6.2.15 176,456 12/17/2021
6.2.14 270,074 11/9/2021
6.2.13-preview.4.21253.1 1,375 10/9/2021
6.2.12-preview.4.21253.1 944 7/31/2021
6.2.11-preview.4.21253.1 262 7/19/2021
6.0.0-preview.4.21253.1 475 5/31/2021
6.0.0-preview.3.21201.2 291 5/9/2021
5.6.5 138 5/28/2025
5.6.4 141 5/19/2025
5.6.3 88 5/9/2025
5.6.2 167 4/24/2025
5.6.1 230 1/23/2025
5.6.0.2 140 2/11/2025
5.6.0.1 113 1/28/2025
5.6.0 124 1/26/2025
5.6.0-preview-03 103 1/25/2025
5.6.0-preview-02 87 1/24/2025
5.6.0-preview-01 100 1/23/2025
5.5.1 425 12/12/2024
5.5.0 138 12/7/2024
5.4.9 131 11/16/2024
5.4.8 127 10/31/2024
5.4.7 124 10/26/2024
5.4.6 153 10/13/2024
5.4.5 276 8/20/2024
5.4.4 279 7/30/2024
5.4.3 260 7/1/2024
5.4.2 156 6/25/2024
5.4.1 172 6/21/2024
5.4.0 181 5/31/2024
5.3.14 147 5/3/2024
5.3.13 170 4/25/2024
5.3.12 160 4/18/2024
5.3.11 344 4/17/2024
5.3.10 883 3/3/2024
5.3.9 258 2/29/2024
5.3.9-preview-02 296 2/3/2024
5.3.9-preview-01 315 1/23/2024
5.3.8 396 1/20/2024
5.3.7 2,749 11/20/2023
5.3.6 481 11/19/2023
5.3.5 1,116 9/21/2023
5.3.4 1,046 8/3/2023
5.3.3 2,401 6/24/2023
5.3.2 32,997 4/1/2023
5.3.1 834 3/6/2023
5.3.0 895 3/3/2023
5.2.25 946 2/5/2023
5.2.24 10,202 12/18/2022
5.2.23 3,265 11/12/2022
5.2.22 5,241 11/6/2022
5.2.21 949 10/28/2022
5.2.20 29,100 9/3/2022
5.2.20-preview-01 691 9/3/2022
5.2.19 30,730 6/26/2022
5.2.18 19,053 3/7/2022
5.2.17 4,798 2/21/2022
5.2.16 2,264 2/19/2022
5.2.15 134,417 12/17/2021
5.2.14 17,446 11/9/2021
5.2.13 164,730 10/9/2021
5.2.12 197,551 7/31/2021
5.2.11 77,961 7/19/2021
5.2.10 335,383 5/31/2021
5.2.9 189,148 3/26/2021
5.2.8 278,802 2/13/2021
5.2.7 80,357 12/26/2020
5.2.7-preview-03 998 12/26/2020
5.2.7-preview-01 985 12/26/2020
3.6.5 152 5/28/2025
3.6.4 148 5/19/2025
3.6.3 93 5/9/2025
3.6.2 167 4/24/2025
3.6.1 181 1/23/2025
3.6.0.2 145 2/11/2025
3.6.0.1 117 1/28/2025
3.6.0 131 1/26/2025
3.6.0-preview-03 97 1/25/2025
3.6.0-preview-02 88 1/24/2025
3.6.0-preview-01 111 1/23/2025
3.5.1 148 12/12/2024
3.5.0 130 12/7/2024
3.4.9 140 11/16/2024
3.4.8 127 10/31/2024
3.4.7 127 10/26/2024
3.4.6 154 10/13/2024
3.4.5 1,979 8/20/2024
3.4.4 125 7/30/2024
3.4.3 590 7/1/2024
3.4.2 171 6/25/2024
3.4.1 172 6/21/2024
3.4.0 196 5/31/2024
3.3.14 178 5/3/2024
3.3.13 154 4/25/2024
3.3.12 176 4/18/2024
3.3.11 158 4/17/2024
3.3.10 429 3/3/2024
3.3.9 249 2/29/2024
3.3.9-preview-02 276 2/3/2024
3.3.9-preview-01 331 1/23/2024
3.3.8 383 1/20/2024
3.3.7 8,865 11/20/2023
3.3.6 483 11/19/2023
3.3.5 2,930 9/21/2023
3.3.4 1,671 8/3/2023
3.3.3 8,727 6/24/2023
3.3.2 2,863 4/1/2023
3.3.1 1,217 3/6/2023
3.3.0 805 3/3/2023
3.2.25 1,517 2/5/2023
3.2.24 18,141 12/18/2022
3.2.23 1,609 11/12/2022
3.2.22 1,001 11/6/2022
3.2.21 1,029 10/28/2022
3.2.20 22,467 9/3/2022
3.2.20-preview-01 640 9/3/2022
3.2.19 48,153 6/26/2022
3.2.18 25,067 3/7/2022
3.2.17 1,248 2/21/2022
3.2.16 1,073 2/19/2022
3.2.15 25,678 12/17/2021
3.2.14 17,755 11/9/2021
3.2.13 2,528 10/9/2021
3.2.12 22,805 7/31/2021
3.2.11 4,787 7/19/2021
3.2.10 39,883 5/31/2021
3.2.9 22,123 3/26/2021
3.2.8 20,184 2/13/2021
3.2.7 73,680 12/26/2020
3.2.7-preview-03 990 12/26/2020
3.2.7-preview-02 1,008 12/26/2020
3.2.7-preview-01 1,007 12/26/2020
3.2.6 134,078 11/25/2020
3.2.6-preview-01 903 11/25/2020
3.2.5 193,923 10/24/2020
3.2.4 8,156 10/19/2020
3.2.3 12,091 10/11/2020
3.2.2 82,225 8/19/2020
3.2.1 10,662 8/8/2020
3.2.0 26,502 7/27/2020
2.6.5 139 5/28/2025
2.6.4 139 5/19/2025
2.6.3 89 5/9/2025
2.6.2 173 4/24/2025
2.6.1 123 1/23/2025
2.6.0.2 129 2/11/2025
2.6.0.1 114 1/28/2025
2.6.0 125 1/26/2025
2.6.0-preview-03 100 1/25/2025
2.6.0-preview-02 89 1/24/2025
2.6.0-preview-01 101 1/23/2025
2.5.1 149 12/12/2024
2.5.0 136 12/7/2024
2.4.9 133 11/16/2024
2.4.8 133 10/31/2024
2.4.7 134 10/26/2024
2.4.6 147 10/13/2024
2.4.5 167 8/20/2024
2.4.4 123 7/30/2024
2.4.3 158 7/1/2024
2.4.2 152 6/25/2024
2.4.1 155 6/21/2024
2.4.0 143 5/31/2024
2.3.14 157 5/3/2024
2.3.13 185 4/25/2024
2.3.12 159 4/18/2024
2.3.11 144 4/17/2024
2.3.10 244 3/3/2024
2.3.9 258 2/29/2024
2.3.9-preview-02 296 2/3/2024
2.3.9-preview-01 304 1/23/2024
2.3.8 342 1/20/2024
2.3.7 499 11/20/2023
2.3.6 469 11/19/2023
2.3.5 542 9/21/2023
2.3.4 685 8/3/2023
2.3.3 684 6/24/2023
2.3.2 789 4/1/2023
2.3.1 748 3/6/2023
2.3.0 789 3/3/2023
2.2.25 828 2/5/2023
2.2.24 824 12/18/2022
2.2.23 853 11/12/2022
2.2.22 903 11/6/2022
2.2.21 908 10/28/2022
2.2.20 960 9/3/2022
2.2.20-preview-01 621 9/3/2022
2.2.19 1,016 6/26/2022
2.2.18 1,193 3/7/2022
2.2.17 1,015 2/21/2022
2.2.16 1,059 2/19/2022
2.2.15 965 12/17/2021
2.2.14 936 11/9/2021
2.2.13 991 10/9/2021
2.2.12 1,283 7/31/2021
2.2.11 1,811 7/19/2021
2.2.10 1,556 5/31/2021
2.2.9 7,310 3/26/2021
2.2.8 1,894 2/13/2021
2.2.7 1,261 12/26/2020
2.2.7-preview-03 991 12/26/2020
2.2.7-preview-02 972 12/26/2020
2.2.7-preview-01 1,011 12/26/2020
2.2.6 12,847 11/25/2020
2.2.6-preview-01 832 11/25/2020
2.2.5 4,067 10/24/2020
2.2.4 2,824 10/19/2020
2.2.3 1,195 10/11/2020
2.2.2 22,435 8/19/2020
2.2.1 8,211 8/8/2020
2.2.0 64,821 7/27/2020
1.1.8 20,334 7/12/2020
1.1.7 5,367 7/6/2020
1.1.6 2,793 7/5/2020
1.1.5 42,284 6/15/2020
1.1.4 1,253 6/15/2020
1.1.3 1,244 6/15/2020
1.1.2 21,851 5/31/2020
1.1.1 27,774 5/14/2020
1.1.0 23,843 4/25/2020
1.0.24 13,035 4/16/2020
1.0.23 215,050 3/26/2020
1.0.22 6,244 3/18/2020
1.0.21 36,319 2/29/2020
1.0.20 137,288 1/11/2020
1.0.19 115,041 8/29/2019
1.0.18 83,234 7/2/2019
1.0.17 42,987 6/14/2019
1.0.16 4,595 6/6/2019
1.0.15 5,873 5/20/2019
1.0.14 5,079 5/14/2019
1.0.13 14,966 5/3/2019
1.0.12 70,081 3/26/2019
1.0.11 14,090 2/28/2019
1.0.10 32,073 2/5/2019
1.0.9.2 589,250 1/10/2019
1.0.9.1 1,673 1/7/2019
1.0.9 36,152 10/19/2018
1.0.8.18 82,276 9/4/2018
1.0.8.17 11,796 8/27/2018
1.0.8.16 18,728 8/19/2018
1.0.8.15 1,792 8/17/2018
1.0.8.13 6,363 8/2/2018
1.0.8.12 5,145 7/27/2018
1.0.8.11 38,212 6/6/2018
1.0.8.10 2,514 6/5/2018
1.0.8.9 7,123 5/26/2018
1.0.8.8 2,075 5/21/2018
1.0.8.7 3,368 5/9/2018
1.0.8.6 2,735 4/28/2018
1.0.8.5 2,324 4/27/2018
1.0.8.4 2,102 4/25/2018
1.0.8.3 3,843 3/30/2018
1.0.8.2 56,819 1/9/2018
1.0.8.1 5,560 1/5/2018
1.0.8 20,999 12/16/2017
1.0.4.8 16,709 11/1/2017
1.0.4.7 4,584 9/12/2017
1.0.4.6 6,344 7/8/2017
1.0.4.5 2,078 6/28/2017
1.0.4.4 1,909 6/27/2017
1.0.4.3 2,221 6/1/2017
1.0.4.2 1,869 6/1/2017
1.0.4.1 1,896 5/31/2017
1.0.4 2,538 5/17/2017
1.0.3.6 3,419 4/8/2017
1.0.3.5 2,357 3/30/2017
1.0.3.4 2,283 3/25/2017
1.0.3.3 6,074 11/16/2016
1.0.3.2 2,294 10/31/2016
1.0.3.1 2,163 10/30/2016
1.0.3 2,048 10/22/2016
1.0.1 3,251 6/27/2016
1.0.0 9,993 6/8/2016

Bugfixes and new Features. For details see CHANGELOG.md