'RSS'에 해당되는 글 2건

  1. 2008/03/20 RSS2.0 Spec
  2. 2008/01/14 asp.net rss toolkit

RSS2.0 Spec

open-api 2008/03/20 11:30 |
전에 RSS2.0 스팩을 번역해두었던 자료...
간만에 보니 새롭다.
이올린에 북마크하기(0) 이올린에 추천하기(0)

'open-api' 카테고리의 다른 글

RSS2.0 Spec  (0) 2008/03/20
Microformat?  (0) 2007/05/28

Trackback Address :: http://steelleg.tistory.com/trackback/172

댓글을 달아 주세요

asp.net rss toolkit

DotNet/asp.net 2008/01/14 18:27 |
http://www.codeplex.com/ASPNETRSSToolkit/Wiki/View.aspx?title=Feed%20Cache&referringTitle=Home


ASP.Net RSS Toolkit gives ASP.Net applications the ability to consume and publish to RSS feeds.

Features include:

  • RssDataSource control to consume feeds in ASP.NET applications
    • Works with ASP.NET data bound controls
    • Implements schema to generate columns at design time
    • Supports auto-generation of columns at runtime (via ICustomTypeDescriptor implementation)
  • Caching of downloaded feeds both in-memory and on-disk (persisted across process restarts)
  • Generation of strongly typed classes for feeds (including strongly typed channel, items, image, handler) based on a feed URL (the toolkit recognizes RSS, Atom and RDF feeds) or a file containing a sample feed. Allows programmatically download (and creation) of feeds using strongly-typed classes.

The toolkit includes:

  • Consuming feeds, using:
    • Stand-alone command line feed compiler that generates VB.Net or C# code files.
    • Build provider for .rssdl file (containing the list of feed URI(s) [including local files])
    • Build provider for .rss file (containing feed XML in RSS/Atom/RDF or OPML format)
  • Support for generation of feeds in ASP.NET application including:
    • RSS HTTP handler (strongly typed HTTP handlers are generated automatically by the build providers) to generate the feed.
    • RSS Hyper Link control (that can point to RSS HTTP handler) to create RSS links
    • Optional secure encoding of user name into query string to allow generation of personalized feeds
  • Set of classes for programmatic consumption and generation of RSS feed in a late-bound way, without using strongly types generated classes

How-to(s):

이올린에 북마크하기(0) 이올린에 추천하기(0)

Trackback Address :: http://steelleg.tistory.com/trackback/133

댓글을 달아 주세요