Cercando su Internet è possibile trovare numerose class library che consentono di gestire i Feed RSS dalle proprie applicazioni .NET. Come avevo segnalato qui, anche Microsoft fornisce un'API per la loro manipolazione. Recentemente ho scoperto Argotic, una libreria con le seguenti caratteristiche:
- Complete implementation of the .
- Complete implementation of the ATOM 1.0 specification.
- Implements a provider model for storing/retrieving syndication information to your back-end database of choice.
- Provides an extensible framework for processing any syndication specification extension.
- Natively handles the RCF822 and W3C DateTime structures.
- Support for auto-discovery of syndication feeds for a given web site.
- Supports consumption of secure/authenticated syndication feeds.
- Implementations of the most common syndication specification extensions.
La libreria è fornita con la Microsoft Permissive License (Ms-PL). Il download è disponibile qui.
Technorati Tags:
Programming,
.NET