The silverlight tag has no wiki summary.
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
...
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
...
4
votes
1answer
190 views
update crossdomain.xml on stackauth.com and api endpoints to work with current Flash
I am implementing a javascript client that uses the Flash based XHR replacement Flensed in the interest of providing more robust api communication than that provided by JSONP.
Apparently the current ...
3
votes
2answers
487 views
Silverlight download JSON from API fails
I cant seem to download the JSON for the questions on SO, I cant get the HTML and JSON from other addresses, but the SO API always returns jibberish.
Here is my code:
public void ...
2
votes
0answers
283 views
How to retrieve paged API results in C# and Silverlight
In this tip we are going to leverage the SimpleRequestFactory and gather a multipage response.
Lets pull the first 5 pages of 100 users on stackapps.com.
NOTE: for Silverlight, substitute ...
5
votes
1answer
538 views
Soapi.Explore (silverlight) - The entire API at your command
Soapi.Explore SL
About
Soapi.Explore SL is a Silverlight based annotated test harness for the Stack Exchange API. All API methods and parameters are fully supported.
Features:
Sites are updated ...
3
votes
2answers
158 views
Soapi.FindUser (silverlight) Quickly find any user anywhere in the Stackiverse!
Soapi.FindUser - Silverlight Edition
Configuration:
About
Soapi.FindUser (silverlight) is provides a means to quickly find any user anywhere is the Stackiverse.
You may search any number of ...
3
votes
0answers
630 views
Dev-Tip: How to call the API in C# and Silverlight
This tip shows a simple and reliable way to create HttpWebRequest that are configured to properly query the api.
With the exception of the AutomaticDecompression assignment, this code can be used in ...