public class DanMaguire
{
public const string eduCollege = "University of Connecticut";
public const string eduMajor = "Computer Science & Engineering";
public const string eduMinor = "Mathematics";
public string profession;
public string favLang;
public string hobby1;
public string hobby2;
private string hobby3;
public DanMaguire()
{
profession = "Software Engineer";
favLang = "C#";
hobby1 = "Platform Games";
hobby2 = "Baseball";
hobby3 = "Vampire Diaries";
}
}
Meta Stack Overflow
Q&A for meta-discussion of the Stack Exchange family of Q&A websites
Joined 8 months ago, last seen 14 days ago
219 reputation
7
badges
5 questions
1 answers
Database Administrators
Q&A for database professionals who wish to improve their database skills and learn from others in the community
Joined 4 months ago, last seen 6 days ago
101 reputation
1
badges
0 questions
0 answers
Programmers
Q&A for professional programmers interested in conceptual questions about software development
Joined 5 months ago, last seen 1 month ago
101 reputation
1
badges
0 questions
0 answers
English Language & Usage
Q&A for linguists, etymologists, and serious English language enthusiasts
Joined 6 months ago, last seen 1 month ago
101 reputation
2
badges
0 questions
0 answers
Server Fault
Q&A for professional system and network administrators
Joined 7 months ago, last seen 20 days ago
101 reputation
2
badges
0 questions
0 answers