in

Stuart Manning

Belfast Web Development | C# | ASP.NET | CCS | Ajax | LINQ

Browse by Tags

  • LINQ RSS Writer

    LINQ makes everyday tasks a joy and not a chore. This simple code example was implemented and deployed on http://www.causewaydesign.co.uk/ in 15 mins. using System; using System.Collections; using System.Configuration; using System.Data; using System.Linq; using System.Web; using System.Web.Security;...
    Posted to ASP.NET (Weblog) by Stuart Manning on 03-26-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)