Lately I used a lot of C# for Windows. I am trying to stick with C# and create C# applications under Ubuntu 11.
The problem is that I was so use to editor that I did not learn how to create elements under code only.
Could anyone point me in direction where I can find a solution on how to create windows, labels, textboxes etc. just by using code?
Do you mean an IDE? MonoDevelop is probably what you want.
As of 2.4, I believe it comes with WinForms Designer, which will help you build your forms.
If that doesn't work, you can use WinForms Designer itself.
You can install MONO under Linux, and complie C# program with MONO and run it. This information is about What's MONO. http://www.mono-project.com/What_is_Mono
To compile and install MONO, you can reference here, and this is about how to use IDE to develop MONO application under Linux.
Although MONO can help you run .NET/C# application under Linux, you still need to consider the following things when migrating the application.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With