Tagged Questions
0
votes
0answers
39 views
How to write a first application?
How to write the first applications to use StackOverflow, for C# under the platform WinRT?
How to use the API-functions?
Is there a ready-made packages for under winRT (NuGet)?
Are there a step by ...
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 ...
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 ...