Skip to main content
Remotion.Linq package icon

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

Total Downloads
220.9M
220,905,809
Published
Jun 14, 2016
Latest stable version

Install

.NET CLI
dotnet add package Remotion.Linq --version 2.1.1
Package Manager Console
Install-Package Remotion.Linq -Version 2.1.1
PackageReference
<PackageReference Include="Remotion.Linq" Version="2.1.1" />

Frameworks

.NETStandard1.0

Dependencies

System.Collections
.NETStandard1.0
[4.0.11, )
[4.0.11, )
System.Linq
.NETStandard1.0
[4.1.0, )
[4.1.0, )
System.Linq.Queryable
.NETStandard1.0
[4.0.1, )
System.ObjectModel
.NETStandard1.0
[4.0.12, )
System.Reflection
.NETStandard1.0
[4.1.0, )
[4.0.1, )
System.Runtime
.NETStandard1.0
[4.1.0, )
[4.1.0, )
System.Threading
.NETStandard1.0
[4.0.11, )

Adoption guide

A verified publisher signal is available. Assess fit from the package's supported frameworks, license and dependency graph rather than popularity alone.

No SPDX license expression is published. Review the license text and your organisation's policy before redistribution.

Compatibility metadata lists 1 target framework; confirm the exact target used by your application.

How to read this guidance

Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.

Useful next steps

Move from package metadata to a concrete selection or review workflow.