what ide can i use for c# programming? except for visual studio?
thank you :)
Notepad, Notepad++
C# is a Microsoft specific language and relies on the Microsoft compiler, so your options are very limited.
I believe there are only three different IDEs;
1. Visual Studio (You can use the Express editions for free)
2. SharpDevelop
3. MonoDevelop
If you are dead against using Visual Studio (which I personally think is the best IDE for C# and one of the best in general) then SharpDevelop (also known as #develop) is your best alternative.
You can use MonoDevelop but I wouldn't unless you were building for Linux.
C# is a Microsoft specific language and relies on the Microsoft compiler, so your options are very limited.
.NET is a Microsoft specific implementation of the CLI that includes C#. C# is an internationally standardized language whose evolution is driven solely by Microsoft presently, but there's nothing stopping someone from writing a compiler for it. If nothing else, the existence of Mono belies your statement that C# relies on the Microsoft compiler.
I'm curious why the OP wants to exclude Visual Studio.
I was just trying to keep it simple ;)
I just installed SharpDevelop. It looks almost identical to Visual Studio IDE.
THANK YOU FOR THE HELP!! GOD BLESS
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.