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…
WF 4.0: NullReferenceException in ActivityXamlServices.Load May 20, 2014Munir HusseiniNo Comments I tried to dynamically load a workflow XAML from a database. Simple task, I thought, because there is an API…
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…