LINQ to XML in SL2 ?
-
Hi. How can we use LINQ to XML in SilverLight 2 ? Thanks.
-
Hi. How can we use LINQ to XML in SilverLight 2 ? Thanks.
The same way as we do in an standard .NET 3.5 application. Here are some links for you: http://www.silverlightshow.net/items/Using-LINQ-to-XML-in-Silverlight-2.aspx[^] http://msdn.microsoft.com/en-us/library/cc189074(VS.95).aspx[^] And, if you having problems with some specific LINQ-to-XML query, try asking the experts at LINQ[^] forum. Hope that helps. Regards, Syed Mehroz Alam
My Blog My Articles Computers are incredibly fast, accurate, and stupid; humans are incredibly slow, inaccurate and brilliant; together they are powerful beyond imagination. - Albert Einstein
-
Hi. How can we use LINQ to XML in SilverLight 2 ? Thanks.
Used in my project and works pretty well.
/// ------------------------- Braulio Díez DBSchemaEditor.com Free Silverlight based DB Schema Modeling Tool /// -------------------------