Delegates
It’s possible to write code for years without deliberately using delegate, Action, or Func types. I say “deliberately” because we may have used them without realizing it. Knowing what these types represent makes reading code easier. Knowing how to…