Integrating Twitter Into An ASP.NET Website
3/5/2010
This article shows how to integrate Twitter with an ASP.NET website using the Twitterizer library, which is a free, open-source .NET library for working with the Twitter APISpecifically, this article shows how to retrieve your latest tweets and how to post a tweet using Twitterizer..
Similar articles
ASP.NET Daily Articles
Integrating the TinyMCE editor with ASP.NET
This article will look at how to integrate the TinyMCE editor, one of the best known open source WYSIWYG editors, to take user input in your ASP.NET application.
ASP.NET Weblogs
Integrating Backbone.js with ASP.NET Web API
In case you did not see the latest news, what we used to know as WCF Web API was recently rebranded and included in ASP.NET MVC 4 as ASP.NET Web API. While both frameworks are similar in essence with ...
ASP.NET Daily Articles
Integrating OpenID in an ASP.NET MVC Application
OpenId is getting more popular and with it come requests to integrate it into Web sites as a user authentication mechanism. In this post I'll give an overview of what OpenId is, how it works and demon...
DotNetShoutout - Latest published stories
Rest For ASP.NET MVC, integrating with Json.NET - Rana Mauro
Rest For ASP.NET MVC isolates the MVC developer from the concern of rendering data in machine readable formats for wire transmission. One nice thing about it is how easy it is to go in and customize o...