Close
Skip to content

Softwareproduction

Software Development Blog, mainly C# and .NET

  • ASP.NET Core
  • Mobile Development
  • Code Generation
  • General Programming
  • Development Tools
  • Servers
  • Miscellaneous

Month: May 2014

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…

Read More 8817 views

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…

Read More 2362 views
Named Format with Linq Expressions

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…

Read More 3953 views
(c) 2011-2020 Munir Husseini