❔ How to consume RSS Reader

Hi I never work with RSS before does anyone have simple console app that consuming Microsoft Devblog Rss Reader ?
7 Replies
Mayor McCheese
Do you want the experience of writing such an app; or you want the info from the rss? If you just want the info; I’d just use an off the shelf reader.
TotechsStrypper
I'm writing an app to consume it
Mayor McCheese
Just look at the schema and build an app to deserialize the payload. I’m on my phone but I’ll look at their schema later
TotechsStrypper
But it's not json right ? it's in xml
Mayor McCheese
You can deserialize xml too
Mayor McCheese
Examples of XML Serialization
These code examples show advanced scenarios, including how to use XML serialization to generate an XML stream that conforms to an XML Schema document.
Accord
Accord2y ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.