Preferably also on linux - if necessary I'll install a basic version of Windows XP
|
|
|||
|
|
|
If you are going to install the XP on your linux machine then the Microsoft Visual C# Express Edition 2005 and 2008 are extremely good programs. Infact I think all the express editions are amazing that they are free. |
||||
|
|
|
No problem - MonoDevelop will run were you want it -
|
||||
|
|
|
On linux your only option is Mono and monodevelop. However Mono will not give you access to all libraries in the Micorsoft .NET stack. Most notably things like WCF,WPF and WF won't be supported, and the recommended UI library to use is GTK#, as opposed to the more widely used Winforms or WPF. On windows you can go either for the free Visual Studio Express editions, or for sharpdevelop. Sharpdevelop naturally focusses more on integration with other free tools like NUnit and WiX, but for editing, refactoring and debugging I would say that Visual Studio express is still better feature wise. You an also find more plugins for VS. Bottom line if you want "cutting edge" stuff you really need windows. Otherwise there's not much choice. |
||
|
|
|
|
Mono. HTH, Kent |
||
|
|
|
|
If you're considering serious (commercial) .NET development I wouldn't dive into products like Mono or Shardevelop. One of the reasons why .NET might be a better option from Java, for example, is because Micro$oft provides very nice and powerful tools for the development which makes the development process a lot easier. Using free/open tools and implementations makes developing in .NET meaningless since Java in this area is much better. Of course there's Express series, but those IDE are designated for learning mostly (you didn't say why do you need free tools). For the professional team development they are still not enough. |
||
|
|
|
|
Eclipse is a great IDE and apparently there's a C# plug in for it. I've not used it however (the plugin) so I can't comment on its quality. |
||
|
|
