I have just purchased the new C# 5 books, and I'm loving it! It has, however, raised some questions.
For instance, I have a large project that has recently been updated to Net 4.0, to which I have added the Async Targeting Package.
My question is: I have lots of BackgroundWorker's that load SQL data (some can take several seconds), and was wondering if these are candidates to convert to async/await functions.
Comments and advise would be appreciated.













