Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where can I find the System.Linq.Dynamic dll?

I am looking all over for this dll but can't find it anywhere? anyone know where to get it and can help me? Thanks!

like image 476
twal Avatar asked Oct 21 '10 19:10

twal


People also ask

What is Dynamic Linq?

The Dynamic LINQ library exposes a set of extension methods on IQueryable corresponding to the standard LINQ methods at Queryable, and which accept strings in a special syntax instead of expression trees.

Is Dynamic Linq safe?

And Dynamic Linq is actually composed from strings, therefore it is potentially prone to attack by injection. Obviously, the attacker will have to be aware of the fact that you are using DynamicLinq and could attack only preparing the data so it results in valid malicious Dynamic Linq query.


3 Answers

Now it's available via NuGet gallery too.

like image 114
Andriy K Avatar answered Oct 02 '22 13:10

Andriy K


You can get it from this link . It's a zip file that contains the dynamic link source. It's not a dll.

Originally posted on ScottGu's blog here

like image 38
Geoff Avatar answered Oct 02 '22 14:10

Geoff


Source file and .dll

GitHub

like image 26
Nazar Tereshkovych Avatar answered Oct 02 '22 12:10

Nazar Tereshkovych