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.
- Host: GitHub
- URL: https://github.com/jeremylikness/expressionexplorer
- Owner: JeremyLikness
- License: mit
- Created: 2020-07-19T23:05:05.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-20T17:42:45.000Z (almost 5 years ago)
- Last Synced: 2025-03-24T20:21:43.769Z (about 2 months ago)
- Topics: expressions, iqueryable, linq, linq-expressions
- Language: C#
- Homepage: https://blog.jeremylikness.com/blog/look-behind-the-iqueryable-curtain/
- Size: 13.7 KB
- Stars: 18
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/).