What is the BEST online editor for C#????
Hey guys,
I am starting to learn C#, and I want to know what the best online editor is. Of course I am using repl, but I want a more advanced online editor like visual studio express (which I can't download, since I am on a school chromebook).
I am watching a youtube video from programmingknowledge that teaches c#. But my code doesn't sync with his, so that's another problem I need help with.
Thanks for any help!
https://www.youtube.com/watch?v=Z9weGna1Elc&list=PLS1QulWo1RIZWLRQfMwDjdknN5cV7LM9m&index=2
Well, you can edit C# code literally in any program.I can recommend such source code editors as Visual Studio, Sublime Text and probably Atom. Each of these programs allows you to edit and compile code in c#. and not only. Thanks to the extensions, you can add various plugins and other programming languages if desired. Although my brother prefers to use different programs for each programming language. My brother is a professional video editor, but in his spare time he is engaged in editing programs. I hope I was able to help you with your problem.
Cool. I create videos and work on my channel. The only problem is that I want to diversify my videos and I need a quality video editor. But I couldn't find a suitable one.
@JaneJLocane I love creating and editing videos. I was advised the site https://www.fastreel.com and I learned how I can combine videos and create a video collage. Thanks to these features, my videos have become more creative.
@JeffThorsen777 It is interesting. Thank you.
REPL.IT
Repl.it is probably the best online C# compiler you can get (you could try .NET Fiddle). Or you could try installing VirtualBox and installing Windows and Visual Studio inside that.
@programmeruser Yes,thank you, but I am on a school chromebook. I can't install VirtualBox. I do have VMware Horizon on my chromebook.
@SUHASTADIPARTH1 VMware is fine.
@programmeruser Yes, the problem is that, when I install something on that, and when I close that window and come back later again, that installation gets deleted.
@SUHASTADIPARTH1 oh, that's probably because chrome apps can't access the filesystem to create save files.
@programmeruser ok. thanks anyway for your help.
@SUHASTADIPARTH1 try going into linux mode and installing virtualbox from there.
@programmeruser I think that is blocked too. I also don't know how to go to linux mode.