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
No, you are on the right path... the yield will lock the reader... you can test it doing another database call while calling the IEnumerable