Linq Expression Trees in Compact Framework.
Posted
by Michal Drozdowicz
on Stack Overflow
See other posts from Stack Overflow
or by Michal Drozdowicz
Published on 2010-06-10T10:44:04Z
Indexed on
2010/06/13
13:42 UTC
Read the original article
Hit count: 269
LINQ
|compact-framework
The lack of expression trees in Compact Framework has bugged me for some time now, but I haven't really looked for a solution.
Today, I've found a blog post about an alternative System.Linq.Expressions built on top of Mono System.Core and used e.g. by db4o (you can find it here).
My question is - have you used this library and if so, what were your experiences with it (especially regarding performance)?
© Stack Overflow or respective owner