Can I use other IDEs other than Visual Studio to encode in .net?

What are the options? How popular are they? Do these IDEs have similar / better functionality compared to visual studio?

+5
source share
5 answers

Yes - you can try using SharpDevelop:

http://www.icsharpcode.net/OpenSource/SD/

Or you can just use notepad or notepad ++

http://notepad-plus.sourceforge.net/

Then compile on the command line.

Change . If you are looking for a free solution, try Visual Studio C # Express Edition:

http://www.microsoft.com/express/vcsharp/

+5
source

.net Visual Studio, .

Visual Studio Express Editions Visual Studio, , VB # ++.

SharpDevelop, , Visual Studio. , . .net( IronPython, F # Boo). , Visual Studio, # VB.net. .

MonoDevelop . - Linux, Mac OS/X Windows.

.net SDK. , . - , !

+3

. http://www.mono-project.com/
.NET Linux.
, . , eclipse java php, eclipse

: MonoDevelop. http://www.monodevelop.com/

+1

SharpDevelop - Visual Studio. , , Visual Basic. , VS. , , : # ↔ VB Code, PInvoke . , Boo: D. Borland # Builder AFAIK. , -, .

MonoDevelop - SharpDevelop 0.9, . , , , Linux, Windows.

As for everything that I remember, I am sure that there is at least one more IDE, but I do not remember it now :). Also they do not match VS + Resharper :) or + CodeRush.

In addition, you have Visual Studio Express, so if you do not need to work on Linux or have some projects that, in your opinion, you can try opening in #D, there are not many. MonoDevelop begins to make efforts to keep track of it.

I found this refrences also X-Code

+1
source

All Articles