Tagged Questions
1
vote
2answers
228 views
App devs - Would you use something like this if it were available?
Update:
So it was written, so it is done.
Go see the real deal!
var questionWithStuff =
ctx // soapi context
.Official // convenience properties for known sites
.StackOverflow
...
5
votes
1answer
2k views
How to convert unix timestamp to .NET DateTime
Hi,
What is the format of the "creation_date" that is returned from a search of questions? I've been looking all over here and can't figure it out. I want to convert it to a regular DateTime object.
...
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 ...
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 ...
1
vote
0answers
146 views
Any CSS ninjas want to help me style my sample app?
I really am horrible at CSS. I am making a SO clone example application that will eventually consume as much of the StackOverflow.Net API as possible. Although it is a clone, I am not expecting it to ...