Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
Anyone know of news API's I can use to retrieve news stories for use in an asp.net app?
Thanks
You won't find whole solution made for you but you can certainly find APIs that will provide you with news.
I think FeedZilla will do what you want. You can call its API to get news and Embed in your app.
Also look at Google news
That's kind of a vague question. After all, very few websites are not able to share news.
So how about http://www.dotnetblogengine.net?
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I am Developing asp application version 4.5.Currently i have an requirement which will read an document which will have 2D and linear barcode both.Can anyone suggest an DLL,through which i can read both 2D and linear barcode.
Thanks
Its better to go with proprietary API's to achieve secure and faster performance.
you can find many free like codeplex https://freebarcode.codeplex.com/
To workaround and to understand how it works please refer This Link
BarcodeLib also has some good capabilities.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I'm completely new to Oauth 2.0 and I want to use it in my Silverlight (c#) in-browser application, in order to access this API method: https://www.elance.com/p/api2/methods/workroom/bid-id/messages.
What are the things that I need to know? Is there any library that I can use for this?
I would also appreciate some code examples!
Thank you
There is a fair amount of libraries for the protocol, including C#!
http://oauth.net/code/
Edit:
Plus, this link provides a thorough guide on the protocol, if RFCs are not your favorite nightstand literature:
http://hueniverse.com/oauth/
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 1 year ago.
Improve this question
all
I found Yammer a very useful, and great app, but i want to extend it somehow.
And want to have it installed as on-premise solution.
Maybe someone know alternative for it, but developed using C#?
Thx
There exist many open-source self-hosted alternatives to Yammer, such as StatusNet and Laconi.ca, but unfortunately, most of them are in PHP/MySQL.
Currently, Leiha is your best bet.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
Are there any c#, .net news aggregator sites similar to DelphiFeeds? I have found C# Feeds but nothing else.
How about http://www.dotnetkicks.com? Or am I missing your question?
I always have The Morning Brew in my feed list
Not terribly helpful, but...
If the aggregator site at http://babelnova.net/planet were not down at the moment, I'd check to see if that offered a C# (or general .net) stream to go along with the other streams, including, "Planet F#" that it bundles.
Other than dotnetkicks.com I believe reddit's dotnet subreddit is the best aggregator around these days for .NET.
http://www.reddit.com/r/dotnet/
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
Does anyone know of a twitter clone written in .NET (or ideally C#)?
I wanna experiment with a private twitter network between some friends and work colleagues.
http://www.yonkly.com/. Done with Asp.net mvc
Have you taken a look at Witty? It is a a Twitter client that matches you criteria, I am not aware of any server software though.
I know TeleTwitter. Though its development is stalled, it does everything I need.
I don't think there are any Twitter implementations in C#. If you are looking for C# twitter client, then Witty is the way to go (for now.. I'm working on a new one based on Witty libraries)
http://code.google.com/p/wittytwitter/