System.Linq.Dynamic.Core 1.6.6 (original) (raw)
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
Product | Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 is compatible. 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 is compatible. 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 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. 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. |
.NET Core | netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 is compatible. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 is compatible. |
.NET Standard | netstandard1.3 is compatible. netstandard1.4 was computed. netstandard1.5 was computed. netstandard1.6 was computed. netstandard2.0 is compatible. netstandard2.1 is compatible. |
.NET Framework | net35 is compatible. net40 is compatible. net403 was computed. net45 is compatible. net451 was computed. net452 is compatible. net46 is compatible. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen30 was computed. tizen40 was computed. tizen60 was computed. |
Universal Windows Platform | uap was computed. uap10.0 was computed. uap10.0.10240 is compatible. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
.NETCoreApp 2.1
- No dependencies.
.NETCoreApp 3.1
- No dependencies.
.NETFramework 3.5
- NetLegacySupport.ConcurrentDictionary (>= 1.1.1)
.NETFramework 4.0
- No dependencies.
.NETFramework 4.5
- No dependencies.
.NETFramework 4.5.2
- No dependencies.
.NETFramework 4.6
- No dependencies.
.NETStandard 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)
.NETStandard 2.0
- System.Reflection.Emit (>= 4.3.0)
.NETStandard 2.1
- No dependencies.
net5.0
- No dependencies.
net6.0
- No dependencies.
net7.0
- No dependencies.
net8.0
- No dependencies.
net9.0
- No dependencies.
UAP 10.0.10240
- Microsoft.NETCore.UniversalWindowsPlatform (>= 6.0.10)
- System.ComponentModel.TypeConverter (>= 4.1.0)
- System.Diagnostics.TraceSource (>= 4.0.0)
NuGet packages (1.1K)
Showing the top 5 NuGet packages that depend on System.Linq.Dynamic.Core:
Package | Downloads |
---|---|
Volo.Abp.Core Package Description | 32.4M |
Handlebars.Net.Helpers.DynamicLinq Handlebars.Net.Helpers DynamicLinq | 20.6M |
Abp Abp | 20.6M |
Microsoft.EntityFrameworkCore.DynamicLinq Dynamic Linq extensions for Microsoft.EntityFrameworkCore which adds Async support | 10.9M |
Rystem Rystem is a open-source framework to improve the System namespace in .Net | 8.1M |
GitHub repositories (82)
Showing the top 20 popular GitHub repositories that depend on System.Linq.Dynamic.Core:
Repository | Stars |
---|---|
abpframework/abp Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation. | 13.6K |
aspnetboilerplate/aspnetboilerplate ASP.NET Boilerplate - Web Application Framework | 11.9K |
nopSolutions/nopCommerce ASP.NET Core eCommerce software. nopCommerce is a free and open-source shopping cart. | 9.7K |
elsa-workflows/elsa-core A .NET workflows library | 7.1K |
danielgerlag/workflow-core Lightweight workflow engine for .NET Standard | 5.6K |
DotNetNext/SqlSugar .Net aot ORM Fastest ORM DB2 Hana Simple Easy VB.NET Sqlite orm Oracle ORM Mysql Orm 虚谷数据库 postgresql ORm SqlServer oRm 达梦 ORM 人大金仓 ORM 神通ORM C# ORM , C# ORM .NET ORM NET5 ORM .NET6 ORM ClickHouse orm QuestDb ,TDengine ORM,OceanBase orm,GaussDB orm ,Tidb orm Object/Relational Mapping | 5.6K |
dotnetcore/Util Util是一个.Net平台下的应用框架,旨在提升中小团队的开发能力,由工具类、分层架构基类、Ui组件,配套代码生成模板,权限等组成。 | 4.6K |
dotnetcore/FreeSql .NET aot orm, VB.NET/C# orm, Mysql/PostgreSQL/SqlServer/Oracle orm, Sqlite/Firebird/Clickhouse/DuckDB orm, 达梦/金仓/虚谷/翰高/高斯 orm, 神通 orm, 南大通用 orm, 国产 orm, TDengine orm, QuestDB orm, MsAccess orm. | 4.3K |
microsoft/RulesEngine A Json based Rules Engine with extensive Dynamic expression support | 4.0K |
fullstackhero/blazor-starter-kit Clean Architecture Template for Blazor WebAssembly Built with MudBlazor Components. | 3.6K |
rnwood/smtp4dev smtp4dev - the fake smtp email server for development and testing | 3.5K |
linq2db/linq2db Linq to database provider. | 3.1K |
smartstore/SmartStoreNET Open Source ASP.NET MVC Enterprise eCommerce Shopping Cart Solution | 2.7K |
dotnetcore/Magicodes.IE Import and export general library, support Dto import and export, template export, fancy export and dynamic export, support Excel, Csv, Word, Pdf and Html. | 2.2K |
nhibernate/nhibernate-core NHibernate Object Relational Mapper | 2.2K |
kikipoulet/SukiUI UI Theme for AvaloniaUI | 1.9K |
smartstore/Smartstore A modular, scalable and ultra-fast open-source all-in-one eCommerce platform built on ASP.NET Core 7 | 1.4K |
dadhi/FastExpressionCompiler Fast Compiler for C# Expression Trees and the lightweight LightExpression alternative. Diagnostic and code generation tools for the expressions. | 1.3K |
Coldairarrow/Colder.Admin.AntdVue Admin Fx Based On .NET 5 + Ant Design Vue | 1.2K |
grandnode/grandnode2 E-commerce platform built with ASP.NET Core using MongoDB for NoSQL storage | 1.2K |
Bugfixes and new Features. For details see CHANGELOG.md