Skip to content

~ / blog / category · 3 entries

grep -r "C#"

  1. C# Lambda Expressions: A Method Without a Name

    C# lambdas from zero: the => arrow, how lambdas fill delegates, Func and Predicate, closures, expression trees, and interview questions answered.

    C# 9 min read
  2. C# Generics Explained From Zero

    C# generics from zero: why they beat object, how constraints buy abilities with restrictions, and generic methods. With 10 interview questions answered.

    C# 11 min read
  3. C# Delegates: A Variable That Holds a Method

    C# delegates from zero: a variable that holds a method, indirection, Action and Func, where they run in production, and interview questions answered.

    C# 9 min read
CV