Microsoft.EntityFrameworkCore.DynamicLinq 5.3.11

There is a newer version of this package available.
See the version list below for details.
dotnet add package Microsoft.EntityFrameworkCore.DynamicLinq --version 5.3.11
NuGet\Install-Package Microsoft.EntityFrameworkCore.DynamicLinq -Version 5.3.11
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="5.3.11" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.EntityFrameworkCore.DynamicLinq --version 5.3.11
#r "nuget: Microsoft.EntityFrameworkCore.DynamicLinq, 5.3.11"
#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.
// Install Microsoft.EntityFrameworkCore.DynamicLinq as a Cake Addin
#addin nuget:?package=Microsoft.EntityFrameworkCore.DynamicLinq&version=5.3.11

// Install Microsoft.EntityFrameworkCore.DynamicLinq as a Cake Tool
#tool nuget:?package=Microsoft.EntityFrameworkCore.DynamicLinq&version=5.3.11

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 net5.0 is compatible.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (74)

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.

Buran.Core.MvcLibrary

Package Description

EaCloud.EntityFrameworkCore

EaCloud 数据访问组件,封装 EntityFrameworkCore 数据访问功能的实现。

GitHub repositories (2)

Showing the top 2 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.
cloudy-net/Cloudy.NET
☁️ ASP.NET Core app to build backoffices fast
Version Downloads Last updated
8.3.13 774 4/25/2024
8.3.12 2,182 4/18/2024
8.3.10 27,596 3/3/2024
8.3.9 3,797 2/29/2024
8.3.9-preview-02 346 2/3/2024
8.3.9-preview-01 332 1/23/2024
8.3.8 34,728 1/20/2024
8.3.7 58,296 11/20/2023
7.3.13 111 4/25/2024
7.3.12 218 4/18/2024
7.3.11 227 4/17/2024
7.3.10 11,475 3/3/2024
7.3.9 804 2/29/2024
7.3.9-preview-02 733 2/3/2024
7.3.9-preview-01 399 1/23/2024
7.3.8 6,427 1/20/2024
7.3.7 16,315 11/20/2023
7.3.6 6,538 11/19/2023
7.3.5 87,063 9/21/2023
7.3.4 99,694 8/3/2023
7.3.3 66,120 6/24/2023
7.3.2 309,255 4/1/2023
7.3.1 21,781 3/6/2023
7.3.0 1,318 3/3/2023
7.2.25 58,493 2/5/2023
7.2.24 180,408 12/18/2022
7.2.23 56,471 11/12/2022
6.3.13 100 4/25/2024
6.3.12 138 4/18/2024
6.3.11 99 4/17/2024
6.3.10 4,526 3/3/2024
6.3.9 588 2/29/2024
6.3.9-preview-02 441 2/3/2024
6.3.9-preview-01 257 1/23/2024
6.3.8 10,030 1/20/2024
6.3.7 16,209 11/20/2023
6.3.6 1,183 11/19/2023
6.3.5 64,822 9/21/2023
6.3.4 34,579 8/3/2023
6.3.3 26,221 6/24/2023
6.3.2 109,693 4/1/2023
6.3.1 36,501 3/6/2023
6.3.0 5,391 3/3/2023
6.2.25 41,538 2/5/2023
6.2.24 57,783 12/18/2022
6.2.23 56,238 11/12/2022
6.2.22 39,777 11/6/2022
6.2.21 42,118 10/28/2022
6.2.20 362,026 9/3/2022
6.2.20-preview-01 619 9/3/2022
6.2.19 275,967 6/26/2022
6.2.18 584,871 3/7/2022
6.2.17 64,153 2/21/2022
6.2.16 3,952 2/19/2022
6.2.15 142,262 12/17/2021
6.2.14 242,523 11/9/2021
6.2.13-preview.4.21253.1 1,175 10/9/2021
6.2.12-preview.4.21253.1 891 7/31/2021
6.2.11-preview.4.21253.1 210 7/19/2021
6.0.0-preview.4.21253.1 369 5/31/2021
6.0.0-preview.3.21201.2 233 5/9/2021
5.3.13 63 4/25/2024
5.3.12 81 4/18/2024
5.3.11 80 4/17/2024
5.3.10 392 3/3/2024
5.3.9 190 2/29/2024
5.3.9-preview-02 248 2/3/2024
5.3.9-preview-01 266 1/23/2024
5.3.8 330 1/20/2024
5.3.7 1,161 11/20/2023
5.3.6 418 11/19/2023
5.3.5 1,023 9/21/2023
5.3.4 903 8/3/2023
5.3.3 1,798 6/24/2023
5.3.2 30,285 4/1/2023
5.3.1 758 3/6/2023
5.3.0 790 3/3/2023
5.2.25 846 2/5/2023
5.2.24 7,304 12/18/2022
5.2.23 2,372 11/12/2022
5.2.22 5,173 11/6/2022
5.2.21 874 10/28/2022
5.2.20 21,663 9/3/2022
5.2.20-preview-01 632 9/3/2022
5.2.19 23,320 6/26/2022
5.2.18 17,532 3/7/2022
5.2.17 4,337 2/21/2022
5.2.16 2,184 2/19/2022
5.2.15 111,606 12/17/2021
5.2.14 16,743 11/9/2021
5.2.13 155,226 10/9/2021
5.2.12 189,307 7/31/2021
5.2.11 72,775 7/19/2021
5.2.10 324,983 5/31/2021
5.2.9 181,602 3/26/2021
5.2.8 273,235 2/13/2021
5.2.7 72,556 12/26/2020
5.2.7-preview-03 911 12/26/2020
5.2.7-preview-01 906 12/26/2020
3.3.13 60 4/25/2024
3.3.12 82 4/18/2024
3.3.11 80 4/17/2024
3.3.10 217 3/3/2024
3.3.9 177 2/29/2024
3.3.9-preview-02 223 2/3/2024
3.3.9-preview-01 290 1/23/2024
3.3.8 317 1/20/2024
3.3.7 2,461 11/20/2023
3.3.6 426 11/19/2023
3.3.5 1,623 9/21/2023
3.3.4 1,416 8/3/2023
3.3.3 6,950 6/24/2023
3.3.2 2,645 4/1/2023
3.3.1 1,127 3/6/2023
3.3.0 719 3/3/2023
3.2.25 1,283 2/5/2023
3.2.24 17,372 12/18/2022
3.2.23 1,441 11/12/2022
3.2.22 933 11/6/2022
3.2.21 951 10/28/2022
3.2.20 17,159 9/3/2022
3.2.20-preview-01 575 9/3/2022
3.2.19 36,055 6/26/2022
3.2.18 24,062 3/7/2022
3.2.17 1,152 2/21/2022
3.2.16 984 2/19/2022
3.2.15 23,313 12/17/2021
3.2.14 16,118 11/9/2021
3.2.13 2,296 10/9/2021
3.2.12 22,126 7/31/2021
3.2.11 2,508 7/19/2021
3.2.10 37,537 5/31/2021
3.2.9 19,263 3/26/2021
3.2.8 18,193 2/13/2021
3.2.7 71,499 12/26/2020
3.2.7-preview-03 914 12/26/2020
3.2.7-preview-02 926 12/26/2020
3.2.7-preview-01 925 12/26/2020
3.2.6 130,775 11/25/2020
3.2.6-preview-01 827 11/25/2020
3.2.5 186,969 10/24/2020
3.2.4 6,165 10/19/2020
3.2.3 11,599 10/11/2020
3.2.2 78,354 8/19/2020
3.2.1 9,101 8/8/2020
3.2.0 24,635 7/27/2020
2.3.13 62 4/25/2024
2.3.12 78 4/18/2024
2.3.11 77 4/17/2024
2.3.10 183 3/3/2024
2.3.9 197 2/29/2024
2.3.9-preview-02 251 2/3/2024
2.3.9-preview-01 249 1/23/2024
2.3.8 275 1/20/2024
2.3.7 431 11/20/2023
2.3.6 412 11/19/2023
2.3.5 482 9/21/2023
2.3.4 622 8/3/2023
2.3.3 612 6/24/2023
2.3.2 725 4/1/2023
2.3.1 682 3/6/2023
2.3.0 720 3/3/2023
2.2.25 758 2/5/2023
2.2.24 752 12/18/2022
2.2.23 777 11/12/2022
2.2.22 829 11/6/2022
2.2.21 836 10/28/2022
2.2.20 888 9/3/2022
2.2.20-preview-01 558 9/3/2022
2.2.19 914 6/26/2022
2.2.18 1,109 3/7/2022
2.2.17 931 2/21/2022
2.2.16 964 2/19/2022
2.2.15 890 12/17/2021
2.2.14 861 11/9/2021
2.2.13 903 10/9/2021
2.2.12 1,179 7/31/2021
2.2.11 1,656 7/19/2021
2.2.10 1,478 5/31/2021
2.2.9 7,053 3/26/2021
2.2.8 1,599 2/13/2021
2.2.7 1,168 12/26/2020
2.2.7-preview-03 904 12/26/2020
2.2.7-preview-02 891 12/26/2020
2.2.7-preview-01 917 12/26/2020
2.2.6 12,299 11/25/2020
2.2.6-preview-01 750 11/25/2020
2.2.5 3,800 10/24/2020
2.2.4 2,726 10/19/2020
2.2.3 1,096 10/11/2020
2.2.2 19,577 8/19/2020
2.2.1 7,853 8/8/2020
2.2.0 63,406 7/27/2020
1.1.8 17,700 7/12/2020
1.1.7 4,927 7/6/2020
1.1.6 2,693 7/5/2020
1.1.5 41,594 6/15/2020
1.1.4 1,154 6/15/2020
1.1.3 1,152 6/15/2020
1.1.2 19,220 5/31/2020
1.1.1 26,777 5/14/2020
1.1.0 22,800 4/25/2020
1.0.24 12,372 4/16/2020
1.0.23 210,419 3/26/2020
1.0.22 6,103 3/18/2020
1.0.21 31,489 2/29/2020
1.0.20 128,307 1/11/2020
1.0.19 106,666 8/29/2019
1.0.18 81,461 7/2/2019
1.0.17 39,973 6/14/2019
1.0.16 3,385 6/6/2019
1.0.15 4,366 5/20/2019
1.0.14 4,715 5/14/2019
1.0.13 14,196 5/3/2019
1.0.12 69,013 3/26/2019
1.0.11 13,923 2/28/2019
1.0.10 30,963 2/5/2019
1.0.9.2 534,640 1/10/2019
1.0.9.1 1,571 1/7/2019
1.0.9 35,231 10/19/2018
1.0.8.18 81,695 9/4/2018
1.0.8.17 11,466 8/27/2018
1.0.8.16 18,225 8/19/2018
1.0.8.15 1,628 8/17/2018
1.0.8.13 6,111 8/2/2018
1.0.8.12 4,810 7/27/2018
1.0.8.11 34,680 6/6/2018
1.0.8.10 2,245 6/5/2018
1.0.8.9 6,760 5/26/2018
1.0.8.8 1,789 5/21/2018
1.0.8.7 3,069 5/9/2018
1.0.8.6 2,447 4/28/2018
1.0.8.5 2,050 4/27/2018
1.0.8.4 1,825 4/25/2018
1.0.8.3 3,551 3/30/2018
1.0.8.2 56,037 1/9/2018
1.0.8.1 5,229 1/5/2018
1.0.8 20,352 12/16/2017
1.0.4.8 15,124 11/1/2017
1.0.4.7 4,343 9/12/2017
1.0.4.6 6,075 7/8/2017
1.0.4.5 1,858 6/28/2017
1.0.4.4 1,691 6/27/2017
1.0.4.3 2,006 6/1/2017
1.0.4.2 1,649 6/1/2017
1.0.4.1 1,678 5/31/2017
1.0.4 2,325 5/17/2017
1.0.3.6 3,124 4/8/2017
1.0.3.5 2,058 3/30/2017
1.0.3.4 1,986 3/25/2017
1.0.3.3 5,788 11/16/2016
1.0.3.2 2,015 10/31/2016
1.0.3.1 1,879 10/30/2016
1.0.3 1,756 10/22/2016
1.0.1 2,862 6/27/2016
1.0.0 2,914 6/8/2016

Bugfixes and new Features. For details see CHANGELOG.md