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: Linq Expressions

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 3945 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 9485 views
(c) 2011-2020 Munir Husseini