Compile VB.NET online?

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?

+6
source share
1 answer

Here you can run a simple base code: http://compileonline.com/ . I use it for simple C and Java for the same reasons, but I'm not sure how complicated it is.

Here is a link directly to VB.NET: http://www.compileonline.com/compile_vb.net_online.php

+4
source

Source: https://habr.com/ru/post/955928/


All Articles