101 reputation
1
bio website stackoverflow.com/users/…
location Connecticut
age
visits member for 2 months
seen May 9 at 18:26
stats profile views 0
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";
    }
}

This user has not answered any questions
This user has not asked any questions
This user has not participated in any tags

4 Votes Cast

all time   by type   month  
4 up 2 question 2
0 down 2 answer