Optimising news fetching
I have a web scraper for scraping news from different sources in wp7. My current appraoch for doing this is:
What is better to return from the DataService: Status or Exceptions?
I have a MVVM app with DataServices (using mvvmlight).