Click here to Skip to main content
15,879,535 members
Articles / Web Development / ASP.NET

RSS 2.0 Framework

Rate me:
Please Sign up or sign in to vote.
4.92/5 (67 votes)
19 Jan 2013LGPL37 min read 506.5K   15.2K   361  
RSS 2.0 framework implements the RSS 2.0 specification in strongly typed classes. The framework enables you to create and consume valid RSS 2.0 feeds in your code in just a few minutes.
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0B2A5F19-AFE0-4A79-B99A-DF1825F91DD8}"
	ProjectSection(SolutionItems) = preProject
		BaseAssemblyInfo.cs = BaseAssemblyInfo.cs
		GNU GENERAL PUBLIC LICENSE.rtf = GNU GENERAL PUBLIC LICENSE.rtf
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Raccoom.Xml", "Raccoom.Xml\Raccoom.Xml.csproj", "{5CAAE842-11D7-42F8-9C81-096252F57C76}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Raccoom.Xml.Test", "Raccoom.Xml.Test\Raccoom.Xml.Test.csproj", "{B570B0A8-1AC1-4D0D-BB76-B637201CC994}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{5CAAE842-11D7-42F8-9C81-096252F57C76}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{5CAAE842-11D7-42F8-9C81-096252F57C76}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{5CAAE842-11D7-42F8-9C81-096252F57C76}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{5CAAE842-11D7-42F8-9C81-096252F57C76}.Release|Any CPU.Build.0 = Release|Any CPU
		{DADD450A-82CD-43C3-A0F4-7668EE98C96F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{DADD450A-82CD-43C3-A0F4-7668EE98C96F}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{DADD450A-82CD-43C3-A0F4-7668EE98C96F}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{DADD450A-82CD-43C3-A0F4-7668EE98C96F}.Release|Any CPU.Build.0 = Release|Any CPU
		{B570B0A8-1AC1-4D0D-BB76-B637201CC994}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{B570B0A8-1AC1-4D0D-BB76-B637201CC994}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{B570B0A8-1AC1-4D0D-BB76-B637201CC994}.Release|Any CPU.Build.0 = Release|Any CPU
		{13A4117F-83CE-47F6-9B59-EB9C301BF8D0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{13A4117F-83CE-47F6-9B59-EB9C301BF8D0}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{13A4117F-83CE-47F6-9B59-EB9C301BF8D0}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{13A4117F-83CE-47F6-9B59-EB9C301BF8D0}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The GNU Lesser General Public License (LGPLv3)


Written By
Software Developer (Senior)
Switzerland Switzerland
My interest is in the future because I am going to spend the rest of my life there. (Charles Kettering)

Biography

  • 1996 - 1998 PC Board PPL, HTML, DHTML, Javascript and ASP
  • 1999 - 2001 coding Centura against Sql Database (SqlBase,MSSQL,Oracle)
  • 2002 - 2004 C# Windows Forms
  • 2005 - 2006 C# ASP.NET, Windows Forms
  • 2006 - 2009 C#, WCF, WF, WPF
  • 2010 - 2012 C#, Dynamics CRM, Sharepoint, Silverlight
  • 2013 - 2013 C#, WCF DS (OData), WF, WPF
  • 2014 - 2016 C#, Azure PaaS, Identity, OWIN, OData, Web Api
  • 2017 - now C#, aspnet.core, IdentityServer4, TypeScript & Angular @ Azure IaaS or PaaS

Interests

  • family & friends
  • chilaxing ,)
  • coding

Comments and Discussions