/System.Linq.Dynamic

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

Primary LanguageC#

October 07,2014

This is the Microsoft System.Linq.Dynamic librairie modified to work with Entity Framework 5 & 6 Work with DbFunctions and EntitiesFunction

Original Project by King Wilder (info@kingwilder.com) Readme original:

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

I am in no way taking ownership of this assembly! I'm am simply making it available since it seems very hard to find. I've also created a NuGet package so it's easy to import into your Visual Studio projects. You can install it via NuGet with this command in the Nuget Package Manager:

install-package System.Linq.Dynamic

Documentation and Samples

You can find sample code and documentation on usage from this link, just Accept the terms and you will download a Visual Studio file with C# code and HTML documentation.

http://msdn.microsoft.com/en-US/vstudio/bb894665.aspx (Special thanks dradovic)