Community

Display or format lists/collections/arrays using simple LINQ-style extension methods.

(Eric Lynch) Often, I’ve found myself writing code to display or format lists, collections, or arrays. Most frequently, this is as simple as displaying a comma separated list, for example: item-1, item-2, item-3. Occasionally, the requirements are a bit more complex.

Read More - Register for Free Membership