Microsoft.EntityFrameworkCore.DynamicLinq 8.3.10

dotnet add package Microsoft.EntityFrameworkCore.DynamicLinq --version 8.3.10
NuGet\Install-Package Microsoft.EntityFrameworkCore.DynamicLinq -Version 8.3.10
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.10" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.EntityFrameworkCore.DynamicLinq --version 8.3.10
#r "nuget: Microsoft.EntityFrameworkCore.DynamicLinq, 8.3.10"
#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=8.3.10

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

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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (73)

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 (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.10 8,329 3/3/2024
8.3.9 2,167 2/29/2024
8.3.9-preview-02 291 2/3/2024
8.3.9-preview-01 292 1/23/2024
8.3.8 26,518 1/20/2024
8.3.7 49,317 11/20/2023
7.3.10 4,153 3/3/2024
7.3.9 435 2/29/2024
7.3.9-preview-02 411 2/3/2024
7.3.9-preview-01 344 1/23/2024
7.3.8 5,004 1/20/2024
7.3.7 13,850 11/20/2023
7.3.6 5,999 11/19/2023
7.3.5 77,230 9/21/2023
7.3.4 92,197 8/3/2023
7.3.3 62,901 6/24/2023
7.3.2 287,984 4/1/2023
7.3.1 21,167 3/6/2023
7.3.0 1,204 3/3/2023
7.2.25 55,943 2/5/2023
7.2.24 175,421 12/18/2022
7.2.23 54,924 11/12/2022
6.3.10 1,420 3/3/2024
6.3.9 402 2/29/2024
6.3.9-preview-02 305 2/3/2024
6.3.9-preview-01 205 1/23/2024
6.3.8 6,452 1/20/2024
6.3.7 13,200 11/20/2023
6.3.6 963 11/19/2023
6.3.5 57,080 9/21/2023
6.3.4 31,069 8/3/2023
6.3.3 25,189 6/24/2023
6.3.2 103,938 4/1/2023
6.3.1 36,115 3/6/2023
6.3.0 4,882 3/3/2023
6.2.25 39,660 2/5/2023
6.2.24 55,852 12/18/2022
6.2.23 53,652 11/12/2022
6.2.22 38,498 11/6/2022
6.2.21 41,600 10/28/2022
6.2.20 358,501 9/3/2022
6.2.20-preview-01 566 9/3/2022
6.2.19 269,671 6/26/2022
6.2.18 569,797 3/7/2022
6.2.17 63,987 2/21/2022
6.2.16 3,917 2/19/2022
6.2.15 137,917 12/17/2021
6.2.14 240,218 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.10 210 3/3/2024
5.3.9 148 2/29/2024
5.3.9-preview-02 197 2/3/2024
5.3.9-preview-01 233 1/23/2024
5.3.8 273 1/20/2024
5.3.7 962 11/20/2023
5.3.6 365 11/19/2023
5.3.5 940 9/21/2023
5.3.4 865 8/3/2023
5.3.3 1,702 6/24/2023
5.3.2 27,519 4/1/2023
5.3.1 704 3/6/2023
5.3.0 734 3/3/2023
5.2.25 805 2/5/2023
5.2.24 6,992 12/18/2022
5.2.23 2,240 11/12/2022
5.2.22 4,978 11/6/2022
5.2.21 841 10/28/2022
5.2.20 20,642 9/3/2022
5.2.20-preview-01 582 9/3/2022
5.2.19 22,715 6/26/2022
5.2.18 17,228 3/7/2022
5.2.17 4,287 2/21/2022
5.2.16 2,144 2/19/2022
5.2.15 110,395 12/17/2021
5.2.14 16,584 11/9/2021
5.2.13 154,299 10/9/2021
5.2.12 187,707 7/31/2021
5.2.11 72,430 7/19/2021
5.2.10 323,338 5/31/2021
5.2.9 180,556 3/26/2021
5.2.8 272,552 2/13/2021
5.2.7 71,464 12/26/2020
5.2.7-preview-03 856 12/26/2020
5.2.7-preview-01 856 12/26/2020
3.3.10 140 3/3/2024
3.3.9 136 2/29/2024
3.3.9-preview-02 204 2/3/2024
3.3.9-preview-01 247 1/23/2024
3.3.8 261 1/20/2024
3.3.7 2,091 11/20/2023
3.3.6 380 11/19/2023
3.3.5 1,406 9/21/2023
3.3.4 1,276 8/3/2023
3.3.3 6,791 6/24/2023
3.3.2 2,430 4/1/2023
3.3.1 1,071 3/6/2023
3.3.0 688 3/3/2023
3.2.25 1,203 2/5/2023
3.2.24 17,263 12/18/2022
3.2.23 1,389 11/12/2022
3.2.22 896 11/6/2022
3.2.21 916 10/28/2022
3.2.20 16,393 9/3/2022
3.2.20-preview-01 538 9/3/2022
3.2.19 34,274 6/26/2022
3.2.18 23,983 3/7/2022
3.2.17 1,105 2/21/2022
3.2.16 942 2/19/2022
3.2.15 23,246 12/17/2021
3.2.14 15,935 11/9/2021
3.2.13 2,244 10/9/2021
3.2.12 22,092 7/31/2021
3.2.11 2,455 7/19/2021
3.2.10 37,113 5/31/2021
3.2.9 18,959 3/26/2021
3.2.8 17,979 2/13/2021
3.2.7 71,222 12/26/2020
3.2.7-preview-03 883 12/26/2020
3.2.7-preview-02 882 12/26/2020
3.2.7-preview-01 878 12/26/2020
3.2.6 130,240 11/25/2020
3.2.6-preview-01 771 11/25/2020
3.2.5 185,946 10/24/2020
3.2.4 6,122 10/19/2020
3.2.3 11,521 10/11/2020
3.2.2 77,859 8/19/2020
3.2.1 8,997 8/8/2020
3.2.0 24,534 7/27/2020
2.3.10 147 3/3/2024
2.3.9 144 2/29/2024
2.3.9-preview-02 199 2/3/2024
2.3.9-preview-01 210 1/23/2024
2.3.8 232 1/20/2024
2.3.7 396 11/20/2023
2.3.6 366 11/19/2023
2.3.5 448 9/21/2023
2.3.4 598 8/3/2023
2.3.3 569 6/24/2023
2.3.2 679 4/1/2023
2.3.1 647 3/6/2023
2.3.0 671 3/3/2023
2.2.25 704 2/5/2023
2.2.24 708 12/18/2022
2.2.23 753 11/12/2022
2.2.22 786 11/6/2022
2.2.21 813 10/28/2022
2.2.20 859 9/3/2022
2.2.20-preview-01 532 9/3/2022
2.2.19 886 6/26/2022
2.2.18 1,067 3/7/2022
2.2.17 906 2/21/2022
2.2.16 924 2/19/2022
2.2.15 862 12/17/2021
2.2.14 817 11/9/2021
2.2.13 875 10/9/2021
2.2.12 1,142 7/31/2021
2.2.11 1,618 7/19/2021
2.2.10 1,441 5/31/2021
2.2.9 6,972 3/26/2021
2.2.8 1,572 2/13/2021
2.2.7 1,128 12/26/2020
2.2.7-preview-03 873 12/26/2020
2.2.7-preview-02 859 12/26/2020
2.2.7-preview-01 886 12/26/2020
2.2.6 12,251 11/25/2020
2.2.6-preview-01 721 11/25/2020
2.2.5 3,760 10/24/2020
2.2.4 2,687 10/19/2020
2.2.3 1,042 10/11/2020
2.2.2 19,252 8/19/2020
2.2.1 7,739 8/8/2020
2.2.0 63,178 7/27/2020
1.1.8 17,464 7/12/2020
1.1.7 4,880 7/6/2020
1.1.6 2,664 7/5/2020
1.1.5 41,486 6/15/2020
1.1.4 1,108 6/15/2020
1.1.3 1,110 6/15/2020
1.1.2 18,888 5/31/2020
1.1.1 26,728 5/14/2020
1.1.0 22,751 4/25/2020
1.0.24 12,317 4/16/2020
1.0.23 209,223 3/26/2020
1.0.22 6,069 3/18/2020
1.0.21 31,181 2/29/2020
1.0.20 127,602 1/11/2020
1.0.19 105,156 8/29/2019
1.0.18 81,169 7/2/2019
1.0.17 39,766 6/14/2019
1.0.16 3,324 6/6/2019
1.0.15 4,320 5/20/2019
1.0.14 4,629 5/14/2019
1.0.13 14,112 5/3/2019
1.0.12 68,914 3/26/2019
1.0.11 13,836 2/28/2019
1.0.10 30,072 2/5/2019
1.0.9.2 528,571 1/10/2019
1.0.9.1 1,536 1/7/2019
1.0.9 34,924 10/19/2018
1.0.8.18 81,636 9/4/2018
1.0.8.17 11,403 8/27/2018
1.0.8.16 17,640 8/19/2018
1.0.8.15 1,582 8/17/2018
1.0.8.13 6,061 8/2/2018
1.0.8.12 4,746 7/27/2018
1.0.8.11 33,746 6/6/2018
1.0.8.10 2,234 6/5/2018
1.0.8.9 6,511 5/26/2018
1.0.8.8 1,750 5/21/2018
1.0.8.7 3,022 5/9/2018
1.0.8.6 2,374 4/28/2018
1.0.8.5 2,009 4/27/2018
1.0.8.4 1,764 4/25/2018
1.0.8.3 3,490 3/30/2018
1.0.8.2 55,107 1/9/2018
1.0.8.1 5,168 1/5/2018
1.0.8 19,978 12/16/2017
1.0.4.8 14,902 11/1/2017
1.0.4.7 4,299 9/12/2017
1.0.4.6 6,025 7/8/2017
1.0.4.5 1,813 6/28/2017
1.0.4.4 1,645 6/27/2017
1.0.4.3 1,966 6/1/2017
1.0.4.2 1,607 6/1/2017
1.0.4.1 1,632 5/31/2017
1.0.4 2,277 5/17/2017
1.0.3.6 3,094 4/8/2017
1.0.3.5 2,014 3/30/2017
1.0.3.4 1,964 3/25/2017
1.0.3.3 5,742 11/16/2016
1.0.3.2 1,983 10/31/2016
1.0.3.1 1,849 10/30/2016
1.0.3 1,723 10/22/2016
1.0.1 2,805 6/27/2016
1.0.0 2,864 6/8/2016

Bugfixes and new Features. For details see CHANGELOG.md