219 reputation
7
bio website stackoverflow.com/users/…
location Connecticut
age
visits member for 7 months
seen May 10 at 15:49
stats profile views 6
public class DanMaguire
{
    public string profession;
    public string eduCollege;
    public string eduDegree;
    public string hobby1;
    public string hobby2;
    private string hobby3;

    public Person()
    {
        profession = "Software Engineer";
        eduCollege = "University of Connecticut";
        eduDegree = "Computer Science & Engineering";
        hobby1 = "Platform Games";
        hobby2 = "Baseball";
        hobby3 = "Vampire Diaries";
    }
}

80 Votes Cast

all time   by type   month  
80 up 36 question 2
0 down 44 answer