Quantcast
Channel: RSS Reader C# for multiple URLs - Stack Overflow
Browsing latest articles
Browse All 2 View Live

Answer by CSintern for RSS Reader C# for multiple URLs

I've done something similar. Here is a rundown of my code:(My RSS Model is the same)RSSReader Model:public class RsssReader{ public static IEnumerable<RSSS> GetRssFeed(string url) { XDocument...

View Article



RSS Reader C# for multiple URLs

Can't fint the right way to build an RSS Reader for multiple URLs in C#. namespace RSSFeedApp.Controllers{ public static class RSSController { private static string _blogURL =...

View Article
Browsing latest articles
Browse All 2 View Live




Latest Images