Skip to main content

Questions tagged [.net]

For questions on usage of the Stack Exchange API within the .NET context.

Filter by
Sorted by
Tagged with
3 votes
0 answers
226 views

Please note that SEStandard is still under development. It is currently at version 1.0.0-rc, and is a release candidate. While you can expect the API not to change, you might come across bugs. Please ...
ravindUwU's user avatar
  • 319
1 vote
1 answer
173 views

I want to get the list of questions based on tag name using .Net. can any one please let me know how to achieve this using .Net with API Version 2.2?
Melody's user avatar
  • 99
2 votes
0 answers
277 views

I have a problem when you test the Stack Exchange Authentication API to WebAuthenticationBroker. If you proceed with authentication, such as screenshots it will continue to appear only in progress. . ...
happyjem's user avatar
4 votes
1 answer
116 views

For an app on Windows Phone, I'm missing the page after you enter your login credentials and click submit. When I debug on my device, after I log in I obtain the correct response Uri with access ...
erotavlas's user avatar
  • 229
0 votes
0 answers
879 views

I used to login in StackOverFlow site using my Gmail Id/password.How I will get my StackOverFlow API key? I require that key to fire a StackExchage API which requires authentication. Also, could ...
user2621858's user avatar
5 votes
1 answer
2k views

I am using .NET 4 and trying to use the desktop authentication via the web-browser control (WPF and/or WinForms; StackApp NNTP bridge for accessing StackExchange forums (like StackOverflow)). It seems ...
Jochen Kalmbach's user avatar
2 votes
1 answer
3k views

I'm attempting to request some information using the Stack Exchange API. Supposedly, it returns responses compress with GZip. Using Microsoft's System.IO.Compression.GZipStream or Ionic.Zlib....
Steve's user avatar
  • 145
3 votes
0 answers
782 views

About This app will provide you LIVE desktop notification for new questions posted on StackOverflow. You can add your favorite tags and it will continue searching for new questions. If it finds a new ...
Hari's user avatar
  • 39
38 votes
2 answers
3k views

Features Supports all Stack Exchange API V2 methods through version 2.1 Easy to use: one-to-one mapping between StacMan and API methods/params Async is easy: methods return Task<T> so they're ...
Emmett's user avatar
  • 481
6 votes
0 answers
212 views

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 ...
JLaanstra's user avatar
6 votes
1 answer
469 views

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 get ...
bevacqua's user avatar
  • 213
3 votes
1 answer
314 views

I am writing a .NET application with the Stack Exchange API (using the Stacky library) and I am using it to ask the server for some questions that occured in the last hour. However, I and the server ...
Seth Carnegie's user avatar
1 vote
1 answer
126 views

I registered on http://stackapps.com few days ago. I have written several applications that I want to place on this site. But I have a question -- how can I license my applications?
ViTo Brothers's user avatar
4 votes
1 answer
252 views

OBSOLETE: soapi.info has been down since at least 2012. Soapi.FindUser About Soapi.FindUser is a tiny .NET 3.5 application that searches all Stack Exchange sites for users by name with the provided ...
Sky Sanders's user avatar
  • 12.1k
31 votes
2 answers
5k views

Browse questions in 3D space! About There are a lot of interesting questions in the Stack Trilogy. But it is difficult to find your way through the huge amount of content when the only way to browse ...
eflorico's user avatar
  • 511
17 votes
5 answers
1k views

Obsolete: This app no longer works. It uses a version of the API that was decommissioned in May of 2014. soapi-notify Stay ahead of the pack soapi-notify is an easy to use windows application ...
Sky Sanders's user avatar
  • 12.1k
53 votes
11 answers
5k views

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 ....
Sky Sanders's user avatar
  • 12.1k
3 votes
0 answers
565 views

Screenshot / Code Snippet SB For Windows About From This Application you can see all your account, see new Questions and Answer. You will receive a message every time you get a badge etc. License ...
Jedi Master Spooky's user avatar
119 votes
6 answers
12k views

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 ...
lfoust's user avatar
  • 6,075