System.Linq.Expressions 4.0.10-beta-23109
Provides classes, interfaces and enumerations that enable language-level code expressions to be represented as objects in the form of expression trees.
Commonly Used Types:
System.Linq.Expressions.Expression<TDelegate>
System.Linq.Expressions.Expression
System.Linq.Expressions.MemberExpression
System.Linq.Expressions.ExpressionVisitor
System.Linq.Expressions.MethodCallExpression
System.Linq.IQueryable<T>
System.Linq.IQueryable
System.Linq.Expressions.NewExpression
System.Linq.Expressions.ParameterExpression
System.Linq.Expressions.ConstantExpression
Showing the top 20 packages that depend on System.Linq.Expressions.
Packages | Downloads |
---|---|
NETStandard.Library
A set of standard .NET APIs that are prescribed to be used and supported together.
18a36291e48808fa7ef2d00a764ceb1ec95645a5
When using NuGet 3.x this package requires at least version 3.4.
|
8 |
System.Composition.Convention
Provides types that support using Managed Extensibility Framework with a convention-based configuration model.
Commonly Used Types:
System.Composition.Convention.ConventionBuilder
System.Composition.Convention.ExportConventionBuilder
System.Composition.Convention.ImportConventionBuilder
System.Composition.Convention.PartConventionBuilder
System.Composition.Convention.ParameterImportConventionBuilder
When using NuGet 3.x this package requires at least version 3.4.
|
4 |
System.Composition.TypedParts
Provides some extension methods for the Managed Extensibility Framework.
Commonly Used Types:
System.Composition.CompositionContextExtensions
System.Composition.Hosting.ContainerConfiguration
When using NuGet 3.x this package requires at least version 3.4.
|
4 |
System.Composition.Hosting
Provides Managed Extensibility Framework types that are useful to developers of extensible applications, or hosts.
Commonly Used Types:
System.Composition.Hosting.CompositionHost
When using NuGet 3.x this package requires at least version 3.4.
|
4 |
Microsoft.CSharp
Provides support for compilation and code generation, including dynamic, using the C# language.
Commonly Used Types:
Microsoft.CSharp.RuntimeBinder.Binder
Microsoft.CSharp.RuntimeBinder.RuntimeBinderException
Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo
Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags
Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags
When using NuGet 3.x this package requires at least version 3.4.
|
4 |
System.Dynamic.Runtime
Provides classes and interfaces that support the Dynamic Language Runtime (DLR).
Commonly Used Types:
System.Runtime.CompilerServices.CallSite
System.Runtime.CompilerServices.CallSite<T>
System.Dynamic.IDynamicMetaObjectProvider
System.Dynamic.DynamicMetaObject
System.Dynamic.SetMemberBinder
System.Dynamic.GetMemberBinder
System.Dynamic.ExpandoObject
System.Dynamic.DynamicObject
System.Runtime.CompilerServices.CallSiteBinder
System.Runtime.CompilerServices.ConditionalWeakTable<TKey, TValue>
When using NuGet 3.x this package requires at least version 3.4.
|
3 |
NETStandard.Library
A set of standard .NET APIs that are prescribed to be used and supported together. This includes all of the APIs in the NETStandard.Platform package plus additional libraries that are core to .NET but built on top of NETStandard.Platform.
When using NuGet 3.x this package requires at least version 3.4.
|
3 |
Newtonsoft.Json
Json.NET is a popular high-performance JSON framework for .NET
|
3 |
AutoMapper
A convention-based object-object mapper. AutoMapper uses a fluent configuration API to define an object-object mapping strategy. AutoMapper uses a convention-based matching algorithm to match up source to destination values. Currently, AutoMapper is geared towards model projection scenarios to flatten complex object models to DTOs and other simple objects, whose design is better suited for serialization, communication, messaging, or simply an anti-corruption layer between the domain and application layer.
|
3 |
Autofac
Core assembly for the Autofac Inversion of Control container
|
3 |
LanguageExt.Core
This library uses and abuses the features of C# 6 to provide a functional 'Base class library', that, if you squint, can look like extensions to the language itself. It also includes an 'Erlang like' process system (actors) that can optionally persist messages and state to Redis (note you can use it without Redis for in-app messaging). The process system additionally supports Rx streams of messages and state allowing for a complete system of reactive events and message dispatch.
|
3 |
Remote.Linq
Remote Linq is a small and easy to use - yet very powerful - library to translate linq expression trees to strongly typed, serializable object trees and vice versa. It provides functionality to send arbitrary linq queries to a remote service to be applied and executed against any enumerable or queryable data source.
|
2 |
LinqKit.Core
LinqKit.Core contains extensions for LINQ to SQL and Entity Framework. Note that Include(...), IAsync and IDbAsync are not supported.
|
2 |
System.Linq.Queryable
Provides classes for querying data structures that implement IQueryable<T>.
Commonly Used Types:
System.Linq.Queryable
System.Linq.EnumerableQuery<T>
System.Linq.EnumerableQuery
When using NuGet 3.x this package requires at least version 3.4.
|
2 |
Remotion.Linq
re-linq Frontend: A foundation for parsing LINQ expression trees and generating queries in SQL or other languages.
Key features:
- Transforms expression trees into abstract syntax trees resemblying LINQ query expressions (from ... select syntax)
- Simplifies many aspects of this tree (sub queries, transparent identifieres, pre-evaluation ...)
- Provides basic infrastructure for backend development (e.g. SQL generation)
- Provides a framework for user-defined query extensions and transformations
|
2 |
NETStandard.Library
A set of standard .NET APIs that are prescribed to be used and supported together.
d318b764a689cfe285d8484bda918646905664e7
When using NuGet 3.x this package requires at least version 3.4.
|
2 |
.NET Framework 4.6
- No dependencies.
DNXCore 5.0
- System.Reflection.Extensions (>= 4.0.0-beta-23109)
- System.Globalization (>= 4.0.0-beta-23109)
- System.Linq (>= 4.0.0-beta-23109)
- System.Runtime.Extensions (>= 4.0.0-beta-23109)
- System.Threading (>= 4.0.0-beta-23109)
- System.ObjectModel (>= 4.0.0-beta-23109)
- System.Reflection.Emit (>= 4.0.0-beta-23109)
- System.Reflection.Primitives (>= 4.0.0-beta-23109)
- System.Reflection.TypeExtensions (>= 4.0.0-beta-23109)
- System.IO (>= 4.0.0-beta-23109)
- System.Reflection (>= 4.0.0-beta-23109)
- System.Diagnostics.Debug (>= 4.0.0-beta-23109)
- System.Collections (>= 4.0.0-beta-23109)
- System.Runtime (>= 4.0.20-beta-23109)
- System.Resources.ResourceManager (>= 4.0.0-beta-23109)
.NETCore 5.0
- System.Reflection.Primitives (>= 4.0.0-beta-23109)
- System.Runtime (>= 4.0.20-beta-23109)
- System.Resources.ResourceManager (>= 4.0.0-beta-23109)
- System.Collections (>= 4.0.0-beta-23109)
- System.Reflection.Extensions (>= 4.0.0-beta-23109)
- System.Reflection (>= 4.0.0-beta-23109)
- System.Diagnostics.Debug (>= 4.0.0-beta-23109)
- System.Reflection.TypeExtensions (>= 4.0.0-beta-23109)
- System.Threading (>= 4.0.0-beta-23109)
- System.Runtime.Extensions (>= 4.0.0-beta-23109)
- System.Linq (>= 4.0.0-beta-23109)
- System.Globalization (>= 4.0.0-beta-23109)
- System.IO (>= 4.0.0-beta-23109)
.NETPlatform 5.0
- System.Runtime (>= 4.0.0-beta-23109)
- System.Reflection (>= 4.0.0-beta-23109)
Version | Downloads | Last updated |
---|---|---|
4.3.0 | 3 | 11/21/2023 |
4.3.0-preview1-24530-04 | 1 | 3/5/2025 |
4.1.1 | 2 | 3/2/2025 |
4.1.0 | 3 | 4/30/2024 |
4.0.11-rc2-24027 | 1 | 3/5/2025 |
4.0.11-beta-23516 | 1 | 3/6/2025 |
4.0.11-beta-23409 | 1 | 3/6/2025 |
4.0.11-beta-23225 | 1 | 3/6/2025 |
4.0.10 | 2 | 2/28/2025 |
4.0.10-beta-23109 | 1 | 3/6/2025 |
4.0.10-beta-23019 | 1 | 3/6/2025 |
4.0.10-beta-22816 | 1 | 3/6/2025 |
4.0.0 | 1 | 3/2/2025 |
4.0.0-beta-23109 | 1 | 3/5/2025 |
4.0.0-beta-23019 | 2 | 3/5/2025 |
4.0.0-beta-22605 | 1 | 3/5/2025 |
4.0.0-beta-22416 | 1 | 3/6/2025 |
4.0.0-beta-22231 | 2 | 3/5/2025 |