Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

WinForms designer for linux

Tags:

c#

linux

winforms

Is there a WinForms C# designer for Linux? I have come across this mwf-designer, but it is incomplete and very outdated.

Anyone know of anything up to date?

like image 637
Damian Chrzanowski Avatar asked Nov 07 '22 16:11

Damian Chrzanowski


1 Answers

Mono is a Visual Studio equivalent for Linux, compatible with Visual Basic and C# code, a great thing for a beginner Ubuntu user that was a .Net programmer on Windows. Eclipse IDE is also a great and very powerful programming tool also compatible with C#.

Download IDE from here

image

image

References:

http://www.monodevelop.com

https://askubuntu.com/questions/112135/is-there-an-ide-and-compiler-for-c-in-ubuntu

https://askubuntu.com/questions/6588/is-there-a-visual-studio-style-tool-ide

like image 154
Farhad Avatar answered Nov 14 '22 23:11

Farhad