Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
0answers
78 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, ...
1
vote
0answers
39 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 ...
7
votes
0answers
397 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 ...
22
votes
0answers
3k 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 ...
6
votes
4answers
707 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
146 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() { ...
40
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 ...
89
votes
5answers
9k 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 ...