LINQ to XML in SILVERLIGHT 3.0

Objective This article will explain how to use LINQ to XML to read data from a XML file and bind that to SILVERLIGHT 3.0 Data Grid. XML file will be read in a WCF service and WCF service will return a List to be bind in a Grid. Step 1 Create a SILVERLIGHT application. SelectContinueContinue reading “LINQ to XML in SILVERLIGHT 3.0”