Damian Chrzanowski
Damian Chrzanowski

Reputation: 479

WinForms designer for linux

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?

Upvotes: 5

Views: 7543

Answers (1)

Farhad
Farhad

Reputation: 4181

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

Upvotes: 1

Related Questions