I need a .NET 3.5 website using C# which can search twitter using the standard Twitter API’s. The program must be efficient and not hard to understand. The website will have an input field, where the user types a word and clicks Search button. It will search in Twitter, and as results are returned, they are displayed on the webpage (use a Repeater to render the list of items returned). Use Ajax for the display of results, because I will do separate processing for each item, which may take time.
The look and feel should be similar to twazzup.com.
It should have a “share this page” button.
Only needs a single column with the twitter search results.
