1
I need to program in C# and use Linux. I read a little about Mono Develop, I would like to know in what functional aspect Mono is owed or stands out in relation to Visual Studio and if there are other alternatives to develop in C# using Linux.
1
I need to program in C# and use Linux. I read a little about Mono Develop, I would like to know in what functional aspect Mono is owed or stands out in relation to Visual Studio and if there are other alternatives to develop in C# using Linux.
1
Mono is owed in some libraries specific to Windows Forms and Web applications.
Now with the end of support for Silverligth (Moonligth) applications, WPF is somewhat compromised.
See this link with some comparative: https://desenvolvedorinteroperavel.wordpress.com/2011/07/20/executando-aplicaes-net-no-linux/
Browser other questions tagged c# linux mono monodevelop
You are not signed in. Login or sign up in order to post.
You don’t know any other way?
– DaviAragao
@Daviaragao recently created Visual Studio Code, which promises to run natively in Windows, Linux and Mac OSX environments. More information on https://www.visualstudio.com/products/code-vs
– Elexsandro Rangel dos Santos