Stories recently tagged with 'LINQToXML'

LINQ to XML - XPath(blog.dreamlabsolutions.com)

submitted by arnoldmatuszarnoldmatusz(600) 3 years, 3 months ago

LINQ to SQL may be on it's way out, but LINQ is no way out at all! And don't worry about LINQ to SQL, the ADO.NET Entity Framework is available and guess what it's awesome. Another good usage for LINQ is when you need to query an XML file. When working with LINQ to XML you may remember the old days when you used XPath. But don't worry anymore there is support for XPath on LINQ to XML. There are extension methods for LINQ to XML in the System.Xml.Xpath namespace! Read this blog post if you are interested in an example, and find out if there are any performance issues! Have fun reading! read more...

add a comment |category: |Views: 172

tags: another

Silverlight 2.0 - Using Silverlight DataGrid to consume ASMX Web Servi(syedarizvi.blogspot.com)

submitted by ahmer75ahmer75(120) 3 years, 3 months ago

Microsoft released Silverlight 2.0 on October 13, 2008. Silverlight 2 provides cross-browser rich UI experience which developers can use to author media rich applications using .NET language (C#, Visual Basic etc) of their choice. The article will demonstrate working of Silverlight 2.0 enabled UI by creating an ASP.NET web-form with Silverlight DataGrid control consuming ASMX Web Service. read more...

add a comment |category: |Views: 221

tags: another

Performance: LINQ to XML vs XmlDocument vs XmlReader(nearinfinity.com)

submitted by LearLear(1195) 3 years, 9 months ago

Compares speeds of XML parsing techniques. Ultimately XmlReader beats LINQ to XML in almost every run except for very small XML documents. What's interesting though is how the numbers scale between text encodings. read more...

add a comment |category: |Views: 1004

tags: another

REST to collection builder using LINQ to XML(weblogs.asp.net)

submitted by mehfuzhmehfuzh(1901) 3 years, 10 months ago

Few weeks ago, I did a post about how can I handle REST response using LINQ To XML. You can take a look at it here. http://weblogs.asp.net/mehfuzh/archive/2008/01/11/rest-with-linq-to-xml.aspx Now , this is nice that we can parse REST response with LINQ To XML but at the same time ... read more...

add a comment |category: |Views: 45

tags: another