Write generic codes with Delegate, Func, Action, and Anonymous Functions in C# Published January 2, 2019 in .NET , .NET core , C# - 1 Comment In this post, I talk about Delegate, Func, Action, anonymous methods and lambda expressions in C# and how they help with making the codes more concise and generic. Continue reading Tags: Action , anonymous functions , anonymous methods , delegate , Func , Lambdas Expressions , Statement Lambdas