The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
40 views

Not possible to login to approve or reject access to application on Windows Phone 7 device

I'm making an app for Windows Phone using the Stack Exchange API but I'm having a bit of trouble when I try to let the user approve the application (using client side flow). I open a web browser at ...
2
votes
0answers
319 views

StackWatcher - Live tiles for Windows Phone 7

Screenshot About Add some glanceable Stack Exchange reputation tiles to your Windows Phone 7 home screen. Some obvious features are yet to be built: More information on the user screen, ...
2
votes
0answers
109 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 ...
10
votes
0answers
466 views

StackO: A Windows Phone 7 StackExchange App

EDIT STACKO is now available for download from the Marketplace. For features/suggestions please visit http://stacko.uservoice.com/ StackO is a StackExchange browser allowing you to search the whole ...
23
votes
0answers
4k views

Overflow7 - Stack Exchange sites on Windows Phone 7

Video of 1.0 On YouTube - http://bit.ly/stackoverflowforwp7 About This is a Stack Overflow app for Windows Phone 7 - it allows you to browse, read and bookmark Stack Exchange sites Screenshot ...
7
votes
4answers
854 views

Stackoverflow as an app on Windows Mobile 6.5 and Windows Phone 7?

Do you know of an app for Windows Mobile 6.5 and Windows Phone 7 that let me use stackoverflow.com and hast most (if not all) features of the site itself. Maybe there is one currently in development? ...
2
votes
2answers
153 views

SOAPI data fails on WP7

Im trying to simply get all of the recent questions using Windows Phone 7. But I keep getting an ObjectDisposedException My Code is not complicated: public void BeginGetAllRecentQuestions() { ...
42
votes
11answers
4k 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 ...
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 ...