HowTo: Create RSS Feeds with Linq to XML / XLinq
It´s very easy to create an RSS using Linq to XML. In my sample I create a ASP.NET page, which offers a RSS Feed. We add also a meta tag so that users can find our RSS Feed.
HowTo: Use PicLens and other MediaRSS Clients for your own Website (create MediaRSS with LINQ to XML)
This blogpost is related to the "RSS XLINQ" post – but this time the result will be cooler . About this post This post is about the "MediaRSS" standard and how you can use it for your own website. If you have never heard of it – never mind. But maybe you have heard of …
HowTo: Create RSS Feeds with LINQ to XML (XLinq)
It´s really easy to create XML with LINQ to XML – you can find a HowTo on my german blog. Now we´ll try to create an RSS Feed with XLINQ My Projectfiles: The "Rss.ashx" will create your RSS. At first I want to make sure, that my site-visitors detect my nice RSS Feed automatically: <head …
HowTo: LINQ to SQL debugging
I`m working on a project where I use LINQ to SQL. It´s very cool (and sometimes tricky ), but what if I need deeper information about the "LINQ to SQL magic" – how can I debug the LINQ to SQL stuff? 1. Option: Visual Studio The simplest option is of course Visual Studio itself. Just …


Recent comments