In this article, we are going to learn working with data in SilverLight.

Working with Data in Silverlight

Data is the back bone of any Line of Business application and in this section we are going to learn about working with data in Silverlight.

How to read a local XML file in Silverlight?

To read XML file in Silverlight, we can either user XmlReader or LINQ to XML, in this example we are going to learn LINQ to XML.

Read More....