Microsoft.EntityFrameworkCore.DynamicLinq 9.6.5

dotnet add package Microsoft.EntityFrameworkCore.DynamicLinq --version 9.6.5
                    
NuGet\Install-Package Microsoft.EntityFrameworkCore.DynamicLinq -Version 9.6.5
                    
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.5" />
                    
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.5" />
                    
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.5
                    
#r "nuget: Microsoft.EntityFrameworkCore.DynamicLinq, 9.6.5"
                    
#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=9.6.5
                    
Install Microsoft.EntityFrameworkCore.DynamicLinq as a Cake Addin
#tool nuget:?package=Microsoft.EntityFrameworkCore.DynamicLinq&version=9.6.5
                    
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 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 (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 1,202 10 days ago
9.6.4 3,056 19 days ago
9.6.3 3,163 a month ago
9.6.2 5,045 a month ago
9.6.0.2 47,627 4 months ago
9.6.0.1 35,556 4 months ago
9.6.0 2,782 4 months ago
9.6.0-preview-03 128 4 months ago
9.6.0-preview-02 97 4 months ago
9.6.0-preview-01 104 4 months ago
9.5.1 60,411 6 months ago
9.5.0 4,399 6 months ago
9.4.9 18,132 7 months ago
8.6.5 645 10 days ago
8.6.4 893 19 days ago
8.6.3 1,247 a month ago
8.6.2 2,530 a month ago
8.6.1 110,987 4 months ago
8.6.0.2 8,163 4 months ago
8.6.0.1 1,436 4 months ago
8.6.0 5,644 4 months ago
8.6.0-preview-03 102 4 months ago
8.6.0-preview-02 98 4 months ago
8.6.0-preview-01 93 4 months ago
8.5.1 47,852 6 months ago
8.5.0 3,594 6 months ago
8.4.9 37,313 7 months ago
8.4.8 93,828 7 months ago
8.4.7 30,378 7 months ago
8.4.6 160,087 8 months ago
8.4.5 178,108 10 months ago
8.4.4 119,358 7/30/2024
8.4.3 149,897 7/1/2024
8.4.2 24,129 6/25/2024
8.4.1 34,707 6/21/2024
8.4.0 84,233 5/31/2024
8.3.14 75,575 5/3/2024
8.3.13 17,984 4/25/2024
8.3.12 16,745 4/18/2024
8.3.10 149,912 3/3/2024
8.3.9 9,749 2/29/2024
8.3.9-preview-02 428 2/3/2024
8.3.9-preview-01 656 1/23/2024
8.3.8 90,527 1/20/2024
8.3.7 111,663 11/20/2023
7.6.5 186 10 days ago
7.6.4 262 19 days ago
7.6.3 309 a month ago
7.6.2 380 a month ago
7.6.1 1,021 4 months ago
7.6.0.2 722 4 months ago
7.6.0.1 679 4 months ago
7.6.0 697 4 months ago
7.6.0-preview-03 103 4 months ago
7.6.0-preview-02 89 4 months ago
7.6.0-preview-01 99 4 months ago
7.5.1 839 6 months ago
7.5.0 732 6 months ago
7.4.9 856 7 months ago
7.4.8 800 7 months ago
7.4.7 692 7 months ago
7.4.6 1,077 8 months ago
7.4.5 11,146 10 months ago
7.4.4 987 7/30/2024
7.4.3 9,566 7/1/2024
7.4.2 2,113 6/25/2024
7.4.1 892 6/21/2024
7.4.0 6,109 5/31/2024
7.3.14 12,199 5/3/2024
7.3.13 1,304 4/25/2024
7.3.12 1,520 4/18/2024
7.3.11 1,456 4/17/2024
7.3.10 24,831 3/3/2024
7.3.9 3,585 2/29/2024
7.3.9-preview-02 832 2/3/2024
7.3.9-preview-01 443 1/23/2024
7.3.8 22,871 1/20/2024
7.3.7 26,555 11/20/2023
7.3.6 13,071 11/19/2023
7.3.5 212,461 9/21/2023
7.3.4 128,803 8/3/2023
7.3.3 87,091 6/24/2023
7.3.2 393,760 4/1/2023
7.3.1 28,751 3/6/2023
7.3.0 1,943 3/3/2023
7.2.25 81,553 2/5/2023
7.2.24 211,807 12/18/2022
7.2.23 75,240 11/12/2022
6.6.5 142 10 days ago
6.6.4 264 19 days ago
6.6.3 122 a month ago
6.6.2 217 a month ago
6.6.1 1,928 4 months ago
6.6.0.2 888 4 months ago
6.6.0.1 181 4 months ago
6.6.0 593 4 months ago
6.6.0-preview-03 102 4 months ago
6.6.0-preview-02 93 4 months ago
6.6.0-preview-01 99 4 months ago
6.5.1 16,715 6 months ago
6.5.0 258 6 months ago
6.4.9 771 7 months ago
6.4.8 325 7 months ago
6.4.7 462 7 months ago
6.4.6 1,575 8 months ago
6.4.5 2,286 10 months ago
6.4.4 1,043 7/30/2024
6.4.3 1,481 7/1/2024
6.4.2 329 6/25/2024
6.4.1 2,376 6/21/2024
6.4.0 1,899 5/31/2024
6.3.14 2,748 5/3/2024
6.3.13 9,410 4/25/2024
6.3.12 318 4/18/2024
6.3.11 254 4/17/2024
6.3.10 10,232 3/3/2024
6.3.9 2,384 2/29/2024
6.3.9-preview-02 541 2/3/2024
6.3.9-preview-01 306 1/23/2024
6.3.8 40,503 1/20/2024
6.3.7 39,553 11/20/2023
6.3.6 1,645 11/19/2023
6.3.5 449,078 9/21/2023
6.3.4 47,788 8/3/2023
6.3.3 38,144 6/24/2023
6.3.2 142,085 4/1/2023
6.3.1 39,747 3/6/2023
6.3.0 18,850 3/3/2023
6.2.25 53,649 2/5/2023
6.2.24 71,198 12/18/2022
6.2.23 78,545 11/12/2022
6.2.22 48,097 11/6/2022
6.2.21 46,651 10/28/2022
6.2.20 392,871 9/3/2022
6.2.20-preview-01 677 9/3/2022
6.2.19 336,440 6/26/2022
6.2.18 662,544 3/7/2022
6.2.17 66,495 2/21/2022
6.2.16 4,088 2/19/2022
6.2.15 176,537 12/17/2021
6.2.14 270,114 11/9/2021
6.2.13-preview.4.21253.1 1,376 10/9/2021
6.2.12-preview.4.21253.1 945 7/31/2021
6.2.11-preview.4.21253.1 263 7/19/2021
6.0.0-preview.4.21253.1 476 5/31/2021
6.0.0-preview.3.21201.2 292 5/9/2021
5.6.5 139 10 days ago
5.6.4 142 19 days ago
5.6.3 89 a month ago
5.6.2 168 a month ago
5.6.1 231 4 months ago
5.6.0.2 141 4 months ago
5.6.0.1 114 4 months ago
5.6.0 125 4 months ago
5.6.0-preview-03 104 4 months ago
5.6.0-preview-02 88 4 months ago
5.6.0-preview-01 101 4 months ago
5.5.1 426 6 months ago
5.5.0 139 6 months ago
5.4.9 132 7 months ago
5.4.8 128 7 months ago
5.4.7 126 7 months ago
5.4.6 155 8 months ago
5.4.5 278 10 months ago
5.4.4 281 7/30/2024
5.4.3 262 7/1/2024
5.4.2 158 6/25/2024
5.4.1 174 6/21/2024
5.4.0 183 5/31/2024
5.3.14 149 5/3/2024
5.3.13 172 4/25/2024
5.3.12 161 4/18/2024
5.3.11 346 4/17/2024
5.3.10 884 3/3/2024
5.3.9 259 2/29/2024
5.3.9-preview-02 297 2/3/2024
5.3.9-preview-01 316 1/23/2024
5.3.8 397 1/20/2024
5.3.7 2,752 11/20/2023
5.3.6 482 11/19/2023
5.3.5 1,117 9/21/2023
5.3.4 1,046 8/3/2023
5.3.3 2,401 6/24/2023
5.3.2 32,997 4/1/2023
5.3.1 834 3/6/2023
5.3.0 895 3/3/2023
5.2.25 946 2/5/2023
5.2.24 10,203 12/18/2022
5.2.23 3,265 11/12/2022
5.2.22 5,241 11/6/2022
5.2.21 950 10/28/2022
5.2.20 29,108 9/3/2022
5.2.20-preview-01 691 9/3/2022
5.2.19 30,731 6/26/2022
5.2.18 19,054 3/7/2022
5.2.17 4,798 2/21/2022
5.2.16 2,265 2/19/2022
5.2.15 134,418 12/17/2021
5.2.14 17,447 11/9/2021
5.2.13 164,730 10/9/2021
5.2.12 197,558 7/31/2021
5.2.11 77,962 7/19/2021
5.2.10 335,386 5/31/2021
5.2.9 189,153 3/26/2021
5.2.8 278,808 2/13/2021
5.2.7 80,360 12/26/2020
5.2.7-preview-03 999 12/26/2020
5.2.7-preview-01 986 12/26/2020
3.6.5 155 10 days ago
3.6.4 149 19 days ago
3.6.3 94 a month ago
3.6.2 168 a month ago
3.6.1 182 4 months ago
3.6.0.2 146 4 months ago
3.6.0.1 118 4 months ago
3.6.0 132 4 months ago
3.6.0-preview-03 98 4 months ago
3.6.0-preview-02 89 4 months ago
3.6.0-preview-01 112 4 months ago
3.5.1 149 6 months ago
3.5.0 131 6 months ago
3.4.9 142 7 months ago
3.4.8 129 7 months ago
3.4.7 129 7 months ago
3.4.6 156 8 months ago
3.4.5 1,982 10 months ago
3.4.4 127 7/30/2024
3.4.3 592 7/1/2024
3.4.2 173 6/25/2024
3.4.1 174 6/21/2024
3.4.0 198 5/31/2024
3.3.14 179 5/3/2024
3.3.13 156 4/25/2024
3.3.12 177 4/18/2024
3.3.11 160 4/17/2024
3.3.10 430 3/3/2024
3.3.9 250 2/29/2024
3.3.9-preview-02 277 2/3/2024
3.3.9-preview-01 332 1/23/2024
3.3.8 384 1/20/2024
3.3.7 8,866 11/20/2023
3.3.6 484 11/19/2023
3.3.5 2,932 9/21/2023
3.3.4 1,672 8/3/2023
3.3.3 8,732 6/24/2023
3.3.2 2,864 4/1/2023
3.3.1 1,218 3/6/2023
3.3.0 806 3/3/2023
3.2.25 1,518 2/5/2023
3.2.24 18,142 12/18/2022
3.2.23 1,610 11/12/2022
3.2.22 1,002 11/6/2022
3.2.21 1,030 10/28/2022
3.2.20 22,476 9/3/2022
3.2.20-preview-01 641 9/3/2022
3.2.19 48,162 6/26/2022
3.2.18 25,068 3/7/2022
3.2.17 1,249 2/21/2022
3.2.16 1,074 2/19/2022
3.2.15 25,682 12/17/2021
3.2.14 17,756 11/9/2021
3.2.13 2,529 10/9/2021
3.2.12 22,808 7/31/2021
3.2.11 4,788 7/19/2021
3.2.10 39,884 5/31/2021
3.2.9 22,124 3/26/2021
3.2.8 20,185 2/13/2021
3.2.7 73,681 12/26/2020
3.2.7-preview-03 991 12/26/2020
3.2.7-preview-02 1,009 12/26/2020
3.2.7-preview-01 1,008 12/26/2020
3.2.6 134,083 11/25/2020
3.2.6-preview-01 904 11/25/2020
3.2.5 193,925 10/24/2020
3.2.4 8,157 10/19/2020
3.2.3 12,092 10/11/2020
3.2.2 82,226 8/19/2020
3.2.1 10,663 8/8/2020
3.2.0 26,503 7/27/2020
2.6.5 140 10 days ago
2.6.4 140 19 days ago
2.6.3 90 a month ago
2.6.2 174 a month ago
2.6.1 124 4 months ago
2.6.0.2 131 4 months ago
2.6.0.1 116 4 months ago
2.6.0 127 4 months ago
2.6.0-preview-03 102 4 months ago
2.6.0-preview-02 91 4 months ago
2.6.0-preview-01 103 4 months ago
2.5.1 150 6 months ago
2.5.0 137 6 months ago
2.4.9 135 7 months ago
2.4.8 135 7 months ago
2.4.7 136 7 months ago
2.4.6 148 8 months ago
2.4.5 169 10 months ago
2.4.4 124 7/30/2024
2.4.3 159 7/1/2024
2.4.2 154 6/25/2024
2.4.1 157 6/21/2024
2.4.0 145 5/31/2024
2.3.14 159 5/3/2024
2.3.13 187 4/25/2024
2.3.12 160 4/18/2024
2.3.11 146 4/17/2024
2.3.10 245 3/3/2024
2.3.9 259 2/29/2024
2.3.9-preview-02 297 2/3/2024
2.3.9-preview-01 305 1/23/2024
2.3.8 343 1/20/2024
2.3.7 500 11/20/2023
2.3.6 470 11/19/2023
2.3.5 543 9/21/2023
2.3.4 686 8/3/2023
2.3.3 685 6/24/2023
2.3.2 790 4/1/2023
2.3.1 749 3/6/2023
2.3.0 790 3/3/2023
2.2.25 829 2/5/2023
2.2.24 825 12/18/2022
2.2.23 854 11/12/2022
2.2.22 904 11/6/2022
2.2.21 909 10/28/2022
2.2.20 961 9/3/2022
2.2.20-preview-01 622 9/3/2022
2.2.19 1,017 6/26/2022
2.2.18 1,194 3/7/2022
2.2.17 1,016 2/21/2022
2.2.16 1,060 2/19/2022
2.2.15 966 12/17/2021
2.2.14 937 11/9/2021
2.2.13 992 10/9/2021
2.2.12 1,284 7/31/2021
2.2.11 1,812 7/19/2021
2.2.10 1,557 5/31/2021
2.2.9 7,311 3/26/2021
2.2.8 1,895 2/13/2021
2.2.7 1,262 12/26/2020
2.2.7-preview-03 992 12/26/2020
2.2.7-preview-02 973 12/26/2020
2.2.7-preview-01 1,012 12/26/2020
2.2.6 12,848 11/25/2020
2.2.6-preview-01 833 11/25/2020
2.2.5 4,068 10/24/2020
2.2.4 2,825 10/19/2020
2.2.3 1,196 10/11/2020
2.2.2 22,436 8/19/2020
2.2.1 8,212 8/8/2020
2.2.0 64,822 7/27/2020
1.1.8 20,336 7/12/2020
1.1.7 5,368 7/6/2020
1.1.6 2,794 7/5/2020
1.1.5 42,285 6/15/2020
1.1.4 1,254 6/15/2020
1.1.3 1,245 6/15/2020
1.1.2 21,854 5/31/2020
1.1.1 27,776 5/14/2020
1.1.0 23,854 4/25/2020
1.0.24 13,036 4/16/2020
1.0.23 215,051 3/26/2020
1.0.22 6,245 3/18/2020
1.0.21 36,320 2/29/2020
1.0.20 137,298 1/11/2020
1.0.19 115,046 8/29/2019
1.0.18 83,235 7/2/2019
1.0.17 42,988 6/14/2019
1.0.16 4,611 6/6/2019
1.0.15 5,875 5/20/2019
1.0.14 5,080 5/14/2019
1.0.13 14,968 5/3/2019
1.0.12 70,083 3/26/2019
1.0.11 14,091 2/28/2019
1.0.10 32,074 2/5/2019
1.0.9.2 589,254 1/10/2019
1.0.9.1 1,674 1/7/2019
1.0.9 36,153 10/19/2018
1.0.8.18 82,277 9/4/2018
1.0.8.17 11,797 8/27/2018
1.0.8.16 18,729 8/19/2018
1.0.8.15 1,793 8/17/2018
1.0.8.13 6,365 8/2/2018
1.0.8.12 5,146 7/27/2018
1.0.8.11 38,213 6/6/2018
1.0.8.10 2,515 6/5/2018
1.0.8.9 7,124 5/26/2018
1.0.8.8 2,076 5/21/2018
1.0.8.7 3,369 5/9/2018
1.0.8.6 2,736 4/28/2018
1.0.8.5 2,325 4/27/2018
1.0.8.4 2,103 4/25/2018
1.0.8.3 3,844 3/30/2018
1.0.8.2 56,820 1/9/2018
1.0.8.1 5,561 1/5/2018
1.0.8 21,000 12/16/2017
1.0.4.8 16,710 11/1/2017
1.0.4.7 4,585 9/12/2017
1.0.4.6 6,345 7/8/2017
1.0.4.5 2,079 6/28/2017
1.0.4.4 1,910 6/27/2017
1.0.4.3 2,222 6/1/2017
1.0.4.2 1,870 6/1/2017
1.0.4.1 1,897 5/31/2017
1.0.4 2,539 5/17/2017
1.0.3.6 3,420 4/8/2017
1.0.3.5 2,358 3/30/2017
1.0.3.4 2,284 3/25/2017
1.0.3.3 6,075 11/16/2016
1.0.3.2 2,295 10/31/2016
1.0.3.1 2,164 10/30/2016
1.0.3 2,049 10/22/2016
1.0.1 3,252 6/27/2016
1.0.0 10,004 6/8/2016

Bugfixes and new Features. For details see CHANGELOG.md