17
votes
2answers
443 views

StacMan - .NET client for Stack Exchange API v2

Features Supports all Stack Exchange API V2 methods Easy to use: one-to-one mapping between StacMan and API methods/params Async is easy: methods return Task<T> so they're ready for C# 5's ...
2
votes
0answers
106 views

ExchangeLinq: LINQ Query Provider for Stack Exchange API v2.0

ExchangeLinq is a LINQ Query Provider for the Stack Exchange API. It only supports API v2.0. It is currently in alpha state and is being developed for Exchange It, a Stack Exchange client for Windows ...
4
votes
1answer
242 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 ...
3
votes
1answer
155 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 ...
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. ...
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 ...