11 comments

[ 3.3 ms ] story [ 51.8 ms ] thread
I must admit that Microsoft is champion of creating tutorials and documentation about their programming languages. It is difficult to find the equivalent number of resources dedicated to one programming language as C# has.
I really wish there was an IDE for this that was NOT Visual Studio.
Visual Studio Code? Except the name there isn't much in common (you still have intelliSense).
Also Resharper and Project Rider (from JetBrains)
You can use Xamarin Studio, the Project Rider beta, or Atom/Sublime/TextMate with plugins.
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.xamarin.com/studio

I think he meant for the tutorial :P
The C# code is the same, what's the difference? I don't get it. I seriously don't see the difference now when I launch VS and VSCode.

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.

(comment deleted)