Coding Notes – C# and the Missing LINQ Part 2

Part 2 of our adventures with Linq! In this series we are exploring how Linq queries can help us manage our lists and write tighter code. This is a beginner’s start-up guide, designed to show basic (yet powerful) techniques for how to use Linq, as well as common pitfalls to avoid. This part will cover handling IEnumerable collections and grabbing specific list items by a number of different criteria.

Continue reading

Advertisement