C Sharp (C#) - LINQ Fundamentals
You want to project a list of anonymous objects with
Id and NameLength for the length of Name from a list of Person. Which LINQ query achieves this?