public class WhoAmI()
{
const string name = "Greg Taylor";
string company = "Later (later.com)";
IEnumerable<string> hobbies = new List<string>() {
"Boxing",
"Mountain Biking",
"PC Gaming",
"Wine Tasting",
"Motivating and Leading People",
"Being up all night chasing that ONE BUG..."
};
public string GetCity()
{
// Yes, horrible function name :D
return Redmond_WA_USA();
}
public void Ambitions()
{
LearnSpanish();
ReadMoreBooks();
TravelTheWorld();
LearnPiano();
// Assume 10 more awesome ambitions here ;)
}
}
- .NET Core (C#)
- Entity Framework
- TypeScript / Angular / React
- Azure