Roslyn: Compile C# Expressions Without Using the Scripting API May 23, 2014September 27, 2017Munir Husseini2 Comments I have an application that processes table structures. Tables have columns and some columns may contain expressions. For example, an…
Linq Expressions By Sample: Calling Generic Methods With Lambda Parameters For Unknown Types July 19, 2013Munir Husseini7 Comments Suppose you need to call a generic Method that receives a generic delegate parameter. Now suppose that you neither know…