For graphics, have to stay on Windows though.
Nope, Mono supports windows forms on Linux.
For graphics, have to stay on Windows though.
Nope, Mono supports windows forms on Linux.
It's a long abandoned project of theirs. No serious developer would touch it for new work. They couldn't build a decent Forms Designer for it so put all of their efforts behind GTK# and MonoDevelop IDE. Now that MS owns Mono (Xamarin), it's up to them if they're going to have whatever .Net Core 3+ evolves into for cross platform GUI stuff.
I spent the last few days programming with pythonnet on Windows 10 to see how responsive the GUI forms would be (ironpython is meh). Very cool. Easy to convert C# Forms Designer code over to python.
I know that feeling: refactoring existing code seems a huge task with a high hurdle before you start. But after you’ve completed it you feel satisfied and wondered why it took so long before you started it.Well, it wasn't really huge. It just felt huge. I knew it was coming because there was hard-coding of certain things which I think @HobbyTrading mentioned. Took a few hours, code is much, much better, everything still works.