Microsoft.EntityFrameworkCore.DynamicLinq 8.3.9-preview-01

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 8.3.9-preview-01
                    
NuGet\Install-Package Microsoft.EntityFrameworkCore.DynamicLinq -Version 8.3.9-preview-01
                    
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.3.9-preview-01" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.EntityFrameworkCore.DynamicLinq" Version="8.3.9-preview-01" />
                    
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.3.9-preview-01
                    
#r "nuget: Microsoft.EntityFrameworkCore.DynamicLinq, 8.3.9-preview-01"
                    
#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.3.9-preview-01&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.EntityFrameworkCore.DynamicLinq&version=8.3.9-preview-01&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 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 (79)

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.6 14,065 6/11/2025
9.6.5 5,596 5/28/2025
9.6.4 5,881 5/19/2025
9.6.3 3,955 5/9/2025
9.6.2 8,403 4/24/2025
9.6.0.2 57,454 2/11/2025
9.6.0.1 44,123 1/28/2025
9.6.0 2,995 1/26/2025
9.6.0-preview-03 140 1/25/2025
9.6.0-preview-02 111 1/24/2025
9.6.0-preview-01 116 1/23/2025
9.5.1 69,467 12/12/2024
9.5.0 4,559 12/7/2024
9.4.9 19,022 11/16/2024
8.6.6 4,271 6/11/2025
8.6.5 2,893 5/28/2025
8.6.4 1,832 5/19/2025
8.6.3 1,896 5/9/2025
8.6.2 3,978 4/24/2025
8.6.1 172,839 1/23/2025
8.6.0.2 11,172 2/11/2025
8.6.0.1 1,582 1/28/2025
8.6.0 6,921 1/26/2025
8.6.0-preview-03 115 1/25/2025
8.6.0-preview-02 112 1/24/2025
8.6.0-preview-01 105 1/23/2025
8.5.1 54,226 12/12/2024
8.5.0 4,266 12/7/2024
8.4.9 41,823 11/16/2024
8.4.8 100,228 10/31/2024
8.4.7 32,088 10/26/2024
8.4.6 168,977 10/13/2024
8.4.5 196,664 8/20/2024
8.4.4 125,903 7/30/2024
8.4.3 155,190 7/1/2024
8.4.2 25,387 6/25/2024
8.4.1 36,661 6/21/2024
8.4.0 91,479 5/31/2024
8.3.14 79,900 5/3/2024
8.3.13 18,546 4/25/2024
8.3.12 17,398 4/18/2024
8.3.10 154,404 3/3/2024
8.3.9 10,021 2/29/2024
8.3.9-preview-02 447 2/3/2024
8.3.9-preview-01 666 1/23/2024
8.3.8 93,863 1/20/2024
8.3.7 114,109 11/20/2023
7.6.6 675 6/11/2025
7.6.5 410 5/28/2025
7.6.4 460 5/19/2025
7.6.3 599 5/9/2025
7.6.2 444 4/24/2025
7.6.1 1,142 1/23/2025
7.6.0.2 778 2/11/2025
7.6.0.1 732 1/28/2025
7.6.0 756 1/26/2025
7.6.0-preview-03 113 1/25/2025
7.6.0-preview-02 103 1/24/2025
7.6.0-preview-01 110 1/23/2025
7.5.1 893 12/12/2024
7.5.0 786 12/7/2024
7.4.9 910 11/16/2024
7.4.8 859 10/31/2024
7.4.7 744 10/26/2024
7.4.6 1,129 10/13/2024
7.4.5 13,501 8/20/2024
7.4.4 1,042 7/30/2024
7.4.3 9,644 7/1/2024
7.4.2 2,168 6/25/2024
7.4.1 947 6/21/2024
7.4.0 6,231 5/31/2024
7.3.14 12,527 5/3/2024
7.3.13 1,403 4/25/2024
7.3.12 1,583 4/18/2024
7.3.11 1,509 4/17/2024
7.3.10 24,991 3/3/2024
7.3.9 3,649 2/29/2024
7.3.9-preview-02 846 2/3/2024
7.3.9-preview-01 460 1/23/2024
7.3.8 23,557 1/20/2024
7.3.7 26,863 11/20/2023
7.3.6 13,505 11/19/2023
7.3.5 221,366 9/21/2023
7.3.4 129,965 8/3/2023
7.3.3 87,295 6/24/2023
7.3.2 395,387 4/1/2023
7.3.1 29,123 3/6/2023
7.3.0 2,043 3/3/2023
7.2.25 82,059 2/5/2023
7.2.24 212,927 12/18/2022
7.2.23 76,817 11/12/2022
6.6.6 338 6/11/2025
6.6.5 217 5/28/2025
6.6.4 333 5/19/2025
6.6.3 177 5/9/2025
6.6.2 269 4/24/2025
6.6.1 2,067 1/23/2025
6.6.0.2 1,217 2/11/2025
6.6.0.1 236 1/28/2025
6.6.0 729 1/26/2025
6.6.0-preview-03 115 1/25/2025
6.6.0-preview-02 107 1/24/2025
6.6.0-preview-01 112 1/23/2025
6.5.1 21,180 12/12/2024
6.5.0 332 12/7/2024
6.4.9 944 11/16/2024
6.4.8 385 10/31/2024
6.4.7 518 10/26/2024
6.4.6 1,687 10/13/2024
6.4.5 2,433 8/20/2024
6.4.4 1,097 7/30/2024
6.4.3 1,548 7/1/2024
6.4.2 380 6/25/2024
6.4.1 2,428 6/21/2024
6.4.0 1,956 5/31/2024
6.3.14 2,805 5/3/2024
6.3.13 10,222 4/25/2024
6.3.12 368 4/18/2024
6.3.11 309 4/17/2024
6.3.10 10,516 3/3/2024
6.3.9 2,580 2/29/2024
6.3.9-preview-02 555 2/3/2024
6.3.9-preview-01 317 1/23/2024
6.3.8 42,040 1/20/2024
6.3.7 40,174 11/20/2023
6.3.6 1,696 11/19/2023
6.3.5 512,158 9/21/2023
6.3.4 47,909 8/3/2023
6.3.3 38,883 6/24/2023
6.3.2 144,332 4/1/2023
6.3.1 39,904 3/6/2023
6.3.0 19,321 3/3/2023
6.2.25 54,350 2/5/2023
6.2.24 71,990 12/18/2022
6.2.23 78,837 11/12/2022
6.2.22 48,463 11/6/2022
6.2.21 46,906 10/28/2022
6.2.20 394,938 9/3/2022
6.2.20-preview-01 698 9/3/2022
6.2.19 340,977 6/26/2022
6.2.18 666,158 3/7/2022
6.2.17 66,798 2/21/2022
6.2.16 4,110 2/19/2022
6.2.15 179,074 12/17/2021
6.2.14 272,815 11/9/2021
6.2.13-preview.4.21253.1 1,530 10/9/2021
6.2.12-preview.4.21253.1 970 7/31/2021
6.2.11-preview.4.21253.1 291 7/19/2021
6.0.0-preview.4.21253.1 498 5/31/2021
6.0.0-preview.3.21201.2 321 5/9/2021
5.6.6 298 6/11/2025
5.6.5 159 5/28/2025
5.6.4 155 5/19/2025
5.6.3 105 5/9/2025
5.6.2 185 4/24/2025
5.6.1 252 1/23/2025
5.6.0.2 155 2/11/2025
5.6.0.1 129 1/28/2025
5.6.0 140 1/26/2025
5.6.0-preview-03 116 1/25/2025
5.6.0-preview-02 108 1/24/2025
5.6.0-preview-01 120 1/23/2025
5.5.1 445 12/12/2024
5.5.0 154 12/7/2024
5.4.9 143 11/16/2024
5.4.8 142 10/31/2024
5.4.7 144 10/26/2024
5.4.6 168 10/13/2024
5.4.5 290 8/20/2024
5.4.4 303 7/30/2024
5.4.3 287 7/1/2024
5.4.2 167 6/25/2024
5.4.1 185 6/21/2024
5.4.0 196 5/31/2024
5.3.14 161 5/3/2024
5.3.13 182 4/25/2024
5.3.12 175 4/18/2024
5.3.11 362 4/17/2024
5.3.10 929 3/3/2024
5.3.9 272 2/29/2024
5.3.9-preview-02 308 2/3/2024
5.3.9-preview-01 326 1/23/2024
5.3.8 412 1/20/2024
5.3.7 2,831 11/20/2023
5.3.6 497 11/19/2023
5.3.5 1,135 9/21/2023
5.3.4 1,075 8/3/2023
5.3.3 2,419 6/24/2023
5.3.2 33,028 4/1/2023
5.3.1 850 3/6/2023
5.3.0 910 3/3/2023
5.2.25 974 2/5/2023
5.2.24 10,369 12/18/2022
5.2.23 3,332 11/12/2022
5.2.22 5,254 11/6/2022
5.2.21 969 10/28/2022
5.2.20 29,768 9/3/2022
5.2.20-preview-01 709 9/3/2022
5.2.19 31,389 6/26/2022
5.2.18 19,091 3/7/2022
5.2.17 4,834 2/21/2022
5.2.16 2,290 2/19/2022
5.2.15 136,432 12/17/2021
5.2.14 17,496 11/9/2021
5.2.13 164,779 10/9/2021
5.2.12 198,363 7/31/2021
5.2.11 78,736 7/19/2021
5.2.10 336,769 5/31/2021
5.2.9 189,529 3/26/2021
5.2.8 279,765 2/13/2021
5.2.7 80,562 12/26/2020
5.2.7-preview-03 1,025 12/26/2020
5.2.7-preview-01 1,011 12/26/2020
3.6.6 300 6/11/2025
3.6.5 263 5/28/2025
3.6.4 168 5/19/2025
3.6.3 109 5/9/2025
3.6.2 187 4/24/2025
3.6.1 209 1/23/2025
3.6.0.2 164 2/11/2025
3.6.0.1 133 1/28/2025
3.6.0 148 1/26/2025
3.6.0-preview-03 110 1/25/2025
3.6.0-preview-02 102 1/24/2025
3.6.0-preview-01 124 1/23/2025
3.5.1 163 12/12/2024
3.5.0 147 12/7/2024
3.4.9 155 11/16/2024
3.4.8 143 10/31/2024
3.4.7 144 10/26/2024
3.4.6 172 10/13/2024
3.4.5 2,200 8/20/2024
3.4.4 143 7/30/2024
3.4.3 668 7/1/2024
3.4.2 185 6/25/2024
3.4.1 186 6/21/2024
3.4.0 212 5/31/2024
3.3.14 191 5/3/2024
3.3.13 171 4/25/2024
3.3.12 189 4/18/2024
3.3.11 173 4/17/2024
3.3.10 449 3/3/2024
3.3.9 265 2/29/2024
3.3.9-preview-02 291 2/3/2024
3.3.9-preview-01 341 1/23/2024
3.3.8 399 1/20/2024
3.3.7 9,125 11/20/2023
3.3.6 497 11/19/2023
3.3.5 3,025 9/21/2023
3.3.4 1,692 8/3/2023
3.3.3 8,928 6/24/2023
3.3.2 2,884 4/1/2023
3.3.1 1,241 3/6/2023
3.3.0 820 3/3/2023
3.2.25 1,553 2/5/2023
3.2.24 18,185 12/18/2022
3.2.23 1,630 11/12/2022
3.2.22 1,017 11/6/2022
3.2.21 1,050 10/28/2022
3.2.20 22,807 9/3/2022
3.2.20-preview-01 661 9/3/2022
3.2.19 48,262 6/26/2022
3.2.18 25,100 3/7/2022
3.2.17 1,274 2/21/2022
3.2.16 1,093 2/19/2022
3.2.15 26,289 12/17/2021
3.2.14 17,843 11/9/2021
3.2.13 2,564 10/9/2021
3.2.12 22,887 7/31/2021
3.2.11 4,812 7/19/2021
3.2.10 39,907 5/31/2021
3.2.9 22,341 3/26/2021
3.2.8 20,270 2/13/2021
3.2.7 73,730 12/26/2020
3.2.7-preview-03 1,018 12/26/2020
3.2.7-preview-02 1,040 12/26/2020
3.2.7-preview-01 1,034 12/26/2020
3.2.6 134,410 11/25/2020
3.2.6-preview-01 936 11/25/2020
3.2.5 194,219 10/24/2020
3.2.4 8,187 10/19/2020
3.2.3 12,131 10/11/2020
3.2.2 82,426 8/19/2020
3.2.1 10,792 8/8/2020
3.2.0 26,607 7/27/2020
2.6.6 297 6/11/2025
2.6.5 162 5/28/2025
2.6.4 161 5/19/2025
2.6.3 105 5/9/2025
2.6.2 193 4/24/2025
2.6.1 138 1/23/2025
2.6.0.2 147 2/11/2025
2.6.0.1 131 1/28/2025
2.6.0 177 1/26/2025
2.6.0-preview-03 114 1/25/2025
2.6.0-preview-02 111 1/24/2025
2.6.0-preview-01 116 1/23/2025
2.5.1 163 12/12/2024
2.5.0 156 12/7/2024
2.4.9 148 11/16/2024
2.4.8 148 10/31/2024
2.4.7 152 10/26/2024
2.4.6 163 10/13/2024
2.4.5 186 8/20/2024
2.4.4 137 7/30/2024
2.4.3 178 7/1/2024
2.4.2 168 6/25/2024
2.4.1 174 6/21/2024
2.4.0 159 5/31/2024
2.3.14 173 5/3/2024
2.3.13 198 4/25/2024
2.3.12 172 4/18/2024
2.3.11 161 4/17/2024
2.3.10 262 3/3/2024
2.3.9 275 2/29/2024
2.3.9-preview-02 305 2/3/2024
2.3.9-preview-01 319 1/23/2024
2.3.8 357 1/20/2024
2.3.7 514 11/20/2023
2.3.6 486 11/19/2023
2.3.5 562 9/21/2023
2.3.4 702 8/3/2023
2.3.3 705 6/24/2023
2.3.2 813 4/1/2023
2.3.1 770 3/6/2023
2.3.0 809 3/3/2023
2.2.25 848 2/5/2023
2.2.24 843 12/18/2022
2.2.23 871 11/12/2022
2.2.22 918 11/6/2022
2.2.21 927 10/28/2022
2.2.20 977 9/3/2022
2.2.20-preview-01 641 9/3/2022
2.2.19 1,045 6/26/2022
2.2.18 1,218 3/7/2022
2.2.17 1,043 2/21/2022
2.2.16 1,085 2/19/2022
2.2.15 990 12/17/2021
2.2.14 956 11/9/2021
2.2.13 1,014 10/9/2021
2.2.12 1,304 7/31/2021
2.2.11 1,832 7/19/2021
2.2.10 1,579 5/31/2021
2.2.9 7,336 3/26/2021
2.2.8 1,919 2/13/2021
2.2.7 1,280 12/26/2020
2.2.7-preview-03 1,017 12/26/2020
2.2.7-preview-02 997 12/26/2020
2.2.7-preview-01 1,036 12/26/2020
2.2.6 12,887 11/25/2020
2.2.6-preview-01 856 11/25/2020
2.2.5 4,091 10/24/2020
2.2.4 2,853 10/19/2020
2.2.3 1,220 10/11/2020
2.2.2 22,465 8/19/2020
2.2.1 8,244 8/8/2020
2.2.0 65,176 7/27/2020
1.1.8 20,492 7/12/2020
1.1.7 5,397 7/6/2020
1.1.6 2,861 7/5/2020
1.1.5 42,326 6/15/2020
1.1.4 1,277 6/15/2020
1.1.3 1,269 6/15/2020
1.1.2 22,014 5/31/2020
1.1.1 27,836 5/14/2020
1.1.0 23,937 4/25/2020
1.0.24 13,067 4/16/2020
1.0.23 215,078 3/26/2020
1.0.22 6,276 3/18/2020
1.0.21 36,629 2/29/2020
1.0.20 137,923 1/11/2020
1.0.19 115,481 8/29/2019
1.0.18 83,310 7/2/2019
1.0.17 43,173 6/14/2019
1.0.16 4,697 6/6/2019
1.0.15 5,971 5/20/2019
1.0.14 5,112 5/14/2019
1.0.13 15,027 5/3/2019
1.0.12 70,155 3/26/2019
1.0.11 14,127 2/28/2019
1.0.10 32,205 2/5/2019
1.0.9.2 589,376 1/10/2019
1.0.9.1 1,701 1/7/2019
1.0.9 36,215 10/19/2018
1.0.8.18 82,316 9/4/2018
1.0.8.17 11,832 8/27/2018
1.0.8.16 18,771 8/19/2018
1.0.8.15 1,830 8/17/2018
1.0.8.13 6,419 8/2/2018
1.0.8.12 5,201 7/27/2018
1.0.8.11 38,308 6/6/2018
1.0.8.10 2,595 6/5/2018
1.0.8.9 7,207 5/26/2018
1.0.8.8 2,161 5/21/2018
1.0.8.7 3,461 5/9/2018
1.0.8.6 2,824 4/28/2018
1.0.8.5 2,408 4/27/2018
1.0.8.4 2,188 4/25/2018
1.0.8.3 3,936 3/30/2018
1.0.8.2 56,906 1/9/2018
1.0.8.1 5,645 1/5/2018
1.0.8 21,082 12/16/2017
1.0.4.8 17,010 11/1/2017
1.0.4.7 4,642 9/12/2017
1.0.4.6 6,407 7/8/2017
1.0.4.5 2,140 6/28/2017
1.0.4.4 1,971 6/27/2017
1.0.4.3 2,284 6/1/2017
1.0.4.2 1,925 6/1/2017
1.0.4.1 1,957 5/31/2017
1.0.4 2,605 5/17/2017
1.0.3.6 3,503 4/8/2017
1.0.3.5 2,444 3/30/2017
1.0.3.4 2,371 3/25/2017
1.0.3.3 6,160 11/16/2016
1.0.3.2 2,385 10/31/2016
1.0.3.1 2,248 10/30/2016
1.0.3 2,142 10/22/2016
1.0.1 3,371 6/27/2016
1.0.0 10,624 6/8/2016

Bugfixes and new Features. For details see CHANGELOG.md