Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 567 Bytes

File metadata and controls

10 lines (9 loc) · 567 Bytes

Processing JSON in .NET

  1. Using JSON.NET and the Telerik Academy Forums RSS feed implement the following:
  2. The RSS feed is at http://forums.academy.telerik.com/feed/qa.rss
    • Download the content of the feed programmatically
  3. You can use WebClient.DownloadFile()
  4. Parse the XML from the feed to JSON
  5. Using LINQ-to-JSON select all the question titles and print them to the console
  6. Parse the JSON string to POCO
  7. Using the parsed objects create a HTML page that lists all questions from the RSS their categories and a link to the question's page