问题
Is there any alternative to visual studio 2010 for develop with .net 4.0?
thanks
回答1:
Considering that .NET 4.0 only just came out (at the same time as VS 2010) I would hazard a guess at "No". :)
In general, Visual Studio is by far the best IDE I've ever used. Nothing else even comes close.
回答2:
You can use SharpDevelop to develop .NET projects, including .NET version 4.0. SharpDevelop 4.0 final has been released 06/2011. (though the support for 4.0 is still in beta status AFAIK.)
回答3:
Notepad and .net 4.0 compiler :-)
回答4:
MonoDevelop is really catching up. It is not a 100% replacement of VS, because it is based on Mono. The IDE is starting to be really good (GUI designer, debugger, test framework, web and IPhone stuff etc. etc.). Supports .NET 3.5 for now.
回答5:
The visual studio platform crashes frequeltly, Several times a day, especially when debugging. I use sharpdevelop when debugging. It does not have all the features of VS, but it doesn't crash.
回答6:
If you want to do your development in the cloud, check out www.coderun.com
来源:https://stackoverflow.com/questions/2697025/alternative-to-visual-studio-2010