Click here to Skip to main content
15,867,453 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello there I don't have any knowledge in coding an Rss feed reader application in C# so please I need a guide. Bottom line: CAN YOU GIVE ME A SIMPLE CODE THAT'S ACTUALLY WORKS AND READS THE RSS FEED SUBJECT AND SHOWS IT IN A TEXT BOX in C#.

What I have tried:

Nothing. tryin to do it for the first time I know there is Professionals here.
Posted
Updated 27-Sep-19 11:57am

1 solution

C# has the SyndicationFeed class which can be used with RSS as well as Atom.
SyndicationFeed Class (System.ServiceModel.Syndication) | Microsoft Docs[^]

Google also has quite a few listings for tutorials, such as this:
Build an RSS reader in 5 minutes | Thomas Levesque's .NET blog[^]

The code I have is neither simple nor public domain; so I am unable to provide you with any.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900