Click here to Skip to main content
15,891,184 members
Articles / Programming Languages / C#

digg API.NET - C# Implementation of digg Web Services

Rate me:
Please Sign up or sign in to vote.
3.92/5 (5 votes)
5 Oct 20075 min read 84.5K   275   28  
A C# Library Interface For the Digg.com API

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DiggAPI", "DiggAPI.csproj", "{A1820DE9-2473-4910-850A-C73F31DB3591}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "tester", "tester\tester.csproj", "{5E93C4C2-B54E-4B68-94AF-51205090F8D4}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{A1820DE9-2473-4910-850A-C73F31DB3591}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{A1820DE9-2473-4910-850A-C73F31DB3591}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{A1820DE9-2473-4910-850A-C73F31DB3591}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{A1820DE9-2473-4910-850A-C73F31DB3591}.Release|Any CPU.Build.0 = Release|Any CPU
		{5E93C4C2-B54E-4B68-94AF-51205090F8D4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{5E93C4C2-B54E-4B68-94AF-51205090F8D4}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{5E93C4C2-B54E-4B68-94AF-51205090F8D4}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{5E93C4C2-B54E-4B68-94AF-51205090F8D4}.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 has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Software Developer
United States United States
I'm a professional .NET software developer and proud military veteran. I've been in the software business for 20+ years now and if there's one lesson I have learned over the years, its that in this industry you have to be prepared to be humbled from time to time and never stop learning!

Comments and Discussions