/* Welcome to GKF.zone, this is a private site dedicated to my pursuit in IT/IS and S&OP Management*/
/* Feel free to start browsing below - select underlined to follow links*/

static void Main()
{

var About.Based =
{
"Name": "Graham Fleischer"
"In": "Paris, France"
"From": "Pinetown, South Africa"
"Position": "S&OP | IT/IS Management & Consulting"
};
 

switch ("Interest") //Select underlined items
{

: "About" => exec.external.LinkedIn

: "Information Systems & Technology" => exec.[IT/IS]

"Management & Consulting" => exec.Contact(About.Based)

: "Curious" => (exec.external.LinkedIn || "Continue Browsing")

: "Sales,Supply & Operations Planning" => exec.WIP

};

};

static void WIP()
{
Console.WriteLine("Work In Progress!");
};