Tag: enumerables

  • Enumerables in C#

    Since starting my job in September 2020 at Faithlife, one of the most eye-opening realizations for me was how ignorant I was of how, when and why to use the various C# enumerable types and interfaces. C# gives you many of them. It’s probably no surprise that they each have a place in your code! It…