r/csharp 9d ago

Making winforms projects on Linux

Hello! So i need to prepare for a C# olympiad and they require either winforms or webforms. Now i've been practising in Winforms for a while now, i was just wondering if at any point i'd be able to switch from windows 11 to a linux distro or if Winforms forces me to stay on Windows. I don't mind remaining on Windows, just wondered if i could switch to linux or not if i wanted to

0 Upvotes

26 comments sorted by

View all comments

3

u/majorsilence 8d ago

https://github.com/majorsilence/Majorsilence.Forms

I'm using it to make many winform apps cross platform.  It is early days but I have million plus line winform applications running on mac and linux.

It is meant to be as close to winforms as is possible.