Create ASP.NET Syndication Feeds with SqlConnection and VB.NET
问题 This seems to be a great article by Scott Mitchell for creating syndicated feeds in ASP.NET 3.5 . The problem for me is that it uses C# and Linq, which I'm not as sharp on at the current time. http://dotnetslackers.com/articles/aspnet/How-to-create-a-syndication-feed-for-your-website.aspx Does anyone know where an example might exist for the System.ServiceModel.Syndication namespace that can produce a syndicated feed like this article using VB.NET and a SQLConnection object? I've looked