[PRL] Don Box gets it

Mitchell Wand wand at ccs.neu.edu
Mon May 15 10:31:01 EDT 2006


>
> In C# speak, there's a real difference between the following two lines:
>
> string unparsed = "a => a + 1";
> Expression<Func<int, int>> parsed = a => a + 1;
>
> If I needed to translate the expression into an external format (e.g., the
> way DLINQ converts things like parsed to SQL), the thought of having to
> write a front end is pretty daunting.
>

and of course, neither of these is the same as

Func<int, int> f = a => a + 1

http://pluralsight.com/blogs/dbox/archive/2006/05/14/23513.aspx
-------------- next part --------------
HTML attachment scrubbed and removed


More information about the PRL mailing list