in

Stuart Manning

Belfast Web Development | C# | ASP.NET | Ajax | LINQ | JQuery | CSS | Flex

Browse by Tags

  • Linq to XML

    Linq to XML in 3 easy steps http://www.dev102.com/2008/04/25/linq-to-xml-in-3-easy-steps Linq to XML - Adding, Updating and Deleting Data http://blogs.microsoft.co.il/blogs/maordavid/archive/2007/10/13/linq-to-xml-adding-updating-and-deleting-data.aspx
    Posted to ASP.NET (Weblog) by Stuart Manning on 07-18-2008
  • RSS Reader with LINQ to XML

    What joy, LINQ to XML . This code example shows how you can use LINQ to XML to painlessly extract content from an RSS feed. No more XPathDocument and etc, coded in minutes. StringBuilder sb = new StringBuilder(); //test read XNamespace slashNamespace = "http://www.w3.org/2005/Atom"; XDocument...
    Posted to ASP.NET (Weblog) by Stuart Manning on 02-27-2008
Page 1 of 1 (2 items)