Getting Started with C#
microsoft.com
Getting Started with C#
1–10 of 12 posts
Re: Getting Started with C#
#2Re: Getting Started with C#
#3Re: Getting Started with C#
#4I really wish there was an IDE for this that was NOT Visual Studio.
Re: Getting Started with C#
#5Re: Getting Started with C#
#6I really wish there was an IDE for this that was NOT Visual Studio.
Re: Getting Started with C#
#7I really wish there was an IDE for this that was NOT Visual Studio.
[1]: http://www.omnisharp.net/
Re: Getting Started with C#
#8I really wish there was an IDE for this that was NOT Visual Studio.
There is Omnisharp [1] - plugin for Atom, Brackets, Emacs, SublimeText, Vim and is built-in VisualStudio Code [2]. Also you may try Mono-develop/Xamarin Studio [3] but it worth noting they were made especially for Mono. Both solutions are really pleasant to use and personally I prefer the second one since I use macOS/Linux a lot. [1]: http://www.omnisharp.net/ [2]: https://code.visualstudio.com/ [3]: https://www.xama…
Re: Getting Started with C#
#9I really wish there was an IDE for this that was NOT Visual Studio.
Re: Getting Started with C#
#10Earlier quoted context omitted.
There is Omnisharp [1] - plugin for Atom, Brackets, Emacs, SublimeText, Vim and is built-in VisualStudio Code [2]. Also you may try Mono-develop/Xamarin Studio [3] but it worth noting they were made especially for Mono. Both solutions are really pleasant to use and personally I prefer the second one since I use macOS/Linux a lot. [1]: http://www.omnisharp.net/ [2]: https://code.visualstudio.com/ [3]: https://www.xama…
I think he meant for the tutorial :P
The only advantage of VS is the better debugging as well as analytics (GC points, hotpaths etc.) but you don't get that in most other languages anyway so it comes as a nice bonus.