How about a plugin to format Linq like this :-
var twitter = FluentTwitter.CreateRequest()
.AuthenticateAs (USERNAME, PASSWORD)
.Statuses ()
.Update (message)
.AsJson ();
Original issue reported on code.google.com by andrew.j...@alquist.co.uk on 13 May 2009 at 10:59
Original issue reported on code.google.com by
andrew.j...@alquist.co.ukon 13 May 2009 at 10:59