关于[Look Behind the IQueryable Curtain]的摘要:
In a previous blog post, I explored the power of expressions and used them to dynamically build a rules engine based on a JSON payload. In this post I flip everything upside down and start with the expression. Given the variety of possible expression types and complexity of expression trees, what is the best way to decompose the tree? And, while we’re at it, can we mutate the expression to make it behave differently? I’ll explain why that’s important.
原文地址: https://blog.jeremylikness.com/blog/look-behind-the-iqueryable-curtain/