An open API service indexing awesome lists of open source software.

https://github.com/jeremylikness/expressionexplorer

A simple console application to explore and transform expressions using ExpressionVisitor.
https://github.com/jeremylikness/expressionexplorer

expressions iqueryable linq linq-expressions

Last synced: about 1 month ago
JSON representation

A simple console application to explore and transform expressions using ExpressionVisitor.

Awesome Lists containing this project

README

        

# ExpressionExplorer

A simple console application to explore and transform expressions using `ExpressionVisitor`.

Read the related blog post: [IQueryable and Expression Trees](https://blog.jeremylikness.com/blog/look-behind-the-iqueryable-curtain/).