Info
| Version: | 2.2.0 | 
| Author(s): | rubicon IT GmbH | 
| Last Update: | Tuesday, February 6, 2018 | 
| .NET Fiddle: | Online Example | 
| Project Url: | http://relinq.codeplex.com | 
| NuGet Url: | https://www.nuget.org/packages/Remotion.Linq | 
Install
Install-Package Remotion.Linq
                        dotnet add package Remotion.Linq
                        paket add Remotion.Linq
                        
                                Remotion.Linq Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
                                         .NETFramework 3.5 
                                        
                    No dependencies. 
No dependencies. 
No dependencies. 
- System.Collections(>= 4.0.11)
 - System.Diagnostics.Debug(>= 4.0.11)
 - System.Linq(>= 4.1.0)
 - System.Linq.Expressions(>= 4.1.0)
 - System.Linq.Queryable(>= 4.0.1)
 - System.ObjectModel(>= 4.0.12)
 - System.Reflection(>= 4.1.0)
 - System.Reflection.Extensions(>= 4.0.1)
 - System.Runtime(>= 4.1.0)
 - System.Runtime.Extensions(>= 4.1.0)
 - System.Threading(>= 4.0.11)
 
No dependencies. 
Tags
                
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.