Community

Improving LINQ code reusability: Select method

(Rui Jarimba) Select method is used to project each element of a sequence into a new form, i.e., it can be used to map a collection of one type to a collection of another type. In this article I’ll show you a simple approach that will allow you to reuse the code used in the Select method.

Read More - Register for Free Membership