System.Linq.Dynamic.Core 1.4.2

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

No packages depend on System.Linq.Dynamic.Core.

Bugfixes and new Features. For details see CHANGELOG.md

.NET Framework 3.5

.NET Standard 2.1

  • No dependencies.

.NET Standard 2.0

.NET 8.0

  • No dependencies.

.NET 6.0

  • No dependencies.

.NET 5.0

  • No dependencies.

.NET Core 3.1

  • No dependencies.

.NET Core 2.1

  • No dependencies.

UAP 10.0.10240

.NET 7.0

  • No dependencies.

.NET Standard 1.3

.NET Framework 4.0

  • No dependencies.

.NET Framework 4.5

  • No dependencies.

.NET Framework 4.6

  • No dependencies.

.NET Framework 4.5.2

  • No dependencies.

Version Downloads Last updated
1.6.4 6 07/08/2025
1.6.3 5 07/14/2025
1.6.2 5 07/14/2025
1.5.1 5 08/09/2025
1.4.5 4 07/10/2025
1.4.4 4 07/09/2025
1.4.2 4 07/09/2025
1.3.12 4 07/09/2025
1.3.9-preview-01 4 07/11/2025
1.3.7 4 07/08/2025
1.3.5 4 07/12/2025
1.1.2 5 08/09/2025
1.0.7.2 5 08/08/2025
1.0.6.2 5 08/08/2025