Reputation: 83
I am a Computer Science student and now my new semester starts and we have to learn vb.net in windows, WinForm is available but not in Linux I am Linux User and I Don't Want to shift to Windows. is there alternative Available For Winform In Linux... I already Searched on Web But it's so confusing
BTW I am Using JB'Rider on My Linux System
Upvotes: 0
Views: 1159
Reputation: 416059
For purposes of the class you won't find anything close enough that will satisfy your assignment requirements. If your professor will be testing/grading in Windows, your program needs to run there, too.
What you can do is do your development work in a Virtual Machine, where you can run Windows as a guest in your existing environment. Microsoft also provides Labs that may provide you access to a suitable VM over the web.
Upvotes: 0
Reputation: 842
You can take a look at Avalonia or Uno platform. Both WPF or WinForms won't work since they are not cross platform and they have many Windows (GDI, DirectX...) dependencies.
Upvotes: 1