Due to a new job opportunity I am switching back from WPF to WinForms.
Currently I am playing around a little to get used to it.
Here are my main questions that arose:
Should I use the designer in a professional environment? It feels somehow wrong to get that auto-generated clumsy event handlers... Otherwise generating all manually is hell of a work. But this seems more stable to me especially in combination with git.
Do you leave your control logic in its cs file or do you capsule it in some kind of viewmodel/controller class?
Thanks in advance for the help!