In the previous lesson, when I introduced you to a preview of what LINQ looks like, I ended up with this code:
And we learned that the free form syntax of LINQ is the same thing as the declarative syntax of LINQ, which is also the same with some bunch of extension methods for the IEnumerable interface, declared inside a class called Enumerable.… Read more