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

Tag: Runtime

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 8741 views

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…

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