MVVM Tutorial/Example Code with internet connectivity
        Posted  
        
            by 
                SpikeX
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by SpikeX
        
        
        
        Published on 2011-01-30T20:27:22Z
        Indexed on 
            2011/01/30
            23:25 UTC
        
        
        Read the original article
        Hit count: 264
        
I understand the View and ViewModel portions of MVVM, but what I'm still really fuzzy on is how you connect your application to data sources on the Internet (say you're grabbing some XML or JSON from the web), and specifically, where that code goes in your application. Can someone provide or link to some example code or a tutorial that walks you through setting up a simple WPF (or Silverlight) application that fetches data from the Web?
© Stack Overflow or respective owner