Tagged Questions
The argotic tag has no wiki summary.
7
votes
10answers
640 views
Open Source Licensing Options for ASP.NET MVC Application?
I'm working on a personal project in ASP.NET MVC that I plan on making open source. In the past, I've open-sourced quite a few PHP scripts and UNIX-based stuff. For those, I typically went with a ...
2
votes
2answers
88 views
How do I handle similar objects with different properties?
I'm building an RSS client and using the Argotic framework. It provides different classes for different kinds of feeds like Atom, RSS, and OPML. These classes don't inherit from any other class and ...
2
votes
2answers
490 views
Argotic Syndication Framework v. System.ServiceModel.Syndication
I'm investigating the Argotic Syndication Framework, and I'm pretty impressed so far. However, a lot of the current implementation--at least for RSS and Atom--seem pretty comparable to ...
1
vote
1answer
43 views
how to write argotic.feed.save result into memory stream?
I want to write Argotic to memorystream and then return it as a string to another function.
and this is what I've written :
Stream st = new MemoryStream();
Feed.Save(st); ...
1
vote
0answers
41 views
Argotic and YahooMediaSyndacationExtension problem (url encoded)
I'm using the Argotic syndacation framework to write an RSS feed, and I've found a strange behaviour, that may be a bug.
I want to add, trough the YahooMediaSyndicationExtension, a ...
1
vote
2answers
380 views
Argotic Syndication Framework
Hey!
Does anyone know of any tutorials for this framework?
Whats the opinion on the use of this for extracting data from an RSS Feed?
Good or bad?
0
votes
0answers
82 views
Rss News Aggregator
I'm using Argotic Library to create an RSS news aggregator. I have the following code:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using ...
0
votes
1answer
84 views
C# Library for Publishing and Consuming ActivityStrea.ms?
I was just wondering if there was a C# client library for publishing & consuming ActivityStrea.ms feeds.
As far as I know, the Argotic framework is extensible and can be made to read ...
0
votes
1answer
106 views
Argotic Syndication framework
Is it me or is the documentation for the argotic framework API impossible to find..?
The source is available so surely the documented API should be ..
Anybody know where this is?
Thanks alot,