Microsoft.EntityFrameworkCore.DynamicLinq 9.6.7

dotnet add package Microsoft.EntityFrameworkCore.DynamicLinq --version 9.6.7
                    
NuGet\Install-Package Microsoft.EntityFrameworkCore.DynamicLinq -Version 9.6.7
                    
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.7" />
                    
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.7" />
                    
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.7
                    
#r "nuget: Microsoft.EntityFrameworkCore.DynamicLinq, 9.6.7"
                    
#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.
#:package Microsoft.EntityFrameworkCore.DynamicLinq@9.6.7
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Microsoft.EntityFrameworkCore.DynamicLinq&version=9.6.7
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.EntityFrameworkCore.DynamicLinq&version=9.6.7
                    
Install 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 (82)

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.7 26,991 7/28/2025
9.6.6 62,079 6/11/2025
9.6.5 8,222 5/28/2025
9.6.4 8,696 5/19/2025
9.6.3 4,405 5/9/2025
9.6.2 14,757 4/24/2025
9.6.0.2 67,309 2/11/2025
9.6.0.1 62,945 1/28/2025
9.6.0 3,440 1/26/2025
9.6.0-preview-03 160 1/25/2025
9.6.0-preview-02 134 1/24/2025
9.6.0-preview-01 137 1/23/2025
9.5.1 76,791 12/12/2024
9.5.0 5,477 12/7/2024
9.4.9 20,446 11/16/2024
8.6.7 9,946 7/28/2025
8.6.6 20,028 6/11/2025
8.6.5 6,428 5/28/2025
8.6.4 2,837 5/19/2025
8.6.3 3,430 5/9/2025
8.6.2 7,281 4/24/2025
8.6.1 248,381 1/23/2025
8.6.0.2 18,426 2/11/2025
8.6.0.1 1,827 1/28/2025
8.6.0 9,319 1/26/2025
8.6.0-preview-03 128 1/25/2025
8.6.0-preview-02 127 1/24/2025
8.6.0-preview-01 124 1/23/2025
8.5.1 65,442 12/12/2024
8.5.0 5,670 12/7/2024
8.4.9 48,681 11/16/2024
8.4.8 107,753 10/31/2024
8.4.7 33,820 10/26/2024
8.4.6 184,392 10/13/2024
8.4.5 225,042 8/20/2024
8.4.4 134,434 7/30/2024
8.4.3 162,983 7/1/2024
8.4.2 27,854 6/25/2024
8.4.1 38,850 6/21/2024
8.4.0 104,896 5/31/2024
8.3.14 86,544 5/3/2024
8.3.13 19,251 4/25/2024
8.3.12 18,016 4/18/2024
8.3.10 162,482 3/3/2024
8.3.9 10,431 2/29/2024
8.3.9-preview-02 466 2/3/2024
8.3.9-preview-01 682 1/23/2024
8.3.8 99,766 1/20/2024
8.3.7 119,505 11/20/2023
7.6.7 253 7/28/2025
7.6.6 960 6/11/2025
7.6.5 609 5/28/2025
7.6.4 653 5/19/2025
7.6.3 809 5/9/2025
7.6.2 552 4/24/2025
7.6.1 1,388 1/23/2025
7.6.0.2 900 2/11/2025
7.6.0.1 850 1/28/2025
7.6.0 862 1/26/2025
7.6.0-preview-03 128 1/25/2025
7.6.0-preview-02 118 1/24/2025
7.6.0-preview-01 128 1/23/2025
7.5.1 1,020 12/12/2024
7.5.0 894 12/7/2024
7.4.9 1,025 11/16/2024
7.4.8 964 10/31/2024
7.4.7 849 10/26/2024
7.4.6 1,234 10/13/2024
7.4.5 18,163 8/20/2024
7.4.4 1,169 7/30/2024
7.4.3 9,852 7/1/2024
7.4.2 2,317 6/25/2024
7.4.1 1,054 6/21/2024
7.4.0 6,427 5/31/2024
7.3.14 13,160 5/3/2024
7.3.13 1,664 4/25/2024
7.3.12 1,755 4/18/2024
7.3.11 1,615 4/17/2024
7.3.10 25,870 3/3/2024
7.3.9 3,770 2/29/2024
7.3.9-preview-02 858 2/3/2024
7.3.9-preview-01 475 1/23/2024
7.3.8 24,695 1/20/2024
7.3.7 27,490 11/20/2023
7.3.6 14,495 11/19/2023
7.3.5 240,534 9/21/2023
7.3.4 132,437 8/3/2023
7.3.3 88,117 6/24/2023
7.3.2 398,259 4/1/2023
7.3.1 29,517 3/6/2023
7.3.0 2,216 3/3/2023
7.2.25 83,349 2/5/2023
7.2.24 214,393 12/18/2022
7.2.23 79,859 11/12/2022
6.6.7 249 7/28/2025
6.6.6 1,077 6/11/2025
6.6.5 325 5/28/2025
6.6.4 461 5/19/2025
6.6.3 285 5/9/2025
6.6.2 376 4/24/2025
6.6.1 2,437 1/23/2025
6.6.0.2 1,518 2/11/2025
6.6.0.1 346 1/28/2025
6.6.0 1,058 1/26/2025
6.6.0-preview-03 132 1/25/2025
6.6.0-preview-02 122 1/24/2025
6.6.0-preview-01 126 1/23/2025
6.5.1 27,823 12/12/2024
6.5.0 458 12/7/2024
6.4.9 1,201 11/16/2024
6.4.8 505 10/31/2024
6.4.7 659 10/26/2024
6.4.6 1,889 10/13/2024
6.4.5 2,610 8/20/2024
6.4.4 1,209 7/30/2024
6.4.3 1,673 7/1/2024
6.4.2 486 6/25/2024
6.4.1 2,541 6/21/2024
6.4.0 2,068 5/31/2024
6.3.14 2,939 5/3/2024
6.3.13 13,236 4/25/2024
6.3.12 476 4/18/2024
6.3.11 422 4/17/2024
6.3.10 11,025 3/3/2024
6.3.9 2,867 2/29/2024
6.3.9-preview-02 572 2/3/2024
6.3.9-preview-01 335 1/23/2024
6.3.8 44,716 1/20/2024
6.3.7 41,765 11/20/2023
6.3.6 1,801 11/19/2023
6.3.5 651,284 9/21/2023
6.3.4 48,214 8/3/2023
6.3.3 40,734 6/24/2023
6.3.2 150,092 4/1/2023
6.3.1 40,233 3/6/2023
6.3.0 20,052 3/3/2023
6.2.25 55,351 2/5/2023
6.2.24 73,307 12/18/2022
6.2.23 79,278 11/12/2022
6.2.22 49,135 11/6/2022
6.2.21 47,366 10/28/2022
6.2.20 399,511 9/3/2022
6.2.20-preview-01 733 9/3/2022
6.2.19 349,631 6/26/2022
6.2.18 670,762 3/7/2022
6.2.17 67,224 2/21/2022
6.2.16 4,203 2/19/2022
6.2.15 181,541 12/17/2021
6.2.14 275,761 11/9/2021
6.2.13-preview.4.21253.1 1,949 10/9/2021
6.2.12-preview.4.21253.1 1,015 7/31/2021
6.2.11-preview.4.21253.1 332 7/19/2021
6.0.0-preview.4.21253.1 537 5/31/2021
6.0.0-preview.3.21201.2 361 5/9/2021
5.6.7 145 7/28/2025
5.6.6 361 6/11/2025
5.6.5 228 5/28/2025
5.6.4 215 5/19/2025
5.6.3 166 5/9/2025
5.6.2 244 4/24/2025
5.6.1 335 1/23/2025
5.6.0.2 210 2/11/2025
5.6.0.1 188 1/28/2025
5.6.0 200 1/26/2025
5.6.0-preview-03 132 1/25/2025
5.6.0-preview-02 128 1/24/2025
5.6.0-preview-01 134 1/23/2025
5.5.1 509 12/12/2024
5.5.0 212 12/7/2024
5.4.9 203 11/16/2024
5.4.8 202 10/31/2024
5.4.7 207 10/26/2024
5.4.6 233 10/13/2024
5.4.5 354 8/20/2024
5.4.4 363 7/30/2024
5.4.3 346 7/1/2024
5.4.2 226 6/25/2024
5.4.1 247 6/21/2024
5.4.0 257 5/31/2024
5.3.14 219 5/3/2024
5.3.13 238 4/25/2024
5.3.12 232 4/18/2024
5.3.11 428 4/17/2024
5.3.10 1,024 3/3/2024
5.3.9 333 2/29/2024
5.3.9-preview-02 325 2/3/2024
5.3.9-preview-01 341 1/23/2024
5.3.8 471 1/20/2024
5.3.7 3,060 11/20/2023
5.3.6 558 11/19/2023
5.3.5 1,192 9/21/2023
5.3.4 1,148 8/3/2023
5.3.3 2,490 6/24/2023
5.3.2 33,129 4/1/2023
5.3.1 925 3/6/2023
5.3.0 981 3/3/2023
5.2.25 1,055 2/5/2023
5.2.24 10,654 12/18/2022
5.2.23 3,603 11/12/2022
5.2.22 5,322 11/6/2022
5.2.21 1,046 10/28/2022
5.2.20 30,612 9/3/2022
5.2.20-preview-01 748 9/3/2022
5.2.19 32,425 6/26/2022
5.2.18 19,189 3/7/2022
5.2.17 4,925 2/21/2022
5.2.16 2,362 2/19/2022
5.2.15 141,062 12/17/2021
5.2.14 17,596 11/9/2021
5.2.13 164,920 10/9/2021
5.2.12 199,302 7/31/2021
5.2.11 80,088 7/19/2021
5.2.10 337,738 5/31/2021
5.2.9 190,201 3/26/2021
5.2.8 280,897 2/13/2021
5.2.7 80,946 12/26/2020
5.2.7-preview-03 1,066 12/26/2020
5.2.7-preview-01 1,054 12/26/2020
3.6.7 200 7/28/2025
3.6.6 364 6/11/2025
3.6.5 625 5/28/2025
3.6.4 229 5/19/2025
3.6.3 172 5/9/2025
3.6.2 250 4/24/2025
3.6.1 285 1/23/2025
3.6.0.2 223 2/11/2025
3.6.0.1 192 1/28/2025
3.6.0 210 1/26/2025
3.6.0-preview-03 125 1/25/2025
3.6.0-preview-02 116 1/24/2025
3.6.0-preview-01 140 1/23/2025
3.5.1 228 12/12/2024
3.5.0 203 12/7/2024
3.4.9 211 11/16/2024
3.4.8 203 10/31/2024
3.4.7 201 10/26/2024
3.4.6 240 10/13/2024
3.4.5 2,666 8/20/2024
3.4.4 203 7/30/2024
3.4.3 966 7/1/2024
3.4.2 243 6/25/2024
3.4.1 244 6/21/2024
3.4.0 283 5/31/2024
3.3.14 251 5/3/2024
3.3.13 230 4/25/2024
3.3.12 250 4/18/2024
3.3.11 239 4/17/2024
3.3.10 587 3/3/2024
3.3.9 327 2/29/2024
3.3.9-preview-02 304 2/3/2024
3.3.9-preview-01 356 1/23/2024
3.3.8 457 1/20/2024
3.3.7 10,372 11/20/2023
3.3.6 560 11/19/2023
3.3.5 3,167 9/21/2023
3.3.4 1,767 8/3/2023
3.3.3 9,228 6/24/2023
3.3.2 2,961 4/1/2023
3.3.1 1,319 3/6/2023
3.3.0 892 3/3/2023
3.2.25 1,640 2/5/2023
3.2.24 18,318 12/18/2022
3.2.23 1,710 11/12/2022
3.2.22 1,095 11/6/2022
3.2.21 1,122 10/28/2022
3.2.20 23,201 9/3/2022
3.2.20-preview-01 699 9/3/2022
3.2.19 48,479 6/26/2022
3.2.18 25,188 3/7/2022
3.2.17 1,349 2/21/2022
3.2.16 1,172 2/19/2022
3.2.15 26,580 12/17/2021
3.2.14 18,177 11/9/2021
3.2.13 2,653 10/9/2021
3.2.12 23,064 7/31/2021
3.2.11 4,904 7/19/2021
3.2.10 40,010 5/31/2021
3.2.9 22,833 3/26/2021
3.2.8 20,530 2/13/2021
3.2.7 73,887 12/26/2020
3.2.7-preview-03 1,066 12/26/2020
3.2.7-preview-02 1,096 12/26/2020
3.2.7-preview-01 1,081 12/26/2020
3.2.6 135,155 11/25/2020
3.2.6-preview-01 983 11/25/2020
3.2.5 195,008 10/24/2020
3.2.4 8,269 10/19/2020
3.2.3 12,239 10/11/2020
3.2.2 83,014 8/19/2020
3.2.1 10,958 8/8/2020
3.2.0 26,748 7/27/2020
2.6.7 157 7/28/2025
2.6.6 366 6/11/2025
2.6.5 222 5/28/2025
2.6.4 224 5/19/2025
2.6.3 173 5/9/2025
2.6.2 255 4/24/2025
2.6.1 197 1/23/2025
2.6.0.2 204 2/11/2025
2.6.0.1 192 1/28/2025
2.6.0 259 1/26/2025
2.6.0-preview-03 127 1/25/2025
2.6.0-preview-02 131 1/24/2025
2.6.0-preview-01 134 1/23/2025
2.5.1 230 12/12/2024
2.5.0 215 12/7/2024
2.4.9 212 11/16/2024
2.4.8 209 10/31/2024
2.4.7 213 10/26/2024
2.4.6 223 10/13/2024
2.4.5 246 8/20/2024
2.4.4 195 7/30/2024
2.4.3 238 7/1/2024
2.4.2 229 6/25/2024
2.4.1 234 6/21/2024
2.4.0 218 5/31/2024
2.3.14 236 5/3/2024
2.3.13 265 4/25/2024
2.3.12 240 4/18/2024
2.3.11 228 4/17/2024
2.3.10 322 3/3/2024
2.3.9 338 2/29/2024
2.3.9-preview-02 320 2/3/2024
2.3.9-preview-01 334 1/23/2024
2.3.8 417 1/20/2024
2.3.7 572 11/20/2023
2.3.6 545 11/19/2023
2.3.5 617 9/21/2023
2.3.4 771 8/3/2023
2.3.3 775 6/24/2023
2.3.2 883 4/1/2023
2.3.1 847 3/6/2023
2.3.0 881 3/3/2023
2.2.25 917 2/5/2023
2.2.24 923 12/18/2022
2.2.23 938 11/12/2022
2.2.22 994 11/6/2022
2.2.21 1,005 10/28/2022
2.2.20 1,054 9/3/2022
2.2.20-preview-01 682 9/3/2022
2.2.19 1,123 6/26/2022
2.2.18 1,298 3/7/2022
2.2.17 1,122 2/21/2022
2.2.16 1,164 2/19/2022
2.2.15 1,070 12/17/2021
2.2.14 1,035 11/9/2021
2.2.13 1,093 10/9/2021
2.2.12 1,383 7/31/2021
2.2.11 1,912 7/19/2021
2.2.10 1,656 5/31/2021
2.2.9 7,421 3/26/2021
2.2.8 1,997 2/13/2021
2.2.7 1,360 12/26/2020
2.2.7-preview-03 1,066 12/26/2020
2.2.7-preview-02 1,045 12/26/2020
2.2.7-preview-01 1,085 12/26/2020
2.2.6 13,008 11/25/2020
2.2.6-preview-01 897 11/25/2020
2.2.5 4,172 10/24/2020
2.2.4 2,938 10/19/2020
2.2.3 1,302 10/11/2020
2.2.2 22,560 8/19/2020
2.2.1 8,338 8/8/2020
2.2.0 65,881 7/27/2020
1.1.8 20,808 7/12/2020
1.1.7 5,492 7/6/2020
1.1.6 2,944 7/5/2020
1.1.5 42,416 6/15/2020
1.1.4 1,356 6/15/2020
1.1.3 1,354 6/15/2020
1.1.2 22,336 5/31/2020
1.1.1 27,932 5/14/2020
1.1.0 24,134 4/25/2020
1.0.24 13,185 4/16/2020
1.0.23 215,520 3/26/2020
1.0.22 6,361 3/18/2020
1.0.21 37,347 2/29/2020
1.0.20 139,508 1/11/2020
1.0.19 116,049 8/29/2019
1.0.18 83,420 7/2/2019
1.0.17 43,486 6/14/2019
1.0.16 4,800 6/6/2019
1.0.15 6,142 5/20/2019
1.0.14 5,197 5/14/2019
1.0.13 15,202 5/3/2019
1.0.12 70,345 3/26/2019
1.0.11 14,205 2/28/2019
1.0.10 32,323 2/5/2019
1.0.9.2 590,013 1/10/2019
1.0.9.1 1,780 1/7/2019
1.0.9 36,328 10/19/2018
1.0.8.18 82,420 9/4/2018
1.0.8.17 11,919 8/27/2018
1.0.8.16 18,852 8/19/2018
1.0.8.15 1,909 8/17/2018
1.0.8.13 6,531 8/2/2018
1.0.8.12 5,312 7/27/2018
1.0.8.11 38,549 6/6/2018
1.0.8.10 2,742 6/5/2018
1.0.8.9 7,341 5/26/2018
1.0.8.8 2,299 5/21/2018
1.0.8.7 3,619 5/9/2018
1.0.8.6 2,972 4/28/2018
1.0.8.5 2,544 4/27/2018
1.0.8.4 2,328 4/25/2018
1.0.8.3 4,084 3/30/2018
1.0.8.2 57,058 1/9/2018
1.0.8.1 5,787 1/5/2018
1.0.8 21,226 12/16/2017
1.0.4.8 17,412 11/1/2017
1.0.4.7 4,754 9/12/2017
1.0.4.6 6,520 7/8/2017
1.0.4.5 2,253 6/28/2017
1.0.4.4 2,083 6/27/2017
1.0.4.3 2,394 6/1/2017
1.0.4.2 2,035 6/1/2017
1.0.4.1 2,070 5/31/2017
1.0.4 2,712 5/17/2017
1.0.3.6 3,652 4/8/2017
1.0.3.5 2,587 3/30/2017
1.0.3.4 2,517 3/25/2017
1.0.3.3 6,304 11/16/2016
1.0.3.2 2,526 10/31/2016
1.0.3.1 2,395 10/30/2016
1.0.3 2,287 10/22/2016
1.0.1 3,546 6/27/2016
1.0.0 11,292 6/8/2016

Bugfixes and new Features. For details see CHANGELOG.md