Top "Dynamic-linq" questions

Dynamic LINQ is a small library on top of the .NET framework 3.5 or later which allows to build string based query expressions.

Is Injection Possible through Dynamic LINQ?

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-linq
Dynamic LINQ DateTime Comparison String Building - Linq To Entities

I'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-linq
Exception using OrElse and AndAlso expression methods

I 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-linq
System.Linq.Dynamic.Core vs System.Linq.Dynamic

What is the difference between System.Linq.Dynamic.Core and System.Linq.Dynamic? I am currently using System.Linq.Dynamic …

dynamic-linq
Creating dynamic expression for entity framework

I'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-linq
Get dynamic OrderBy in LINQ

I 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-linq
C# LINQ - How to build Group By clause dynamically

I 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-linq
Logic Evaluator in c# (Evaluate Logical (&& ,|| ) expressions)

In 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-linq
Building Dynamic LINQ Queries based on Combobox Value

I 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-linq
LINQ Dynamic Query Library

I 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