expression Questions
4
Solved
I have needed in several occasions some classes to represent and manipulate conditions (typically in a UI so the user builds a query by combining different condition types and then the code can tra...
Alicia asked 7/5, 2009 at 9:53
3
Solved
Is it possible to find out if two expressions are the same?
Like given the following four expressions:
Expression<Func<int, bool>> a = x => false;
Expression<Func<in...
Casebook asked 23/3, 2009 at 12:31
1
Solved
Im having problems building a query with the linq to sql data query expression in c#.
What I'm trying to ultimately do is based on this pseudo-code expression.
public IQueryable<CTest> sear...
Irremissible asked 12/1, 2009 at 16:39
2
Solved
There are 4 overloaded signatures for Enumerable.SelectMany. To make it simple, we ignore the two signatures with int argument. So we have 2 signatures for SelectMany:
public static IEnumerable<...
Cambrai asked 8/1, 2009 at 1:56
2
Solved
I have an expression tree I have created by parsing an Xml using the expression class in C#. See this question.
I only have Add, Subtract, Divide, Multiply, Parameters, And and Or in my Expression...
Plaint asked 6/12, 2008 at 17:36
2
Solved
When an Expression<T> is compiled, is the resultant code implicitly cached by the framework? I'm thinking along the lines of the static Regex methods where the framework implicitly compiles a...
Van asked 3/11, 2008 at 14:50
1
Solved
What is the purpose of this UnaryExpression, and how should it be used?
Deckert asked 16/10, 2008 at 7:23
4
Solved
What is the difference between anonymous methods of C# 2.0 and lambda expressions of C# 3.0.?
Centralia asked 16/10, 2008 at 12:38
3
Solved
I completely understand the concept of expression trees, but I am having a hard time trying to find situations in which they are useful. Is there a specific instance in which expression trees can b...
Gardening asked 26/8, 2008 at 10:45
© 2022 - 2024 — McMap. All rights reserved.