Our Product Line


RSS Library for .NET

RSS Library for .NET

A .NET class library for RSS feeds providing a reusable object model for parsing and writing RSS feeds.
ATOM Library for .NET

ATOM Library for .NET

A .NET class library for ATOM feeds providing a reusable object model for parsing and writing ATOM feeds.
Blog Server for .NET

Blog Server for .NET

A .NET Solution that delivers the essential features to create, publish and maintain a weblog.
OPML Library for .NET

OPML Library for .NET

A .NET class library for OPML documents providing a reusable object model for reading, writing and exporting OPML.


How Easy Is It?


RSS Feed:
1 Imports Web20Tools.Feed.Rss 2 3 'Load an RSS feed in VB 4 Dim feed As RssFeed = 5 RssFeed.Load("http://feed-url/here")
1 using Web20Tools.Feed.Rss; 2 3 //Load an RSS feed in C# 4 RssFeed feed = 5 RssFeed.Load("http://feed-url/here");
ATOM Feed:
1 Imports Web20Tools.Feed.Atom 2 3 'Load an Atom feed in VB 4 Dim feed As AtomFeed = 5 AtomFeed.Load("http://feed-url/here")
1 using Web20Tools.Feed.Atom; 2 3 //Load an Atom feed in C# 4 AtomFeed feed = 5 AtomFeed.Load("http://feed-url/here");

 more...

Microsoft RSS Platform Facts

Windows RSS Platform Facts

Microsoft's Windows RSS Platform is available to most any application now - what should you know about it?

Why Choose Web20Tools?

Many reasons - but how about you can create your first feed within 15 minutes of installing our libraries. Beat that!

Compare Licensing Options

Choose the licensing model that best suits your application. See a quick comparison.