I'm a SQL / BI Developer by profession, so please bear with me.
I fill a WinForms ComboBox with values from a table in my database using an async Task<Dictionary<int, string>>. This happens in my constructor. I have a switch..case statement on the SelectedIndexChanged EventHandler to fill a...