Microsoft.EntityFrameworkCore.DynamicLinq 9.6.0-preview-03

This is a prerelease version of Microsoft.EntityFrameworkCore.DynamicLinq.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Microsoft.EntityFrameworkCore.DynamicLinq --version 9.6.0-preview-03
                    
NuGet\Install-Package Microsoft.EntityFrameworkCore.DynamicLinq -Version 9.6.0-preview-03
                    
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.0-preview-03" />
                    
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.0-preview-03" />
                    
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.0-preview-03
                    
#r "nuget: Microsoft.EntityFrameworkCore.DynamicLinq, 9.6.0-preview-03"
                    
#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.0-preview-03
                    
#: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.0-preview-03&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.EntityFrameworkCore.DynamicLinq&version=9.6.0-preview-03&prerelease
                    
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

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 1,052 9/28/2025
9.6.7 37,952 7/28/2025
9.6.6 73,605 6/11/2025
9.6.5 8,743 5/28/2025
9.6.4 9,564 5/19/2025
9.6.3 4,533 5/9/2025
9.6.2 16,158 4/24/2025
9.6.0.2 70,996 2/11/2025
9.6.0.1 65,918 1/28/2025
9.6.0 3,570 1/26/2025
9.6.0-preview-03 171 1/25/2025
9.6.0-preview-02 156 1/24/2025
9.6.0-preview-01 150 1/23/2025
9.5.1 78,217 12/12/2024
9.5.0 5,666 12/7/2024
9.4.9 20,878 11/16/2024
8.6.8 809 9/28/2025
8.6.7 13,368 7/28/2025
8.6.6 22,277 6/11/2025
8.6.5 7,453 5/28/2025
8.6.4 3,070 5/19/2025
8.6.3 3,676 5/9/2025
8.6.2 7,961 4/24/2025
8.6.1 259,766 1/23/2025
8.6.0.2 19,763 2/11/2025
8.6.0.1 1,924 1/28/2025
8.6.0 9,581 1/26/2025
8.6.0-preview-03 140 1/25/2025
8.6.0-preview-02 152 1/24/2025
8.6.0-preview-01 158 1/23/2025
8.5.1 67,786 12/12/2024
8.5.0 6,060 12/7/2024
8.4.9 50,290 11/16/2024
8.4.8 109,733 10/31/2024
8.4.7 37,447 10/26/2024
8.4.6 187,783 10/13/2024
8.4.5 232,352 8/20/2024
8.4.4 137,386 7/30/2024
8.4.3 166,735 7/1/2024
8.4.2 28,279 6/25/2024
8.4.1 39,163 6/21/2024
8.4.0 107,693 5/31/2024
8.3.14 88,564 5/3/2024
8.3.13 19,469 4/25/2024
8.3.12 18,124 4/18/2024
8.3.10 165,647 3/3/2024
8.3.9 10,521 2/29/2024
8.3.9-preview-02 487 2/3/2024
8.3.9-preview-01 708 1/23/2024
8.3.8 100,706 1/20/2024
8.3.7 121,463 11/20/2023
7.6.8 144 9/28/2025
7.6.7 355 7/28/2025
7.6.6 1,041 6/11/2025
7.6.5 666 5/28/2025
7.6.4 722 5/19/2025
7.6.3 877 5/9/2025
7.6.2 606 4/24/2025
7.6.1 1,485 1/23/2025
7.6.0.2 943 2/11/2025
7.6.0.1 906 1/28/2025
7.6.0 914 1/26/2025
7.6.0-preview-03 150 1/25/2025
7.6.0-preview-02 130 1/24/2025
7.6.0-preview-01 149 1/23/2025
7.5.1 1,071 12/12/2024
7.5.0 939 12/7/2024
7.4.9 1,082 11/16/2024
7.4.8 1,009 10/31/2024
7.4.7 902 10/26/2024
7.4.6 1,289 10/13/2024
7.4.5 19,422 8/20/2024
7.4.4 1,226 7/30/2024
7.4.3 10,558 7/1/2024
7.4.2 2,959 6/25/2024
7.4.1 1,107 6/21/2024
7.4.0 6,896 5/31/2024
7.3.14 15,242 5/3/2024
7.3.13 1,718 4/25/2024
7.3.12 1,830 4/18/2024
7.3.11 1,671 4/17/2024
7.3.10 29,955 3/3/2024
7.3.9 3,826 2/29/2024
7.3.9-preview-02 879 2/3/2024
7.3.9-preview-01 499 1/23/2024
7.3.8 26,214 1/20/2024
7.3.7 27,927 11/20/2023
7.3.6 16,794 11/19/2023
7.3.5 244,900 9/21/2023
7.3.4 134,931 8/3/2023
7.3.3 92,395 6/24/2023
7.3.2 399,481 4/1/2023
7.3.1 31,590 3/6/2023
7.3.0 2,276 3/3/2023
7.2.25 91,226 2/5/2023
7.2.24 216,290 12/18/2022
7.2.23 82,238 11/12/2022
6.6.8 129 9/28/2025
6.6.7 330 7/28/2025
6.6.6 1,265 6/11/2025
6.6.5 380 5/28/2025
6.6.4 526 5/19/2025
6.6.3 342 5/9/2025
6.6.2 431 4/24/2025
6.6.1 2,538 1/23/2025
6.6.0.2 1,603 2/11/2025
6.6.0.1 403 1/28/2025
6.6.0 1,174 1/26/2025
6.6.0-preview-03 156 1/25/2025
6.6.0-preview-02 151 1/24/2025
6.6.0-preview-01 138 1/23/2025
6.5.1 29,125 12/12/2024
6.5.0 515 12/7/2024
6.4.9 1,326 11/16/2024
6.4.8 565 10/31/2024
6.4.7 715 10/26/2024
6.4.6 1,947 10/13/2024
6.4.5 2,660 8/20/2024
6.4.4 1,277 7/30/2024
6.4.3 1,739 7/1/2024
6.4.2 532 6/25/2024
6.4.1 2,586 6/21/2024
6.4.0 2,116 5/31/2024
6.3.14 2,995 5/3/2024
6.3.13 13,674 4/25/2024
6.3.12 532 4/18/2024
6.3.11 467 4/17/2024
6.3.10 11,478 3/3/2024
6.3.9 2,957 2/29/2024
6.3.9-preview-02 594 2/3/2024
6.3.9-preview-01 357 1/23/2024
6.3.8 45,219 1/20/2024
6.3.7 42,136 11/20/2023
6.3.6 1,855 11/19/2023
6.3.5 684,957 9/21/2023
6.3.4 48,279 8/3/2023
6.3.3 41,135 6/24/2023
6.3.2 153,983 4/1/2023
6.3.1 40,363 3/6/2023
6.3.0 20,125 3/3/2023
6.2.25 55,877 2/5/2023
6.2.24 74,300 12/18/2022
6.2.23 79,804 11/12/2022
6.2.22 50,159 11/6/2022
6.2.21 48,985 10/28/2022
6.2.20 401,282 9/3/2022
6.2.20-preview-01 761 9/3/2022
6.2.19 354,870 6/26/2022
6.2.18 675,226 3/7/2022
6.2.17 67,419 2/21/2022
6.2.16 4,260 2/19/2022
6.2.15 182,417 12/17/2021
6.2.14 279,179 11/9/2021
6.2.13-preview.4.21253.1 2,006 10/9/2021
6.2.12-preview.4.21253.1 1,023 7/31/2021
6.2.11-preview.4.21253.1 339 7/19/2021
6.0.0-preview.4.21253.1 540 5/31/2021
6.0.0-preview.3.21201.2 368 5/9/2021
5.6.8 126 9/28/2025
5.6.7 215 7/28/2025
5.6.6 419 6/11/2025
5.6.5 287 5/28/2025
5.6.4 280 5/19/2025
5.6.3 218 5/9/2025
5.6.2 296 4/24/2025
5.6.1 415 1/23/2025
5.6.0.2 266 2/11/2025
5.6.0.1 240 1/28/2025
5.6.0 255 1/26/2025
5.6.0-preview-03 166 1/25/2025
5.6.0-preview-02 151 1/24/2025
5.6.0-preview-01 162 1/23/2025
5.5.1 615 12/12/2024
5.5.0 267 12/7/2024
5.4.9 254 11/16/2024
5.4.8 254 10/31/2024
5.4.7 261 10/26/2024
5.4.6 287 10/13/2024
5.4.5 409 8/20/2024
5.4.4 448 7/30/2024
5.4.3 411 7/1/2024
5.4.2 284 6/25/2024
5.4.1 299 6/21/2024
5.4.0 309 5/31/2024
5.3.14 271 5/3/2024
5.3.13 294 4/25/2024
5.3.12 286 4/18/2024
5.3.11 482 4/17/2024
5.3.10 1,088 3/3/2024
5.3.9 387 2/29/2024
5.3.9-preview-02 351 2/3/2024
5.3.9-preview-01 363 1/23/2024
5.3.8 526 1/20/2024
5.3.7 3,139 11/20/2023
5.3.6 611 11/19/2023
5.3.5 1,249 9/21/2023
5.3.4 1,200 8/3/2023
5.3.3 2,546 6/24/2023
5.3.2 34,320 4/1/2023
5.3.1 982 3/6/2023
5.3.0 1,035 3/3/2023
5.2.25 1,116 2/5/2023
5.2.24 10,753 12/18/2022
5.2.23 3,681 11/12/2022
5.2.22 5,375 11/6/2022
5.2.21 1,101 10/28/2022
5.2.20 31,004 9/3/2022
5.2.20-preview-01 777 9/3/2022
5.2.19 32,691 6/26/2022
5.2.18 19,280 3/7/2022
5.2.17 4,989 2/21/2022
5.2.16 2,418 2/19/2022
5.2.15 142,691 12/17/2021
5.2.14 17,898 11/9/2021
5.2.13 165,119 10/9/2021
5.2.12 204,005 7/31/2021
5.2.11 82,399 7/19/2021
5.2.10 343,255 5/31/2021
5.2.9 192,490 3/26/2021
5.2.8 284,669 2/13/2021
5.2.7 81,515 12/26/2020
5.2.7-preview-03 1,081 12/26/2020
5.2.7-preview-01 1,082 12/26/2020
3.6.8 126 9/28/2025
3.6.7 297 7/28/2025
3.6.6 415 6/11/2025
3.6.5 761 5/28/2025
3.6.4 322 5/19/2025
3.6.3 227 5/9/2025
3.6.2 305 4/24/2025
3.6.1 342 1/23/2025
3.6.0.2 277 2/11/2025
3.6.0.1 247 1/28/2025
3.6.0 251 1/26/2025
3.6.0-preview-03 148 1/25/2025
3.6.0-preview-02 139 1/24/2025
3.6.0-preview-01 163 1/23/2025
3.5.1 282 12/12/2024
3.5.0 260 12/7/2024
3.4.9 262 11/16/2024
3.4.8 256 10/31/2024
3.4.7 253 10/26/2024
3.4.6 293 10/13/2024
3.4.5 2,802 8/20/2024
3.4.4 256 7/30/2024
3.4.3 1,107 7/1/2024
3.4.2 297 6/25/2024
3.4.1 299 6/21/2024
3.4.0 327 5/31/2024
3.3.14 303 5/3/2024
3.3.13 287 4/25/2024
3.3.12 301 4/18/2024
3.3.11 289 4/17/2024
3.3.10 652 3/3/2024
3.3.9 379 2/29/2024
3.3.9-preview-02 326 2/3/2024
3.3.9-preview-01 381 1/23/2024
3.3.8 514 1/20/2024
3.3.7 10,754 11/20/2023
3.3.6 615 11/19/2023
3.3.5 3,239 9/21/2023
3.3.4 1,811 8/3/2023
3.3.3 9,275 6/24/2023
3.3.2 3,013 4/1/2023
3.3.1 1,362 3/6/2023
3.3.0 937 3/3/2023
3.2.25 1,693 2/5/2023
3.2.24 18,632 12/18/2022
3.2.23 1,771 11/12/2022
3.2.22 1,153 11/6/2022
3.2.21 1,182 10/28/2022
3.2.20 23,304 9/3/2022
3.2.20-preview-01 713 9/3/2022
3.2.19 48,587 6/26/2022
3.2.18 25,605 3/7/2022
3.2.17 1,396 2/21/2022
3.2.16 1,232 2/19/2022
3.2.15 26,650 12/17/2021
3.2.14 18,293 11/9/2021
3.2.13 2,710 10/9/2021
3.2.12 23,130 7/31/2021
3.2.11 4,979 7/19/2021
3.2.10 40,216 5/31/2021
3.2.9 22,967 3/26/2021
3.2.8 20,621 2/13/2021
3.2.7 73,947 12/26/2020
3.2.7-preview-03 1,084 12/26/2020
3.2.7-preview-02 1,124 12/26/2020
3.2.7-preview-01 1,109 12/26/2020
3.2.6 136,102 11/25/2020
3.2.6-preview-01 1,000 11/25/2020
3.2.5 198,732 10/24/2020
3.2.4 9,246 10/19/2020
3.2.3 12,290 10/11/2020
3.2.2 84,544 8/19/2020
3.2.1 11,022 8/8/2020
3.2.0 26,814 7/27/2020
2.6.8 116 9/28/2025
2.6.7 235 7/28/2025
2.6.6 427 6/11/2025
2.6.5 277 5/28/2025
2.6.4 278 5/19/2025
2.6.3 224 5/9/2025
2.6.2 306 4/24/2025
2.6.1 249 1/23/2025
2.6.0.2 258 2/11/2025
2.6.0.1 248 1/28/2025
2.6.0 355 1/26/2025
2.6.0-preview-03 158 1/25/2025
2.6.0-preview-02 156 1/24/2025
2.6.0-preview-01 159 1/23/2025
2.5.1 281 12/12/2024
2.5.0 275 12/7/2024
2.4.9 263 11/16/2024
2.4.8 262 10/31/2024
2.4.7 263 10/26/2024
2.4.6 280 10/13/2024
2.4.5 300 8/20/2024
2.4.4 245 7/30/2024
2.4.3 296 7/1/2024
2.4.2 280 6/25/2024
2.4.1 284 6/21/2024
2.4.0 280 5/31/2024
2.3.14 285 5/3/2024
2.3.13 334 4/25/2024
2.3.12 283 4/18/2024
2.3.11 279 4/17/2024
2.3.10 374 3/3/2024
2.3.9 394 2/29/2024
2.3.9-preview-02 344 2/3/2024
2.3.9-preview-01 382 1/23/2024
2.3.8 468 1/20/2024
2.3.7 616 11/20/2023
2.3.6 597 11/19/2023
2.3.5 667 9/21/2023
2.3.4 824 8/3/2023
2.3.3 825 6/24/2023
2.3.2 925 4/1/2023
2.3.1 901 3/6/2023
2.3.0 936 3/3/2023
2.2.25 969 2/5/2023
2.2.24 976 12/18/2022
2.2.23 990 11/12/2022
2.2.22 1,049 11/6/2022
2.2.21 1,057 10/28/2022
2.2.20 1,109 9/3/2022
2.2.20-preview-01 706 9/3/2022
2.2.19 1,181 6/26/2022
2.2.18 1,357 3/7/2022
2.2.17 1,166 2/21/2022
2.2.16 1,220 2/19/2022
2.2.15 1,127 12/17/2021
2.2.14 1,088 11/9/2021
2.2.13 1,138 10/9/2021
2.2.12 1,429 7/31/2021
2.2.11 1,970 7/19/2021
2.2.10 1,701 5/31/2021
2.2.9 7,477 3/26/2021
2.2.8 2,041 2/13/2021
2.2.7 1,416 12/26/2020
2.2.7-preview-03 1,082 12/26/2020
2.2.7-preview-02 1,063 12/26/2020
2.2.7-preview-01 1,123 12/26/2020
2.2.6 13,071 11/25/2020
2.2.6-preview-01 922 11/25/2020
2.2.5 4,521 10/24/2020
2.2.4 2,995 10/19/2020
2.2.3 1,360 10/11/2020
2.2.2 22,604 8/19/2020
2.2.1 8,406 8/8/2020
2.2.0 67,019 7/27/2020
1.1.8 20,894 7/12/2020
1.1.7 5,611 7/6/2020
1.1.6 2,999 7/5/2020
1.1.5 42,473 6/15/2020
1.1.4 1,421 6/15/2020
1.1.3 1,418 6/15/2020
1.1.2 23,255 5/31/2020
1.1.1 27,985 5/14/2020
1.1.0 24,517 4/25/2020
1.0.24 13,991 4/16/2020
1.0.23 221,219 3/26/2020
1.0.22 6,417 3/18/2020
1.0.21 39,251 2/29/2020
1.0.20 143,208 1/11/2020
1.0.19 117,022 8/29/2019
1.0.18 84,087 7/2/2019
1.0.17 43,611 6/14/2019
1.0.16 4,871 6/6/2019
1.0.15 6,224 5/20/2019
1.0.14 5,257 5/14/2019
1.0.13 15,403 5/3/2019
1.0.12 71,117 3/26/2019
1.0.11 14,272 2/28/2019
1.0.10 33,015 2/5/2019
1.0.9.2 593,980 1/10/2019
1.0.9.1 1,826 1/7/2019
1.0.9 36,596 10/19/2018
1.0.8.18 82,825 9/4/2018
1.0.8.17 12,031 8/27/2018
1.0.8.16 19,258 8/19/2018
1.0.8.15 1,956 8/17/2018
1.0.8.13 6,586 8/2/2018
1.0.8.12 5,384 7/27/2018
1.0.8.11 39,375 6/6/2018
1.0.8.10 2,816 6/5/2018
1.0.8.9 7,438 5/26/2018
1.0.8.8 2,386 5/21/2018
1.0.8.7 3,670 5/9/2018
1.0.8.6 3,025 4/28/2018
1.0.8.5 2,605 4/27/2018
1.0.8.4 2,385 4/25/2018
1.0.8.3 4,145 3/30/2018
1.0.8.2 57,720 1/9/2018
1.0.8.1 5,937 1/5/2018
1.0.8 21,675 12/16/2017
1.0.4.8 17,726 11/1/2017
1.0.4.7 4,809 9/12/2017
1.0.4.6 6,579 7/8/2017
1.0.4.5 2,310 6/28/2017
1.0.4.4 2,156 6/27/2017
1.0.4.3 2,461 6/1/2017
1.0.4.2 2,128 6/1/2017
1.0.4.1 2,144 5/31/2017
1.0.4 2,778 5/17/2017
1.0.3.6 3,728 4/8/2017
1.0.3.5 2,679 3/30/2017
1.0.3.4 2,590 3/25/2017
1.0.3.3 6,362 11/16/2016
1.0.3.2 2,586 10/31/2016
1.0.3.1 2,457 10/30/2016
1.0.3 2,348 10/22/2016
1.0.1 3,608 6/27/2016
1.0.0 11,390 6/8/2016

Bugfixes and new Features. For details see CHANGELOG.md