Microsoft.EntityFrameworkCore.DynamicLinq 9.6.8

dotnet add package Microsoft.EntityFrameworkCore.DynamicLinq --version 9.6.8
                    
NuGet\Install-Package Microsoft.EntityFrameworkCore.DynamicLinq -Version 9.6.8
                    
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.8" />
                    
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.8" />
                    
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.8
                    
#r "nuget: Microsoft.EntityFrameworkCore.DynamicLinq, 9.6.8"
                    
#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.8
                    
#: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.8
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.EntityFrameworkCore.DynamicLinq&version=9.6.8
                    
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 (81)

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

FenixAlliance.ABM.SDK

Application Component for the Alliance Business Suite.

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.

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.8 3,064 9/28/2025
9.6.7 42,103 7/28/2025
9.6.6 78,871 6/11/2025
9.6.5 9,031 5/28/2025
9.6.4 9,983 5/19/2025
9.6.3 4,584 5/9/2025
9.6.2 16,942 4/24/2025
9.6.0.2 72,366 2/11/2025
9.6.0.1 67,827 1/28/2025
9.6.0 3,656 1/26/2025
9.6.0-preview-03 184 1/25/2025
9.6.0-preview-02 159 1/24/2025
9.6.0-preview-01 161 1/23/2025
9.5.1 78,775 12/12/2024
9.5.0 5,801 12/7/2024
9.4.9 21,166 11/16/2024
8.6.8 1,990 9/28/2025
8.6.7 15,264 7/28/2025
8.6.6 23,330 6/11/2025
8.6.5 7,931 5/28/2025
8.6.4 3,192 5/19/2025
8.6.3 3,811 5/9/2025
8.6.2 8,388 4/24/2025
8.6.1 263,837 1/23/2025
8.6.0.2 20,663 2/11/2025
8.6.0.1 1,971 1/28/2025
8.6.0 9,765 1/26/2025
8.6.0-preview-03 153 1/25/2025
8.6.0-preview-02 155 1/24/2025
8.6.0-preview-01 162 1/23/2025
8.5.1 69,075 12/12/2024
8.5.0 6,328 12/7/2024
8.4.9 51,471 11/16/2024
8.4.8 110,931 10/31/2024
8.4.7 38,695 10/26/2024
8.4.6 189,252 10/13/2024
8.4.5 236,080 8/20/2024
8.4.4 138,680 7/30/2024
8.4.3 168,552 7/1/2024
8.4.2 28,429 6/25/2024
8.4.1 39,438 6/21/2024
8.4.0 109,185 5/31/2024
8.3.14 89,582 5/3/2024
8.3.13 19,534 4/25/2024
8.3.12 18,201 4/18/2024
8.3.10 167,046 3/3/2024
8.3.9 10,580 2/29/2024
8.3.9-preview-02 489 2/3/2024
8.3.9-preview-01 711 1/23/2024
8.3.8 101,209 1/20/2024
8.3.7 122,546 11/20/2023
7.6.8 194 9/28/2025
7.6.7 383 7/28/2025
7.6.6 1,062 6/11/2025
7.6.5 700 5/28/2025
7.6.4 742 5/19/2025
7.6.3 897 5/9/2025
7.6.2 630 4/24/2025
7.6.1 1,520 1/23/2025
7.6.0.2 976 2/11/2025
7.6.0.1 928 1/28/2025
7.6.0 935 1/26/2025
7.6.0-preview-03 151 1/25/2025
7.6.0-preview-02 141 1/24/2025
7.6.0-preview-01 150 1/23/2025
7.5.1 1,092 12/12/2024
7.5.0 971 12/7/2024
7.4.9 1,106 11/16/2024
7.4.8 1,044 10/31/2024
7.4.7 924 10/26/2024
7.4.6 1,309 10/13/2024
7.4.5 20,287 8/20/2024
7.4.4 1,248 7/30/2024
7.4.3 10,893 7/1/2024
7.4.2 3,246 6/25/2024
7.4.1 1,129 6/21/2024
7.4.0 7,117 5/31/2024
7.3.14 16,227 5/3/2024
7.3.13 1,743 4/25/2024
7.3.12 1,875 4/18/2024
7.3.11 1,691 4/17/2024
7.3.10 31,746 3/3/2024
7.3.9 3,847 2/29/2024
7.3.9-preview-02 880 2/3/2024
7.3.9-preview-01 501 1/23/2024
7.3.8 26,862 1/20/2024
7.3.7 28,127 11/20/2023
7.3.6 17,799 11/19/2023
7.3.5 245,871 9/21/2023
7.3.4 135,947 8/3/2023
7.3.3 94,551 6/24/2023
7.3.2 400,125 4/1/2023
7.3.1 31,891 3/6/2023
7.3.0 2,299 3/3/2023
7.2.25 93,350 2/5/2023
7.2.24 217,276 12/18/2022
7.2.23 83,536 11/12/2022
6.6.8 176 9/28/2025
6.6.7 367 7/28/2025
6.6.6 1,358 6/11/2025
6.6.5 402 5/28/2025
6.6.4 548 5/19/2025
6.6.3 364 5/9/2025
6.6.2 452 4/24/2025
6.6.1 2,597 1/23/2025
6.6.0.2 1,647 2/11/2025
6.6.0.1 428 1/28/2025
6.6.0 1,234 1/26/2025
6.6.0-preview-03 158 1/25/2025
6.6.0-preview-02 151 1/24/2025
6.6.0-preview-01 150 1/23/2025
6.5.1 29,719 12/12/2024
6.5.0 536 12/7/2024
6.4.9 1,368 11/16/2024
6.4.8 586 10/31/2024
6.4.7 738 10/26/2024
6.4.6 1,991 10/13/2024
6.4.5 2,697 8/20/2024
6.4.4 1,332 7/30/2024
6.4.3 1,771 7/1/2024
6.4.2 565 6/25/2024
6.4.1 2,617 6/21/2024
6.4.0 2,148 5/31/2024
6.3.14 3,019 5/3/2024
6.3.13 13,824 4/25/2024
6.3.12 554 4/18/2024
6.3.11 497 4/17/2024
6.3.10 11,657 3/3/2024
6.3.9 3,012 2/29/2024
6.3.9-preview-02 596 2/3/2024
6.3.9-preview-01 359 1/23/2024
6.3.8 45,520 1/20/2024
6.3.7 42,322 11/20/2023
6.3.6 1,877 11/19/2023
6.3.5 707,585 9/21/2023
6.3.4 48,320 8/3/2023
6.3.3 41,438 6/24/2023
6.3.2 155,516 4/1/2023
6.3.1 40,449 3/6/2023
6.3.0 20,165 3/3/2023
6.2.25 56,007 2/5/2023
6.2.24 74,524 12/18/2022
6.2.23 79,977 11/12/2022
6.2.22 50,698 11/6/2022
6.2.21 49,748 10/28/2022
6.2.20 402,272 9/3/2022
6.2.20-preview-01 763 9/3/2022
6.2.19 357,461 6/26/2022
6.2.18 677,342 3/7/2022
6.2.17 67,485 2/21/2022
6.2.16 4,281 2/19/2022
6.2.15 183,046 12/17/2021
6.2.14 280,933 11/9/2021
6.2.13-preview.4.21253.1 2,039 10/9/2021
6.2.12-preview.4.21253.1 1,026 7/31/2021
6.2.11-preview.4.21253.1 342 7/19/2021
6.0.0-preview.4.21253.1 542 5/31/2021
6.0.0-preview.3.21201.2 371 5/9/2021
5.6.8 173 9/28/2025
5.6.7 234 7/28/2025
5.6.6 438 6/11/2025
5.6.5 308 5/28/2025
5.6.4 302 5/19/2025
5.6.3 238 5/9/2025
5.6.2 317 4/24/2025
5.6.1 449 1/23/2025
5.6.0.2 286 2/11/2025
5.6.0.1 259 1/28/2025
5.6.0 276 1/26/2025
5.6.0-preview-03 168 1/25/2025
5.6.0-preview-02 152 1/24/2025
5.6.0-preview-01 166 1/23/2025
5.5.1 681 12/12/2024
5.5.0 288 12/7/2024
5.4.9 273 11/16/2024
5.4.8 273 10/31/2024
5.4.7 281 10/26/2024
5.4.6 308 10/13/2024
5.4.5 428 8/20/2024
5.4.4 495 7/30/2024
5.4.3 447 7/1/2024
5.4.2 304 6/25/2024
5.4.1 319 6/21/2024
5.4.0 331 5/31/2024
5.3.14 291 5/3/2024
5.3.13 316 4/25/2024
5.3.12 306 4/18/2024
5.3.11 501 4/17/2024
5.3.10 1,108 3/3/2024
5.3.9 407 2/29/2024
5.3.9-preview-02 356 2/3/2024
5.3.9-preview-01 364 1/23/2024
5.3.8 545 1/20/2024
5.3.7 3,186 11/20/2023
5.3.6 631 11/19/2023
5.3.5 1,270 9/21/2023
5.3.4 1,222 8/3/2023
5.3.3 2,565 6/24/2023
5.3.2 34,832 4/1/2023
5.3.1 1,007 3/6/2023
5.3.0 1,056 3/3/2023
5.2.25 1,140 2/5/2023
5.2.24 10,803 12/18/2022
5.2.23 3,720 11/12/2022
5.2.22 5,395 11/6/2022
5.2.21 1,121 10/28/2022
5.2.20 31,156 9/3/2022
5.2.20-preview-01 778 9/3/2022
5.2.19 32,855 6/26/2022
5.2.18 19,311 3/7/2022
5.2.17 5,013 2/21/2022
5.2.16 2,438 2/19/2022
5.2.15 143,466 12/17/2021
5.2.14 17,921 11/9/2021
5.2.13 165,207 10/9/2021
5.2.12 204,636 7/31/2021
5.2.11 83,497 7/19/2021
5.2.10 345,949 5/31/2021
5.2.9 193,385 3/26/2021
5.2.8 286,749 2/13/2021
5.2.7 81,928 12/26/2020
5.2.7-preview-03 1,096 12/26/2020
5.2.7-preview-01 1,083 12/26/2020
3.6.8 169 9/28/2025
3.6.7 334 7/28/2025
3.6.6 436 6/11/2025
3.6.5 822 5/28/2025
3.6.4 359 5/19/2025
3.6.3 247 5/9/2025
3.6.2 327 4/24/2025
3.6.1 363 1/23/2025
3.6.0.2 298 2/11/2025
3.6.0.1 268 1/28/2025
3.6.0 282 1/26/2025
3.6.0-preview-03 149 1/25/2025
3.6.0-preview-02 140 1/24/2025
3.6.0-preview-01 163 1/23/2025
3.5.1 304 12/12/2024
3.5.0 280 12/7/2024
3.4.9 283 11/16/2024
3.4.8 276 10/31/2024
3.4.7 272 10/26/2024
3.4.6 315 10/13/2024
3.4.5 2,887 8/20/2024
3.4.4 279 7/30/2024
3.4.3 1,141 7/1/2024
3.4.2 316 6/25/2024
3.4.1 320 6/21/2024
3.4.0 359 5/31/2024
3.3.14 325 5/3/2024
3.3.13 307 4/25/2024
3.3.12 322 4/18/2024
3.3.11 309 4/17/2024
3.3.10 671 3/3/2024
3.3.9 401 2/29/2024
3.3.9-preview-02 326 2/3/2024
3.3.9-preview-01 382 1/23/2024
3.3.8 533 1/20/2024
3.3.7 10,882 11/20/2023
3.3.6 634 11/19/2023
3.3.5 3,262 9/21/2023
3.3.4 1,841 8/3/2023
3.3.3 9,320 6/24/2023
3.3.2 3,033 4/1/2023
3.3.1 1,393 3/6/2023
3.3.0 967 3/3/2023
3.2.25 1,713 2/5/2023
3.2.24 18,866 12/18/2022
3.2.23 1,794 11/12/2022
3.2.22 1,175 11/6/2022
3.2.21 1,205 10/28/2022
3.2.20 23,336 9/3/2022
3.2.20-preview-01 728 9/3/2022
3.2.19 48,616 6/26/2022
3.2.18 25,841 3/7/2022
3.2.17 1,428 2/21/2022
3.2.16 1,253 2/19/2022
3.2.15 26,675 12/17/2021
3.2.14 18,333 11/9/2021
3.2.13 2,732 10/9/2021
3.2.12 23,167 7/31/2021
3.2.11 5,026 7/19/2021
3.2.10 40,343 5/31/2021
3.2.9 23,109 3/26/2021
3.2.8 20,658 2/13/2021
3.2.7 73,970 12/26/2020
3.2.7-preview-03 1,099 12/26/2020
3.2.7-preview-02 1,127 12/26/2020
3.2.7-preview-01 1,112 12/26/2020
3.2.6 136,520 11/25/2020
3.2.6-preview-01 1,013 11/25/2020
3.2.5 200,549 10/24/2020
3.2.4 9,340 10/19/2020
3.2.3 12,325 10/11/2020
3.2.2 85,001 8/19/2020
3.2.1 11,062 8/8/2020
3.2.0 26,837 7/27/2020
2.6.8 169 9/28/2025
2.6.7 254 7/28/2025
2.6.6 449 6/11/2025
2.6.5 297 5/28/2025
2.6.4 298 5/19/2025
2.6.3 255 5/9/2025
2.6.2 327 4/24/2025
2.6.1 270 1/23/2025
2.6.0.2 279 2/11/2025
2.6.0.1 267 1/28/2025
2.6.0 398 1/26/2025
2.6.0-preview-03 160 1/25/2025
2.6.0-preview-02 158 1/24/2025
2.6.0-preview-01 159 1/23/2025
2.5.1 306 12/12/2024
2.5.0 296 12/7/2024
2.4.9 282 11/16/2024
2.4.8 283 10/31/2024
2.4.7 283 10/26/2024
2.4.6 301 10/13/2024
2.4.5 319 8/20/2024
2.4.4 284 7/30/2024
2.4.3 315 7/1/2024
2.4.2 301 6/25/2024
2.4.1 305 6/21/2024
2.4.0 309 5/31/2024
2.3.14 319 5/3/2024
2.3.13 354 4/25/2024
2.3.12 315 4/18/2024
2.3.11 302 4/17/2024
2.3.10 395 3/3/2024
2.3.9 415 2/29/2024
2.3.9-preview-02 346 2/3/2024
2.3.9-preview-01 383 1/23/2024
2.3.8 489 1/20/2024
2.3.7 647 11/20/2023
2.3.6 621 11/19/2023
2.3.5 686 9/21/2023
2.3.4 844 8/3/2023
2.3.3 846 6/24/2023
2.3.2 956 4/1/2023
2.3.1 920 3/6/2023
2.3.0 956 3/3/2023
2.2.25 989 2/5/2023
2.2.24 998 12/18/2022
2.2.23 1,011 11/12/2022
2.2.22 1,073 11/6/2022
2.2.21 1,079 10/28/2022
2.2.20 1,130 9/3/2022
2.2.20-preview-01 708 9/3/2022
2.2.19 1,203 6/26/2022
2.2.18 1,378 3/7/2022
2.2.17 1,199 2/21/2022
2.2.16 1,243 2/19/2022
2.2.15 1,148 12/17/2021
2.2.14 1,120 11/9/2021
2.2.13 1,180 10/9/2021
2.2.12 1,462 7/31/2021
2.2.11 1,990 7/19/2021
2.2.10 1,732 5/31/2021
2.2.9 7,547 3/26/2021
2.2.8 2,075 2/13/2021
2.2.7 1,436 12/26/2020
2.2.7-preview-03 1,096 12/26/2020
2.2.7-preview-02 1,077 12/26/2020
2.2.7-preview-01 1,126 12/26/2020
2.2.6 13,094 11/25/2020
2.2.6-preview-01 924 11/25/2020
2.2.5 4,581 10/24/2020
2.2.4 3,016 10/19/2020
2.2.3 1,381 10/11/2020
2.2.2 22,637 8/19/2020
2.2.1 8,427 8/8/2020
2.2.0 67,459 7/27/2020
1.1.8 20,991 7/12/2020
1.1.7 5,679 7/6/2020
1.1.6 3,041 7/5/2020
1.1.5 42,495 6/15/2020
1.1.4 1,445 6/15/2020
1.1.3 1,438 6/15/2020
1.1.2 23,571 5/31/2020
1.1.1 28,009 5/14/2020
1.1.0 24,633 4/25/2020
1.0.24 14,183 4/16/2020
1.0.23 224,295 3/26/2020
1.0.22 6,439 3/18/2020
1.0.21 39,712 2/29/2020
1.0.20 144,193 1/11/2020
1.0.19 117,267 8/29/2019
1.0.18 84,823 7/2/2019
1.0.17 43,693 6/14/2019
1.0.16 4,895 6/6/2019
1.0.15 6,284 5/20/2019
1.0.14 5,278 5/14/2019
1.0.13 15,536 5/3/2019
1.0.12 71,849 3/26/2019
1.0.11 14,332 2/28/2019
1.0.10 33,271 2/5/2019
1.0.9.2 595,903 1/10/2019
1.0.9.1 1,857 1/7/2019
1.0.9 36,881 10/19/2018
1.0.8.18 83,090 9/4/2018
1.0.8.17 12,154 8/27/2018
1.0.8.16 19,610 8/19/2018
1.0.8.15 1,989 8/17/2018
1.0.8.13 6,622 8/2/2018
1.0.8.12 5,422 7/27/2018
1.0.8.11 39,999 6/6/2018
1.0.8.10 2,842 6/5/2018
1.0.8.9 7,513 5/26/2018
1.0.8.8 2,411 5/21/2018
1.0.8.7 3,704 5/9/2018
1.0.8.6 3,061 4/28/2018
1.0.8.5 2,630 4/27/2018
1.0.8.4 2,411 4/25/2018
1.0.8.3 4,181 3/30/2018
1.0.8.2 58,336 1/9/2018
1.0.8.1 6,020 1/5/2018
1.0.8 21,963 12/16/2017
1.0.4.8 17,906 11/1/2017
1.0.4.7 4,845 9/12/2017
1.0.4.6 6,633 7/8/2017
1.0.4.5 2,352 6/28/2017
1.0.4.4 2,189 6/27/2017
1.0.4.3 2,498 6/1/2017
1.0.4.2 2,163 6/1/2017
1.0.4.1 2,187 5/31/2017
1.0.4 2,823 5/17/2017
1.0.3.6 3,755 4/8/2017
1.0.3.5 2,722 3/30/2017
1.0.3.4 2,614 3/25/2017
1.0.3.3 6,403 11/16/2016
1.0.3.2 2,612 10/31/2016
1.0.3.1 2,482 10/30/2016
1.0.3 2,372 10/22/2016
1.0.1 3,633 6/27/2016
1.0.0 11,420 6/8/2016

Bugfixes and new Features. For details see CHANGELOG.md