Dynamic LINQ is a small library on top of the .NET framework 3.5 or later which allows to build string based query expressions.
Using the Dynamic LINQ library (link), is it vulnerable to injection? and (if so) how can this be protected against? …
c# linq linq-to-sql linq-to-entities dynamic-linqI'm using the dynamic LINQ library by Scott Guthrie together with Entity Framework and C#. I have to build my …
c# string linq entity-framework dynamic-linqI am trying to build an expression tree programmatically. I have in my input, a list of condition classes which …
entity-framework linq linq-to-entities linq-expressions dynamic-linqWhat is the difference between System.Linq.Dynamic.Core and System.Linq.Dynamic? I am currently using System.Linq.Dynamic …
dynamic-linqI've created a generic expression builder that builds up a predicate based on collection of conditions. I pass the predicate …
c# entity-framework expression-trees dynamic-linqI am using datatables in quite a few pages in my ASP.NET MVC 3 site. They use server side paging …
c# linq entity-framework linq-to-entities dynamic-linqI am working on the application where user can select columns he/she wants to see on the screen and …
c# linq group-by aggregate dynamic-linqIn my project there is a Logic evaluation section, it take input as a string which contains logical expressions (true/…
c# linq boolean-logic logical-operators dynamic-linqI have a combo box in Silverlight. It has a collection of values built out of the properties of one …
linq silverlight linq-to-sql dynamic-linqI am building an ASP.Net MVC 3 application with Entity Framework 4. When the two pieces of code below are executed, …
entity-framework-4 asp.net-mvc-3 jqgrid linq-to-entities dynamic-linq