I understand the parts of View and ViewModel MVVM, but what I'm still really fuzzy is how you connect your application to data sources on the Internet (let's say you grab some XML or JSON from the Internet) and in particular where this code goes into your application. Can someone provide or link some sample code or tutorial in which you can configure a simple WPF (or Silverlight) application that retrieves data from the Internet?
qJake source share