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/
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 8 years ago.
Improve this question
I need a quickstart for the connect ... maybe someone with experience on C# and how to make CSTA Link ? I just find one example but in Perl on Perl CSTA Example, but I still don't know hot to do on C#.
Thanks a lot!
Best Regards.
Siemens exposes CSTA API's. You can use those. There is a CSTADLL which is a collection of software for the Microsoft .NET platform that allows you to perform ACSE and CSTA operations for any of the three CSTA phases.
There are two namespaces you should have a look at: Com.Objsys.Csta.Common and Com.Objsys.Csta.Devices - depending on what exactly you are about to do.
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
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?
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
Does anyone know of a good .NET port of the OGNL library here? It looks like I could use something like this and the only one I have found so far is on SourceForge here and hasn't been updated since 2005.
I've been looking for something like this as well. Unfortunately, there isn't anything I'm aware of that's feasible for use in a real project. Sorry!
One suggestion that might be of help is to e-mail the author directly. Oftentimes, they abandon the project because they've found that another existing project's work is more in line with what they were trying to accomplish.
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/