Ubuntu – WPF programming in ubuntu

c

I want to work c# WPF. i search the net and find MonoDevelop ,
I want to know that is there any IDE for WPF in Ubuntu.
and is that powerful as Visual studio in windows.

Best Answer

I think you will not be able to find a IDE for .NET in linux that is as powerful as Visual Studio. I am using MonoDevelop, which is quite decent IDE. I have problems when debugging because watching variable does not always work, but other than that it works as expected.

Regarding WPF, I believe you cannot do it in Linux. You must be aware that Mono, which works great in Linux, is a subset of .NET and will probably never support everything that is available in Windows. I was surprised that so many things work, which I didn't expect too. Take a look here for WPF: http://www.mono-project.com/docs/gui/wpf/.

Related Question