Microsoft.EntityFrameworkCore.DynamicLinq 8.4.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package Microsoft.EntityFrameworkCore.DynamicLinq --version 8.4.1
                    
NuGet\Install-Package Microsoft.EntityFrameworkCore.DynamicLinq -Version 8.4.1
                    
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="8.4.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.EntityFrameworkCore.DynamicLinq" Version="8.4.1" />
                    
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 8.4.1
                    
#r "nuget: Microsoft.EntityFrameworkCore.DynamicLinq, 8.4.1"
                    
#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=8.4.1
                    
Install Microsoft.EntityFrameworkCore.DynamicLinq as a Cake Addin
#tool nuget:?package=Microsoft.EntityFrameworkCore.DynamicLinq&version=8.4.1
                    
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 net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  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 386 5/28/2025
9.6.4 2,553 5/19/2025
9.6.3 2,902 5/9/2025
9.6.2 4,573 4/24/2025
9.6.0.2 46,020 2/11/2025
9.6.0.1 34,165 1/28/2025
9.6.0 2,732 1/26/2025
9.6.0-preview-03 126 1/25/2025
9.6.0-preview-02 95 1/24/2025
9.6.0-preview-01 102 1/23/2025
9.5.1 58,991 12/12/2024
9.5.0 4,346 12/7/2024
9.4.9 18,029 11/16/2024
8.6.5 325 5/28/2025
8.6.4 687 5/19/2025
8.6.3 1,107 5/9/2025
8.6.2 2,247 4/24/2025
8.6.1 104,321 1/23/2025
8.6.0.2 7,749 2/11/2025
8.6.0.1 1,399 1/28/2025
8.6.0 5,429 1/26/2025
8.6.0-preview-03 100 1/25/2025
8.6.0-preview-02 96 1/24/2025
8.6.0-preview-01 91 1/23/2025
8.5.1 47,014 12/12/2024
8.5.0 3,529 12/7/2024
8.4.9 36,691 11/16/2024
8.4.8 93,132 10/31/2024
8.4.7 30,229 10/26/2024
8.4.6 158,666 10/13/2024
8.4.5 175,917 8/20/2024
8.4.4 118,448 7/30/2024
8.4.3 149,346 7/1/2024
8.4.2 23,998 6/25/2024
8.4.1 34,519 6/21/2024
8.4.0 83,220 5/31/2024
8.3.14 75,148 5/3/2024
8.3.13 17,759 4/25/2024
8.3.12 16,562 4/18/2024
8.3.10 149,308 3/3/2024
8.3.9 9,713 2/29/2024
8.3.9-preview-02 426 2/3/2024
8.3.9-preview-01 655 1/23/2024
8.3.8 90,034 1/20/2024
8.3.7 111,224 11/20/2023
7.6.5 137 5/28/2025
7.6.4 229 5/19/2025
7.6.3 270 5/9/2025
7.6.2 367 4/24/2025
7.6.1 1,005 1/23/2025
7.6.0.2 715 2/11/2025
7.6.0.1 672 1/28/2025
7.6.0 689 1/26/2025
7.6.0-preview-03 101 1/25/2025
7.6.0-preview-02 87 1/24/2025
7.6.0-preview-01 96 1/23/2025
7.5.1 831 12/12/2024
7.5.0 724 12/7/2024
7.4.9 847 11/16/2024
7.4.8 791 10/31/2024
7.4.7 683 10/26/2024
7.4.6 1,068 10/13/2024
7.4.5 10,799 8/20/2024
7.4.4 979 7/30/2024
7.4.3 9,558 7/1/2024
7.4.2 2,105 6/25/2024
7.4.1 884 6/21/2024
7.4.0 6,101 5/31/2024
7.3.14 12,126 5/3/2024
7.3.13 1,293 4/25/2024
7.3.12 1,513 4/18/2024
7.3.11 1,448 4/17/2024
7.3.10 24,786 3/3/2024
7.3.9 3,577 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,726 1/20/2024
7.3.7 26,506 11/20/2023
7.3.6 12,992 11/19/2023
7.3.5 212,043 9/21/2023
7.3.4 128,726 8/3/2023
7.3.3 87,052 6/24/2023
7.3.2 393,584 4/1/2023
7.3.1 28,716 3/6/2023
7.3.0 1,935 3/3/2023
7.2.25 81,478 2/5/2023
7.2.24 211,734 12/18/2022
7.2.23 75,018 11/12/2022
6.6.5 119 5/28/2025
6.6.4 234 5/19/2025
6.6.3 113 5/9/2025
6.6.2 209 4/24/2025
6.6.1 1,908 1/23/2025
6.6.0.2 865 2/11/2025
6.6.0.1 174 1/28/2025
6.6.0 576 1/26/2025
6.6.0-preview-03 100 1/25/2025
6.6.0-preview-02 91 1/24/2025
6.6.0-preview-01 97 1/23/2025
6.5.1 15,737 12/12/2024
6.5.0 250 12/7/2024
6.4.9 756 11/16/2024
6.4.8 315 10/31/2024
6.4.7 453 10/26/2024
6.4.6 1,553 10/13/2024
6.4.5 2,277 8/20/2024
6.4.4 1,036 7/30/2024
6.4.3 1,473 7/1/2024
6.4.2 321 6/25/2024
6.4.1 2,368 6/21/2024
6.4.0 1,889 5/31/2024
6.3.14 2,738 5/3/2024
6.3.13 9,157 4/25/2024
6.3.12 311 4/18/2024
6.3.11 246 4/17/2024
6.3.10 10,199 3/3/2024
6.3.9 2,348 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,344 1/20/2024
6.3.7 39,441 11/20/2023
6.3.6 1,639 11/19/2023
6.3.5 444,109 9/21/2023
6.3.4 47,765 8/3/2023
6.3.3 38,062 6/24/2023
6.3.2 141,851 4/1/2023
6.3.1 39,725 3/6/2023
6.3.0 18,790 3/3/2023
6.2.25 53,580 2/5/2023
6.2.24 71,133 12/18/2022
6.2.23 78,492 11/12/2022
6.2.22 48,026 11/6/2022
6.2.21 46,615 10/28/2022
6.2.20 392,538 9/3/2022
6.2.20-preview-01 676 9/3/2022
6.2.19 335,748 6/26/2022
6.2.18 662,014 3/7/2022
6.2.17 66,475 2/21/2022
6.2.16 4,081 2/19/2022
6.2.15 176,074 12/17/2021
6.2.14 269,621 11/9/2021
6.2.13-preview.4.21253.1 1,361 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 121 5/28/2025
5.6.4 134 5/19/2025
5.6.3 84 5/9/2025
5.6.2 164 4/24/2025
5.6.1 226 1/23/2025
5.6.0.2 138 2/11/2025
5.6.0.1 111 1/28/2025
5.6.0 121 1/26/2025
5.6.0-preview-03 102 1/25/2025
5.6.0-preview-02 86 1/24/2025
5.6.0-preview-01 99 1/23/2025
5.5.1 420 12/12/2024
5.5.0 135 12/7/2024
5.4.9 128 11/16/2024
5.4.8 124 10/31/2024
5.4.7 121 10/26/2024
5.4.6 150 10/13/2024
5.4.5 274 8/20/2024
5.4.4 277 7/30/2024
5.4.3 258 7/1/2024
5.4.2 154 6/25/2024
5.4.1 170 6/21/2024
5.4.0 179 5/31/2024
5.3.14 145 5/3/2024
5.3.13 168 4/25/2024
5.3.12 158 4/18/2024
5.3.11 342 4/17/2024
5.3.10 882 3/3/2024
5.3.9 257 2/29/2024
5.3.9-preview-02 296 2/3/2024
5.3.9-preview-01 315 1/23/2024
5.3.8 395 1/20/2024
5.3.7 2,738 11/20/2023
5.3.6 480 11/19/2023
5.3.5 1,114 9/21/2023
5.3.4 1,045 8/3/2023
5.3.3 2,400 6/24/2023
5.3.2 32,994 4/1/2023
5.3.1 833 3/6/2023
5.3.0 895 3/3/2023
5.2.25 945 2/5/2023
5.2.24 10,182 12/18/2022
5.2.23 3,258 11/12/2022
5.2.22 5,240 11/6/2022
5.2.21 947 10/28/2022
5.2.20 29,061 9/3/2022
5.2.20-preview-01 691 9/3/2022
5.2.19 30,574 6/26/2022
5.2.18 19,044 3/7/2022
5.2.17 4,796 2/21/2022
5.2.16 2,263 2/19/2022
5.2.15 134,048 12/17/2021
5.2.14 17,441 11/9/2021
5.2.13 164,726 10/9/2021
5.2.12 197,517 7/31/2021
5.2.11 77,866 7/19/2021
5.2.10 335,346 5/31/2021
5.2.9 189,137 3/26/2021
5.2.8 278,728 2/13/2021
5.2.7 80,343 12/26/2020
5.2.7-preview-03 998 12/26/2020
5.2.7-preview-01 985 12/26/2020
3.6.5 122 5/28/2025
3.6.4 141 5/19/2025
3.6.3 89 5/9/2025
3.6.2 164 4/24/2025
3.6.1 178 1/23/2025
3.6.0.2 143 2/11/2025
3.6.0.1 115 1/28/2025
3.6.0 128 1/26/2025
3.6.0-preview-03 96 1/25/2025
3.6.0-preview-02 87 1/24/2025
3.6.0-preview-01 110 1/23/2025
3.5.1 145 12/12/2024
3.5.0 127 12/7/2024
3.4.9 137 11/16/2024
3.4.8 123 10/31/2024
3.4.7 124 10/26/2024
3.4.6 151 10/13/2024
3.4.5 1,959 8/20/2024
3.4.4 122 7/30/2024
3.4.3 588 7/1/2024
3.4.2 169 6/25/2024
3.4.1 170 6/21/2024
3.4.0 193 5/31/2024
3.3.14 176 5/3/2024
3.3.13 152 4/25/2024
3.3.12 174 4/18/2024
3.3.11 156 4/17/2024
3.3.10 427 3/3/2024
3.3.9 248 2/29/2024
3.3.9-preview-02 276 2/3/2024
3.3.9-preview-01 331 1/23/2024
3.3.8 382 1/20/2024
3.3.7 8,830 11/20/2023
3.3.6 482 11/19/2023
3.3.5 2,921 9/21/2023
3.3.4 1,670 8/3/2023
3.3.3 8,714 6/24/2023
3.3.2 2,861 4/1/2023
3.3.1 1,216 3/6/2023
3.3.0 804 3/3/2023
3.2.25 1,511 2/5/2023
3.2.24 18,137 12/18/2022
3.2.23 1,608 11/12/2022
3.2.22 1,000 11/6/2022
3.2.21 1,028 10/28/2022
3.2.20 22,421 9/3/2022
3.2.20-preview-01 640 9/3/2022
3.2.19 48,148 6/26/2022
3.2.18 25,064 3/7/2022
3.2.17 1,247 2/21/2022
3.2.16 1,072 2/19/2022
3.2.15 25,611 12/17/2021
3.2.14 17,753 11/9/2021
3.2.13 2,526 10/9/2021
3.2.12 22,786 7/31/2021
3.2.11 4,785 7/19/2021
3.2.10 39,882 5/31/2021
3.2.9 22,103 3/26/2021
3.2.8 20,174 2/13/2021
3.2.7 73,677 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,057 11/25/2020
3.2.6-preview-01 903 11/25/2020
3.2.5 193,895 10/24/2020
3.2.4 8,151 10/19/2020
3.2.3 12,087 10/11/2020
3.2.2 82,213 8/19/2020
3.2.1 10,651 8/8/2020
3.2.0 26,500 7/27/2020
2.6.5 119 5/28/2025
2.6.4 133 5/19/2025
2.6.3 85 5/9/2025
2.6.2 170 4/24/2025
2.6.1 120 1/23/2025
2.6.0.2 127 2/11/2025
2.6.0.1 112 1/28/2025
2.6.0 122 1/26/2025
2.6.0-preview-03 99 1/25/2025
2.6.0-preview-02 88 1/24/2025
2.6.0-preview-01 97 1/23/2025
2.5.1 146 12/12/2024
2.5.0 133 12/7/2024
2.4.9 130 11/16/2024
2.4.8 130 10/31/2024
2.4.7 131 10/26/2024
2.4.6 144 10/13/2024
2.4.5 165 8/20/2024
2.4.4 121 7/30/2024
2.4.3 156 7/1/2024
2.4.2 150 6/25/2024
2.4.1 153 6/21/2024
2.4.0 141 5/31/2024
2.3.14 155 5/3/2024
2.3.13 183 4/25/2024
2.3.12 157 4/18/2024
2.3.11 142 4/17/2024
2.3.10 243 3/3/2024
2.3.9 257 2/29/2024
2.3.9-preview-02 296 2/3/2024
2.3.9-preview-01 304 1/23/2024
2.3.8 341 1/20/2024
2.3.7 498 11/20/2023
2.3.6 468 11/19/2023
2.3.5 541 9/21/2023
2.3.4 684 8/3/2023
2.3.3 683 6/24/2023
2.3.2 788 4/1/2023
2.3.1 747 3/6/2023
2.3.0 788 3/3/2023
2.2.25 827 2/5/2023
2.2.24 823 12/18/2022
2.2.23 852 11/12/2022
2.2.22 902 11/6/2022
2.2.21 907 10/28/2022
2.2.20 959 9/3/2022
2.2.20-preview-01 621 9/3/2022
2.2.19 1,015 6/26/2022
2.2.18 1,192 3/7/2022
2.2.17 1,014 2/21/2022
2.2.16 1,058 2/19/2022
2.2.15 964 12/17/2021
2.2.14 935 11/9/2021
2.2.13 990 10/9/2021
2.2.12 1,282 7/31/2021
2.2.11 1,810 7/19/2021
2.2.10 1,555 5/31/2021
2.2.9 7,309 3/26/2021
2.2.8 1,893 2/13/2021
2.2.7 1,260 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,842 11/25/2020
2.2.6-preview-01 832 11/25/2020
2.2.5 4,066 10/24/2020
2.2.4 2,823 10/19/2020
2.2.3 1,194 10/11/2020
2.2.2 22,434 8/19/2020
2.2.1 8,210 8/8/2020
2.2.0 64,785 7/27/2020
1.1.8 20,303 7/12/2020
1.1.7 5,365 7/6/2020
1.1.6 2,792 7/5/2020
1.1.5 42,283 6/15/2020
1.1.4 1,252 6/15/2020
1.1.3 1,243 6/15/2020
1.1.2 21,839 5/31/2020
1.1.1 27,766 5/14/2020
1.1.0 23,836 4/25/2020
1.0.24 13,029 4/16/2020
1.0.23 215,044 3/26/2020
1.0.22 6,239 3/18/2020
1.0.21 36,288 2/29/2020
1.0.20 137,230 1/11/2020
1.0.19 114,978 8/29/2019
1.0.18 83,226 7/2/2019
1.0.17 42,954 6/14/2019
1.0.16 4,564 6/6/2019
1.0.15 5,862 5/20/2019
1.0.14 5,074 5/14/2019
1.0.13 14,960 5/3/2019
1.0.12 70,075 3/26/2019
1.0.11 14,085 2/28/2019
1.0.10 32,066 2/5/2019
1.0.9.2 589,231 1/10/2019
1.0.9.1 1,669 1/7/2019
1.0.9 36,144 10/19/2018
1.0.8.18 82,269 9/4/2018
1.0.8.17 11,790 8/27/2018
1.0.8.16 18,723 8/19/2018
1.0.8.15 1,787 8/17/2018
1.0.8.13 6,354 8/2/2018
1.0.8.12 5,135 7/27/2018
1.0.8.11 38,196 6/6/2018
1.0.8.10 2,500 6/5/2018
1.0.8.9 7,110 5/26/2018
1.0.8.8 2,062 5/21/2018
1.0.8.7 3,354 5/9/2018
1.0.8.6 2,722 4/28/2018
1.0.8.5 2,311 4/27/2018
1.0.8.4 2,089 4/25/2018
1.0.8.3 3,829 3/30/2018
1.0.8.2 56,806 1/9/2018
1.0.8.1 5,547 1/5/2018
1.0.8 20,985 12/16/2017
1.0.4.8 16,674 11/1/2017
1.0.4.7 4,574 9/12/2017
1.0.4.6 6,333 7/8/2017
1.0.4.5 2,069 6/28/2017
1.0.4.4 1,900 6/27/2017
1.0.4.3 2,211 6/1/2017
1.0.4.2 1,860 6/1/2017
1.0.4.1 1,887 5/31/2017
1.0.4 2,529 5/17/2017
1.0.3.6 3,406 4/8/2017
1.0.3.5 2,344 3/30/2017
1.0.3.4 2,269 3/25/2017
1.0.3.3 6,061 11/16/2016
1.0.3.2 2,281 10/31/2016
1.0.3.1 2,150 10/30/2016
1.0.3 2,034 10/22/2016
1.0.1 3,231 6/27/2016
1.0.0 9,902 6/8/2016

Bugfixes and new Features. For details see CHANGELOG.md