Microsoft.EntityFrameworkCore.DynamicLinq 9.6.6

dotnet add package Microsoft.EntityFrameworkCore.DynamicLinq --version 9.6.6
                    
NuGet\Install-Package Microsoft.EntityFrameworkCore.DynamicLinq -Version 9.6.6
                    
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.6" />
                    
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.6" />
                    
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.6
                    
#r "nuget: Microsoft.EntityFrameworkCore.DynamicLinq, 9.6.6"
                    
#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.6
                    
#: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.6
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.EntityFrameworkCore.DynamicLinq&version=9.6.6
                    
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 (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 16,907 a month ago
9.6.5 5,816 2 months ago
9.6.4 6,177 2 months ago
9.6.3 3,998 2 months ago
9.6.2 8,575 3 months ago
9.6.0.2 58,388 5 months ago
9.6.0.1 45,007 6 months ago
9.6.0 3,025 6 months ago
9.6.0-preview-03 144 6 months ago
9.6.0-preview-02 113 6 months ago
9.6.0-preview-01 119 6 months ago
9.5.1 70,229 7 months ago
9.5.0 4,624 7 months ago
9.4.9 19,112 8 months ago
8.6.6 5,289 a month ago
8.6.5 3,072 2 months ago
8.6.4 1,914 2 months ago
8.6.3 1,975 2 months ago
8.6.2 4,092 3 months ago
8.6.1 179,525 6 months ago
8.6.0.2 11,683 5 months ago
8.6.0.1 1,600 6 months ago
8.6.0 7,327 6 months ago
8.6.0-preview-03 118 6 months ago
8.6.0-preview-02 114 6 months ago
8.6.0-preview-01 108 6 months ago
8.5.1 55,151 7 months ago
8.5.0 4,355 7 months ago
8.4.9 42,319 8 months ago
8.4.8 100,694 9 months ago
8.4.7 32,171 9 months ago
8.4.6 169,797 9 months ago
8.4.5 198,830 8/20/2024
8.4.4 126,469 7/30/2024
8.4.3 155,575 7/1/2024
8.4.2 25,616 6/25/2024
8.4.1 36,932 6/21/2024
8.4.0 92,567 5/31/2024
8.3.14 80,554 5/3/2024
8.3.13 18,604 4/25/2024
8.3.12 17,437 4/18/2024
8.3.10 154,987 3/3/2024
8.3.9 10,043 2/29/2024
8.3.9-preview-02 450 2/3/2024
8.3.9-preview-01 667 1/23/2024
8.3.8 94,413 1/20/2024
8.3.7 114,416 11/20/2023
7.6.6 716 a month ago
7.6.5 432 2 months ago
7.6.4 480 2 months ago
7.6.3 618 2 months ago
7.6.2 449 3 months ago
7.6.1 1,156 6 months ago
7.6.0.2 784 5 months ago
7.6.0.1 739 6 months ago
7.6.0 761 6 months ago
7.6.0-preview-03 115 6 months ago
7.6.0-preview-02 106 6 months ago
7.6.0-preview-01 112 6 months ago
7.5.1 898 7 months ago
7.5.0 792 7 months ago
7.4.9 915 8 months ago
7.4.8 864 9 months ago
7.4.7 750 9 months ago
7.4.6 1,134 9 months ago
7.4.5 13,798 8/20/2024
7.4.4 1,050 7/30/2024
7.4.3 9,658 7/1/2024
7.4.2 2,174 6/25/2024
7.4.1 954 6/21/2024
7.4.0 6,241 5/31/2024
7.3.14 12,537 5/3/2024
7.3.13 1,408 4/25/2024
7.3.12 1,588 4/18/2024
7.3.11 1,513 4/17/2024
7.3.10 25,004 3/3/2024
7.3.9 3,653 2/29/2024
7.3.9-preview-02 848 2/3/2024
7.3.9-preview-01 461 1/23/2024
7.3.8 23,623 1/20/2024
7.3.7 26,897 11/20/2023
7.3.6 13,537 11/19/2023
7.3.5 222,900 9/21/2023
7.3.4 130,091 8/3/2023
7.3.3 87,322 6/24/2023
7.3.2 395,570 4/1/2023
7.3.1 29,145 3/6/2023
7.3.0 2,048 3/3/2023
7.2.25 82,092 2/5/2023
7.2.24 213,049 12/18/2022
7.2.23 76,979 11/12/2022
6.6.6 430 a month ago
6.6.5 221 2 months ago
6.6.4 340 2 months ago
6.6.3 185 2 months ago
6.6.2 274 3 months ago
6.6.1 2,082 6 months ago
6.6.0.2 1,254 5 months ago
6.6.0.1 241 6 months ago
6.6.0 751 6 months ago
6.6.0-preview-03 118 6 months ago
6.6.0-preview-02 109 6 months ago
6.6.0-preview-01 115 6 months ago
6.5.1 21,609 7 months ago
6.5.0 338 7 months ago
6.4.9 956 8 months ago
6.4.8 391 9 months ago
6.4.7 522 9 months ago
6.4.6 1,699 9 months ago
6.4.5 2,438 8/20/2024
6.4.4 1,101 7/30/2024
6.4.3 1,553 7/1/2024
6.4.2 385 6/25/2024
6.4.1 2,435 6/21/2024
6.4.0 1,960 5/31/2024
6.3.14 2,813 5/3/2024
6.3.13 10,226 4/25/2024
6.3.12 374 4/18/2024
6.3.11 314 4/17/2024
6.3.10 10,555 3/3/2024
6.3.9 2,596 2/29/2024
6.3.9-preview-02 557 2/3/2024
6.3.9-preview-01 320 1/23/2024
6.3.8 42,166 1/20/2024
6.3.7 40,268 11/20/2023
6.3.6 1,700 11/19/2023
6.3.5 517,653 9/21/2023
6.3.4 47,920 8/3/2023
6.3.3 39,104 6/24/2023
6.3.2 144,455 4/1/2023
6.3.1 39,942 3/6/2023
6.3.0 19,389 3/3/2023
6.2.25 54,428 2/5/2023
6.2.24 72,062 12/18/2022
6.2.23 78,876 11/12/2022
6.2.22 48,499 11/6/2022
6.2.21 46,923 10/28/2022
6.2.20 395,168 9/3/2022
6.2.20-preview-01 700 9/3/2022
6.2.19 341,724 6/26/2022
6.2.18 666,519 3/7/2022
6.2.17 66,813 2/21/2022
6.2.16 4,114 2/19/2022
6.2.15 179,398 12/17/2021
6.2.14 273,015 11/9/2021
6.2.13-preview.4.21253.1 1,534 10/9/2021
6.2.12-preview.4.21253.1 974 7/31/2021
6.2.11-preview.4.21253.1 295 7/19/2021
6.0.0-preview.4.21253.1 501 5/31/2021
6.0.0-preview.3.21201.2 325 5/9/2021
5.6.6 300 a month ago
5.6.5 163 2 months ago
5.6.4 156 2 months ago
5.6.3 106 2 months ago
5.6.2 186 3 months ago
5.6.1 255 6 months ago
5.6.0.2 157 5 months ago
5.6.0.1 131 6 months ago
5.6.0 142 6 months ago
5.6.0-preview-03 118 6 months ago
5.6.0-preview-02 111 6 months ago
5.6.0-preview-01 122 6 months ago
5.5.1 447 7 months ago
5.5.0 156 7 months ago
5.4.9 145 8 months ago
5.4.8 143 9 months ago
5.4.7 148 9 months ago
5.4.6 171 9 months ago
5.4.5 291 8/20/2024
5.4.4 305 7/30/2024
5.4.3 288 7/1/2024
5.4.2 170 6/25/2024
5.4.1 188 6/21/2024
5.4.0 197 5/31/2024
5.3.14 162 5/3/2024
5.3.13 183 4/25/2024
5.3.12 177 4/18/2024
5.3.11 364 4/17/2024
5.3.10 932 3/3/2024
5.3.9 275 2/29/2024
5.3.9-preview-02 309 2/3/2024
5.3.9-preview-01 328 1/23/2024
5.3.8 414 1/20/2024
5.3.7 2,837 11/20/2023
5.3.6 500 11/19/2023
5.3.5 1,138 9/21/2023
5.3.4 1,077 8/3/2023
5.3.3 2,421 6/24/2023
5.3.2 33,034 4/1/2023
5.3.1 855 3/6/2023
5.3.0 912 3/3/2023
5.2.25 978 2/5/2023
5.2.24 10,378 12/18/2022
5.2.23 3,350 11/12/2022
5.2.22 5,256 11/6/2022
5.2.21 971 10/28/2022
5.2.20 29,811 9/3/2022
5.2.20-preview-01 711 9/3/2022
5.2.19 31,509 6/26/2022
5.2.18 19,099 3/7/2022
5.2.17 4,837 2/21/2022
5.2.16 2,293 2/19/2022
5.2.15 136,580 12/17/2021
5.2.14 17,502 11/9/2021
5.2.13 164,784 10/9/2021
5.2.12 198,407 7/31/2021
5.2.11 78,803 7/19/2021
5.2.10 336,804 5/31/2021
5.2.9 189,541 3/26/2021
5.2.8 279,853 2/13/2021
5.2.7 80,576 12/26/2020
5.2.7-preview-03 1,030 12/26/2020
5.2.7-preview-01 1,016 12/26/2020
3.6.6 302 a month ago
3.6.5 287 2 months ago
3.6.4 170 2 months ago
3.6.3 110 2 months ago
3.6.2 190 3 months ago
3.6.1 213 6 months ago
3.6.0.2 167 5 months ago
3.6.0.1 136 6 months ago
3.6.0 151 6 months ago
3.6.0-preview-03 113 6 months ago
3.6.0-preview-02 105 6 months ago
3.6.0-preview-01 127 6 months ago
3.5.1 165 7 months ago
3.5.0 148 7 months ago
3.4.9 157 8 months ago
3.4.8 144 9 months ago
3.4.7 145 9 months ago
3.4.6 174 9 months ago
3.4.5 2,218 8/20/2024
3.4.4 144 7/30/2024
3.4.3 691 7/1/2024
3.4.2 188 6/25/2024
3.4.1 188 6/21/2024
3.4.0 216 5/31/2024
3.3.14 193 5/3/2024
3.3.13 175 4/25/2024
3.3.12 190 4/18/2024
3.3.11 175 4/17/2024
3.3.10 450 3/3/2024
3.3.9 267 2/29/2024
3.3.9-preview-02 293 2/3/2024
3.3.9-preview-01 343 1/23/2024
3.3.8 400 1/20/2024
3.3.7 9,161 11/20/2023
3.3.6 498 11/19/2023
3.3.5 3,029 9/21/2023
3.3.4 1,695 8/3/2023
3.3.3 8,941 6/24/2023
3.3.2 2,887 4/1/2023
3.3.1 1,245 3/6/2023
3.3.0 822 3/3/2023
3.2.25 1,557 2/5/2023
3.2.24 18,192 12/18/2022
3.2.23 1,632 11/12/2022
3.2.22 1,020 11/6/2022
3.2.21 1,052 10/28/2022
3.2.20 22,839 9/3/2022
3.2.20-preview-01 664 9/3/2022
3.2.19 48,275 6/26/2022
3.2.18 25,105 3/7/2022
3.2.17 1,278 2/21/2022
3.2.16 1,098 2/19/2022
3.2.15 26,338 12/17/2021
3.2.14 17,875 11/9/2021
3.2.13 2,570 10/9/2021
3.2.12 22,895 7/31/2021
3.2.11 4,819 7/19/2021
3.2.10 39,912 5/31/2021
3.2.9 22,367 3/26/2021
3.2.8 20,292 2/13/2021
3.2.7 73,740 12/26/2020
3.2.7-preview-03 1,023 12/26/2020
3.2.7-preview-02 1,045 12/26/2020
3.2.7-preview-01 1,039 12/26/2020
3.2.6 134,442 11/25/2020
3.2.6-preview-01 939 11/25/2020
3.2.5 194,244 10/24/2020
3.2.4 8,192 10/19/2020
3.2.3 12,138 10/11/2020
3.2.2 82,433 8/19/2020
3.2.1 10,803 8/8/2020
3.2.0 26,613 7/27/2020
2.6.6 300 a month ago
2.6.5 163 2 months ago
2.6.4 162 2 months ago
2.6.3 107 2 months ago
2.6.2 194 3 months ago
2.6.1 140 6 months ago
2.6.0.2 149 5 months ago
2.6.0.1 134 6 months ago
2.6.0 180 6 months ago
2.6.0-preview-03 118 6 months ago
2.6.0-preview-02 113 6 months ago
2.6.0-preview-01 120 6 months ago
2.5.1 164 7 months ago
2.5.0 158 7 months ago
2.4.9 150 8 months ago
2.4.8 149 9 months ago
2.4.7 154 9 months ago
2.4.6 164 9 months ago
2.4.5 187 8/20/2024
2.4.4 140 7/30/2024
2.4.3 179 7/1/2024
2.4.2 171 6/25/2024
2.4.1 177 6/21/2024
2.4.0 160 5/31/2024
2.3.14 175 5/3/2024
2.3.13 200 4/25/2024
2.3.12 175 4/18/2024
2.3.11 165 4/17/2024
2.3.10 264 3/3/2024
2.3.9 276 2/29/2024
2.3.9-preview-02 306 2/3/2024
2.3.9-preview-01 322 1/23/2024
2.3.8 359 1/20/2024
2.3.7 517 11/20/2023
2.3.6 487 11/19/2023
2.3.5 564 9/21/2023
2.3.4 706 8/3/2023
2.3.3 709 6/24/2023
2.3.2 817 4/1/2023
2.3.1 772 3/6/2023
2.3.0 811 3/3/2023
2.2.25 850 2/5/2023
2.2.24 846 12/18/2022
2.2.23 873 11/12/2022
2.2.22 921 11/6/2022
2.2.21 930 10/28/2022
2.2.20 981 9/3/2022
2.2.20-preview-01 644 9/3/2022
2.2.19 1,047 6/26/2022
2.2.18 1,222 3/7/2022
2.2.17 1,047 2/21/2022
2.2.16 1,090 2/19/2022
2.2.15 996 12/17/2021
2.2.14 960 11/9/2021
2.2.13 1,017 10/9/2021
2.2.12 1,308 7/31/2021
2.2.11 1,837 7/19/2021
2.2.10 1,583 5/31/2021
2.2.9 7,341 3/26/2021
2.2.8 1,923 2/13/2021
2.2.7 1,284 12/26/2020
2.2.7-preview-03 1,022 12/26/2020
2.2.7-preview-02 1,001 12/26/2020
2.2.7-preview-01 1,041 12/26/2020
2.2.6 12,893 11/25/2020
2.2.6-preview-01 860 11/25/2020
2.2.5 4,094 10/24/2020
2.2.4 2,857 10/19/2020
2.2.3 1,223 10/11/2020
2.2.2 22,470 8/19/2020
2.2.1 8,249 8/8/2020
2.2.0 65,192 7/27/2020
1.1.8 20,503 7/12/2020
1.1.7 5,403 7/6/2020
1.1.6 2,864 7/5/2020
1.1.5 42,329 6/15/2020
1.1.4 1,280 6/15/2020
1.1.3 1,272 6/15/2020
1.1.2 22,036 5/31/2020
1.1.1 27,846 5/14/2020
1.1.0 23,942 4/25/2020
1.0.24 13,070 4/16/2020
1.0.23 215,082 3/26/2020
1.0.22 6,281 3/18/2020
1.0.21 36,663 2/29/2020
1.0.20 138,011 1/11/2020
1.0.19 115,520 8/29/2019
1.0.18 83,319 7/2/2019
1.0.17 43,202 6/14/2019
1.0.16 4,699 6/6/2019
1.0.15 5,979 5/20/2019
1.0.14 5,115 5/14/2019
1.0.13 15,032 5/3/2019
1.0.12 70,160 3/26/2019
1.0.11 14,130 2/28/2019
1.0.10 32,211 2/5/2019
1.0.9.2 589,387 1/10/2019
1.0.9.1 1,705 1/7/2019
1.0.9 36,222 10/19/2018
1.0.8.18 82,320 9/4/2018
1.0.8.17 11,836 8/27/2018
1.0.8.16 18,774 8/19/2018
1.0.8.15 1,833 8/17/2018
1.0.8.13 6,424 8/2/2018
1.0.8.12 5,206 7/27/2018
1.0.8.11 38,317 6/6/2018
1.0.8.10 2,603 6/5/2018
1.0.8.9 7,214 5/26/2018
1.0.8.8 2,168 5/21/2018
1.0.8.7 3,470 5/9/2018
1.0.8.6 2,832 4/28/2018
1.0.8.5 2,416 4/27/2018
1.0.8.4 2,195 4/25/2018
1.0.8.3 3,944 3/30/2018
1.0.8.2 56,921 1/9/2018
1.0.8.1 5,653 1/5/2018
1.0.8 21,092 12/16/2017
1.0.4.8 17,049 11/1/2017
1.0.4.7 4,647 9/12/2017
1.0.4.6 6,413 7/8/2017
1.0.4.5 2,146 6/28/2017
1.0.4.4 1,978 6/27/2017
1.0.4.3 2,291 6/1/2017
1.0.4.2 1,931 6/1/2017
1.0.4.1 1,963 5/31/2017
1.0.4 2,610 5/17/2017
1.0.3.6 3,512 4/8/2017
1.0.3.5 2,451 3/30/2017
1.0.3.4 2,379 3/25/2017
1.0.3.3 6,168 11/16/2016
1.0.3.2 2,392 10/31/2016
1.0.3.1 2,256 10/30/2016
1.0.3 2,149 10/22/2016
1.0.1 3,380 6/27/2016
1.0.0 10,784 6/8/2016

Bugfixes and new Features. For details see CHANGELOG.md