Download and Read an XML File Over HTTP
videos

Download and Read an XML File Over HTTP

Tutorial Details
  • Difficulty: Beginner
  • Program: Visual Studio with the Silverlight 4 Toolkit
  • Screencast Duration: 25 mins
This entry is part 11 of 15 in the Silverlight for Beginners Session
« PreviousNext »

One of the defining characteristics of a RIA is the ability to cross the network and grab resources. There are many ways to do this in Silverlight, but here we’ll write a little code to illustrate just about the simplest: an asynchronous request across the network for an XML file.

We’ll talk about the cross-domain security implications that this might have and we’ll touch on the key XML API in Silverlight – LINQ to XML.


Like the icon image? 12 Custom Guarantee & Warranty Seal Icons Set is available on GravicRiver.net!


View Screencast

Don’t like ads? Download the HD 720 source, or subscribe to Activetuts+ screencasts via iTunes!


Useful Links

Mike Taulty Microsoft (UK): http://mtaulty.com: mtaulty@microsoft.com: twitter.com/mtaulty

Tags: Videos
Add Comment

Discussion 4 Comments

  1. Marc says:

    first? ^^

  2. eric says:

    Thanks Mike,

    I needed this at work an boom you delivered.

    Cheers!

  3. hugo says:

    Hi Mike,

    These tutorials are amazing. Thank you for your great job.

    Hi want to download this tutorial but the link is not working. can you please fix it?

    thank you

Add a Comment

To add a code snippet to your comment, please wrap your code like so: <pre name="code" class="html">YOUR CODE</pre>. You can replace the class name with "js," "css," "sql," or "php." If there are any "<" or ">" within your code, please search and replace them with: &lt; and &gt; respectively.