Is there a website where I can compile VB.NET code on the Internet?
Today I discovered a CodeRun site that supports the online construction of C # projects: www.coderun.com/ide/
I’m interested in showing some fragments to people, but these people don’t have an IDE to run the code, otherwise they may not know what IDE / .NET / VS / Programming is, so the URL is a website that allows them to create the code on their own, better and “accelerated” for me than to compile them yourself, to later upload them to the server, to subsequently upload their computers, to test each fragment as a compiled executable file ...
Is there a site like CodeRun, but with VB.NET support?
source share