I'm learning C#, and want to get an answer that can add to my knowledge.
Let's say I create a simple app with winforms in .NET6 (not with WPF, UWP, WinUI) then I add sfDataGrid, sfButton in it to display data from database.
question:
Can the application I created also run on Linux? If so, what things should I pay attention to?
And if that's not possible, what steps should I take to get my app running on Windows and Linux?
Sorry if my question may be a bit strange for professionals and experienced. My enthusiasm for learning has peaked recently.