Under a timeline, therefore the salient point is “quickly” and willing to throw some $ at it too (not meaning I’ll pay the correct answer, but rather for a commercial product 🙂 ).
Looking for an RSS feed generator usuable in .NET framework 2.0. Ideally it would be easy to use (inferred quick) but flexible enough to support the multiple standards (shown part way down this page).
We have the business classes in .NET and want to publish RSS feeds on the ASP.NET website.
Any software that’s good?
Doesn’t have to be free.
Must support .NET framework 2.0
Thanks.
Candidates and Reasoning
- Semweb – appears to be on indefinite hiatus – likely not a good idea to pick up
- ROWLEX – based on Semweb, not fond of using something whose core engine is not being updated
- Linq2Rdf – appears overly complicated for a quick solution
- ASP.NET RSS Toolkit – tried it and appears to generate an old/simplified format – hasn’t been touched in a while
here’s some vb.net code that I’ve used to generate a rss feed from a collection in our BLL:
This writes to a file, but you could easily use a generic handler (.ashx) to pass parameters to that would generate the required rss feed on the fly – use Response.Output for the xml writer.