ASP.NET,LINQ,XML - Raj Kaimal

Browse by Tags

All Tags » ASP.NET » LINQ » XML (RSS)

Loading an XML file in your Silverlight project into memory

Version : Silverlight 2 Beta 2 Reading an XML file in an XAP package can easily be done with the help of a helper class like so: 1: public static class XmlHelper 2: { 3: public static XElement LoadDocument( string fileName) 4: { 5: //No longer required...
Posted by rajbk | 3 comment(s)
Filed under: , , ,

Building an RSS feed using LINQ to XML and LINQ to SQL

Version : VS 2008 Beta 2 In this post, I am going to show you how to build a RSS feed of the employees in the NorthWind database using LINQ. Before you proceed, you may want to read Scott's introduction of LINQ to XML over here if you haven't done so...
Posted by rajbk | 1 comment(s)
Filed under: , , ,
More Posts