Project DescriptionSquid is a easy-to-use SQL-to-RSS converter that allows a user to create an RSS feed by simply writing a simple T-SQL statement. Creating an RSS feed is literally a one step process. Simply write something like "SELECT Id=0, Title=PersonName, Description=PersonSalesData FROM dbo.Person" and you're done!
NetFXHarmonics Blog
Squid Overviewhttp://www.netfxharmonics.com/2008/04/NetFXHarmonics-DevServer-Released
Squid Training Video
http://www.jampadtechnology.com/videos/jampad/DataFeedFramework.asx
As a Training Tool
Squid is built on .NET 3.5 using WCF and ASP.NET custom controls. When Squid was previously known as the Data Feed Framework, it relied on both RSS.NET and Atom.NET for feed creation and aggregation, however, since WCF now natively supports this functionality, Squid no longer requires any external dependencies. Squid also uses ASP.NET custom controls for it's InfoBlock control which may be used as an example of simple databound custom controls.
Squid InfoBlock Screenshot
|