Fast Named Format With Linq Expressions May 3, 2014September 29, 2017Munir Husseini7 Comments This article describes how to implement “named format” functionality with C# and Linq Expressions. The .NET Framework supports string formats…
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…