[twitter-dev] Re: Search Twitter (Java, C#) - Language Preferences?

2009-05-27 Thread Brendan O'Connor
On Tue, May 26, 2009 at 5:32 AM, Merrows sa...@merrows.co.uk wrote: I have a system already written in C# and .NET which I started in 2003. I have been happy with using c# and .NET as it has a good class structure, and also Winforms works well for writing client-server applications.

[twitter-dev] Re: Search Twitter (Java, C#) - Language Preferences?

2009-05-27 Thread Merrows
On May 26, 3:10 pm, Andrew Badera and...@badera.us wrote: The language you're using is going to be pretty agnostic to the performance of search.twitter.com. You're dealing with a loosely coupled architecture over an Internet WAN connection ... and nothing you do will change the base

[twitter-dev] Re: Search Twitter (Java, C#) - Language Preferences?

2009-05-26 Thread Pavlo Zahozhenko
I've integrated huge ASP.Net (C#) system with Twitter and had no problems with performance and open-source tools. For open-source C# Twitter API lib, I recommend Twitterizer http://code.google.com/p/twitterizer/ . It is quite easy to get started and very flexible. As for performance, it is just

[twitter-dev] Re: Search Twitter (Java, C#) - Language Preferences?

2009-05-26 Thread Andrew Badera
The language you're using is going to be pretty agnostic to the performance of search.twitter.com. You're dealing with a loosely coupled architecture over an Internet WAN connection ... and nothing you do will change the base performance of search.twitter.com itself. The specific API you select