I am proud to announce the release of the latest version of the Argotic Syndication Framework. This release offers a number of new features, including asynchronous retrieval of syndication resources, support for legacy syndication formats, simplified detection and inclusion of syndication extensions, a format agnostic means of retrieving syndication feed information, and an overall improvement to the framework namespace organization and performance. This release would not be possible with all of the feedback provided by the end-users, and as always if you are interested in contributing to this project please feel free to contact the team.
Download the 2007.1 release of the framework.
The Argotic Syndication Framework is a Microsoft .NET class library framework that enables developers to easily consume and generate web content syndication services from within their own applications. The framework makes reading and writing syndication data sources in common formats such as RSS, Atom, OPML, etc. simple while still remaining powerful enough to handle the myriad of syndication extensions commonly in use today. Argotic: Enabling developers to grok web content syndication.
Overview of framework features:
- Easily consume and/or generate syndicated content from within .NET client and web applications.
- Supports consumption and inclusion of 17 of the most common specifications used to extend syndicated content.
- Implements an extensible syndication extension model that allows users to easily develop their own pluggable syndication extensions.
- Supports asynchronous consumption of syndicated content resources.
- Automatic detection of syndication extensions utilized by syndication resources.
- Supports consumption of secure/authentication restricted syndication resources.
- Provides a format agnostic means of consuming syndication feeds.
- Supports HTTP 1.0/1.1 conditional GET retrieval of syndication resources to reduce bandwidth usage.
- Implements a provider model that provides a uniform interface between syndication services and data sources, allowing users to choose almost any storage media.
- Designed to be called by partially trusted code.
The framework provides full implementations of the following syndication formats:
The framework is capable of consuming the following legacy syndication formats:
The framework provides full implementations of the following commonly used syndication extensions:
Framework Code Metrics:
| Assembly Name |
Maintainability Index |
Cyclomatic Complexity |
Depth of Inheritance |
Class Coupling |
Lines of Code |
| Argotic.Common |
74 |
448 |
2 |
67 |
1,190 |
| Argotic.Core |
71 |
4,580 |
3 |
193 |
11,787 |
| Argotic.Extensions |
74 |
2,890 |
2 |
106 |
7,492 |
| Totals |
|
|
|
|
20,469 |
Additional Resources: