Background: I\'ve got a bunch of strings that I\'m getting from a database, and I want to return them. Traditionally, it would be something like this:
public Li
Slightly more concise way to force evaluation of iterator:
using System.Linq; //... var stuff = GetStuff(connectionString).ToList();