Tag: Metaprogramming
-
🌴How to Convert Any Object to a Dictionary Using Expression Trees in C#
In the previous article we explained Expression Trees, what they are and how to use them. In this article we will utilize them to solve a real-world problem that usually comes up in applications where object inspection is required. 🤔The problem There are occasions in your applications where you wish you could treat an object…
-
🌳 C# Expression Trees: Intro, Construct, Execute, Analyze
Learn how to construct, execute, and analyse Expression Trees. This guide provides a complete introduction and key takeaways for developers.
