System.Linq.Dynamic.Core 1.7.1
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)");
Useful links
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
- NetLegacySupport.ConcurrentDictionary (>= 1.1.1)
.NET Framework 4.0
- No dependencies.
.NET Framework 4.5
- No dependencies.
.NET Framework 4.5.2
- No dependencies.
.NET Framework 4.6
- No dependencies.
.NET Standard 1.3
- NETStandard.Library (>= 1.6.1)
- System.ComponentModel.TypeConverter (>= 4.3.0)
- System.Diagnostics.TraceSource (>= 4.3.0)
- System.Dynamic.Runtime (>= 4.3.0)
- System.Linq.Queryable (>= 4.3.0)
- System.Reflection.Emit (>= 4.3.0)
- System.Reflection.TypeExtensions (>= 4.3.0)
UAP 10.0.10240
- Microsoft.NETCore.UniversalWindowsPlatform (>= 6.0.10)
- System.ComponentModel.TypeConverter (>= 4.1.0)
- System.Diagnostics.TraceSource (>= 4.0.0)
.NET Core 2.1
- No dependencies.
.NET Core 3.1
- No dependencies.
.NET 5.0
- No dependencies.
.NET 6.0
- No dependencies.
.NET 7.0
- No dependencies.
.NET 8.0
- No dependencies.
.NET 9.0
- No dependencies.
.NET 10.0
- No dependencies.
.NET Standard 2.0
- System.Reflection.Emit (>= 4.3.0)
.NET Standard 2.1
- No dependencies.
| Version | Downloads | Last updated |
|---|---|---|
| 1.7.1 | 1 | 12/12/2025 |
| 1.7.0 | 1 | 12/12/2025 |
| 1.5.1 | 16 | 10/02/2025 |
| 1.3.3 | 1 | 12/12/2025 |
| 1.2.8 | 1 | 12/12/2025 |
| 1.2.2 | 1 | 12/12/2025 |
| 1.1.6 | 1 | 12/12/2025 |
| 1.0.18 | 1 | 12/13/2025 |
| 1.0.17 | 1 | 12/13/2025 |
| 1.0.10 | 1 | 12/12/2025 |
| 1.0.8.10 | 1 | 12/13/2025 |
| 1.0.8.8 | 1 | 12/12/2025 |
| 1.0.8.5 | 1 | 12/12/2025 |
| 1.0.8.3 | 2 | 12/12/2025 |
| 1.0.8.2 | 1 | 12/13/2025 |
| 1.0.7.2 | 1 | 12/12/2025 |
| 1.0.6.10 | 1 | 12/12/2025 |
| 1.0.6.2 | 1 | 12/12/2025 |
| 1.0.5.2 | 1 | 12/12/2025 |