动态LINQ和动态LAMBDA EX pressions?

问题描述:

什么是动态写作LINQ查询和Lambda EX pressions最好的方法是什么?

What is the best way of dynamically writing LINQ queries and Lambda expressions?

我想到的应用,最终用户可以设计业务逻辑规则,则必须执行。

I am thinking of applications where the end user can design business logic rules, which then must be executed.

我很抱歉,如果这是一个新手的问​​题,但它会是巨大的,得到最佳实践出来的经验。

I am sorry if this is a newbie question, but it would be great to get best practices out of experience.

我不建议高于你读通过巴特迪斯(的http://community.bartdesmet.net/blogs/bart/ ),他是真正的辉煌,当谈到LAMBDA。

I cannot recommend higher than you reading through the postings of Bart De Smet (http://community.bartdesmet.net/blogs/bart/), he is really brilliant when it comes to Lambda.

他最近的一系列动态覆盖LAMBDA,从http://community.bartdesmet.net/blogs/bart/archive/2008/08/26/to-bind-or-not-to-bind-dynamic-ex$p$pssion-trees-part-0.aspx

His recent series covered dynamic Lambda, starting with http://community.bartdesmet.net/blogs/bart/archive/2008/08/26/to-bind-or-not-to-bind-dynamic-expression-trees-part-0.aspx

绝对美丽code。