101 reputation
1
bio website stackoverflow.com/users/…
location Connecticut
age
visits member for 4 months
seen Jan 14 at 18:53
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 participated in any tags
This user has not asked any questions

0 Votes Cast

This user has not cast any votes