I'm following a simple tutorial for creating a Twitter feed reader.
http://weblogs.asp.net/scottgu/archi...lverlight.aspx
It's really simple, and I'm stuck on one thing.
Apparently, when I'm creating
Code:
public class TwitterItem
{
public string UserName( get; set; );