Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
117 views

BridgeStack — .NET client library with full 2.0 support

BridgeStack This is a StackExchange API v2.0 consumer library written under C#. It is heavily documented and designed to make it as easy as possible to interact with the API. Example Usage To ...
2
votes
1answer
83 views

API Time zone difference problem

I am writing a .NET application with the Stack Exchange API (using the Stacky library) and I am using it to ask the server for some questions that occured in the last hour. However, I and the server ...
1
vote
1answer
70 views

How to license applications?

I registered on http://stackapps.com few days ago. I have written several applications that I want to place on this site. But I have a question -- how can I license my applications?
2
votes
1answer
137 views

Soapi.FindUser - Quickly find a any Stack Exchange user

Soapi.FindUser About Soapi.FindUser is a tiny .NET 3.5 application that searches all Stack Exchange sites for users by name with the provided search term. The results are grouped by site and are ...
19
votes
2answers
4k views

SpaceOverflow - An awesome new way to browse the Stack trilogy!

Browse questions in 3D space! About There are a lot of interesting questions in the Stack Trilogy. But it is difficult to find your way through the huge amount of content when the only way to ...
12
votes
3answers
667 views

soapi-notify : Stay ahead of the pack with new question notification V1 release

soapi-notify Stay ahead of the pack soapi-notify is an easy to use windows application that monitors Stack Exchange sites for new questions. Watch a 5 minute end-to-end quickstart video You may ...
39
votes
11answers
3k views

Soapi.CS : A fully relational fluent .NET Stack Exchange API client library

Soapi.CS for .Net / Silverlight / Windows Phone 7 / Mono as easy as breathing...: var context = new ApiContext(apiKey).Initialize(false); Question thisPost = context.Official .StackApps ...
1
vote
0answers
472 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. ...
86
votes
6answers
9k views

Stacky - A .NET client library (Full support for 2.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 ...