Accompanies [app]s written in, or [library]s meant to be used from, the C# programming language
101
votes
5answers
11k views
Stacky - A .NET client library (Full support for API v2.0)
Stacky - A .NET Client Library
The same great library now supports the 2.0 API!
https://bitbucket.org/lfoust/stacky
Sample Code
IUrlClient urlClient = new UrlClient();
IProtocol protocol = new ...
45
votes
0answers
13k views
Sample Application: World's Worst StackOverflow Clone
Screenshot
About
The World's Worst StackOverflow Clone is an open-source example application for the stack exchange API. It is meant to help programmers get up to speed on development with ...
4
votes
2answers
217 views
Odd String Format Result from API Call
I'm just getting started messing around with the SO api, I haven't worked with JSON before, and I am getting a strange result from a basic call (No API Key).
WebClient stackClient = new WebClient();
...
14
votes
0answers
896 views
StackedDeck: Watch Your Favorite Tags, TweetDeck-Style
Screenshot / Code Snippet
About
Download StackedDeck
StackedDeck allows you to watch as questions with your favorite tags come streaming in. Add as many columns as you like and StackedDeck will ...
7
votes
0answers
331 views
StackWatcher: Watch Your StackExchange Accounts
Screenshot / Code Snippet
About
Download StackWatcher
StackWatcher is a notification area application that polls all your associated StackExchange accounts for activity, including:
Reputation
...
3
votes
0answers
630 views
Dev-Tip: How to call the API in C# and Silverlight
This tip shows a simple and reliable way to create HttpWebRequest that are configured to properly query the api.
With the exception of the AutomaticDecompression assignment, this code can be used in ...
3
votes
0answers
248 views
Newest unaswered by tags
Screenshot
About
Often, when I was looking for questions to answer on StackOverflow, I would go through newest unanswered questions and look for those that had one of my favorite tags. The “my ...
2
votes
0answers
500 views
Stack Bridge Application
Screenshot / Code Snippet
SB For Windows
About
From This Application you can see all your account, see new Questions and Answer. You will receive a message every time you get a badge etc.
...