System.Linq.Dynamic.Library

This is a branch of the Microsoft Dyamic LINQ library. It allows developers to construct LINQ queries using string expressions instead of lambda expressions. This package is more than a simple NuGet deployment of the Dynamic Linq Library. It is a living project, and contains XML documentation with examples.


Keywords
c#, dynamic, entities, linq
License
MS-PL
Install
Install-Package System.Linq.Dynamic.Library -Version 1.1.14

Documentation

This is a port of the the Microsoft assembly for the .Net 4.0 Dynamic language functionality.

This fork takes the basic library to a new level. Contains XML Documentation and examples on how to use Dynamic Linq. Also adds unit testing to help ensure that it works properly.

Suggestions and comments are welcome.

The binary is available on NuGet. Install-Package System.Linq.Dynamic.Library

Documentation can be found here.