no dogma blog
no dogma blog
Blog Posts
Podcast
Web API Lambda Course
Polly Course
Photos
Contact
Support this Site
About
RSS
Light
Dark
Automatic
Func
C# Lambdas Part 2, a Few More Complicated Examples
Following on from a post earlier this month on lambdas, here are some examples that are a little more complicated.
May 22, 2022
#
C#
,
dotNet6
,
Lambda
,
Func
C# Lambdas Part 1, a Quick Overview with Examples
There are many ways to write and use lambdas in C# that. In this post I give an overview of what they are, examples of how to write them with detailed comments, and how to use them.
May 13, 2022
#
C#
,
dotNet6
,
Lambda
,
Func
,
Action
Simple Func<T> and Func<T1, T2, TResult> Examples
Full source code available here. About a month ago I wrote a post with a simple explanation of how to use methods that take Action or Action<T> as parameters. Actions themselves take 0 to 16 parameters and return nothing.
Apr 10, 2020
#
C#
,
Lambda
,
Func
Cite
×