❔ 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
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.
I'm writing an app to consume it
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
But it's not json right ?
it's in xml
You can deserialize xml too
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.
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.