When working with lists or arrays in C#, the need to 'get just the first item' or 'find the first piece of data that matches a condition' comes up almost every day during development. Do you have a ...