Skip to content

~ / blog · 3 entries

tail -f ~/blog

Engineering notes from production — .NET, Docker, Azure, and software architecture. What I'm building, learning, and would do differently next time.

all 3 C# · 3
all 3
  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