vb.net 在线编译VB.NET?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/19367347/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-17 15:28:46  来源:igfitidea点击:

Compile VB.NET online?

.netvb.netcompiler-constructionframeworks

提问by ElektroStudios

Is there a website where I can compile VB.NET code online?

有没有可以在线编译 VB.NET 代码的网站?

Today I've discovered the CodeRun site which it supports online building of C# projects: www.coderun.com/ide/

今天我发现了支持在线构建 C# 项目的 CodeRun 站点:www.coderun.com/ide/

I'm interested into show some snippets to people, but those people does not have an IDE to run a code or else maybe those people could not know what is an IDE/.NET/VS/Programming so giving the URL of a site to let them build the code by himself is better and "fast-way" for me than compile them by myself to later upload them to a server to later download in their computers to test each snippet as a compiled aexecutable...

我有兴趣向人们展示一些片段,但这些人没有 IDE 来运行代码,否则这些人可能不知道什么是 IDE/.NET/VS/Programming,因此将站点的 URL 提供给让他们自己构建代码对我来说比自己编译它们然后将它们上传到服务器以稍后下载到他们的计算机中以将每个片段作为编译的可执行文件进行测试更好和“快速”...

Is there a website like CodeRun, but with VB.NET support?

有没有像 CodeRun 这样的网站,但有 VB.NET 支持?

采纳答案by dckuehn

You can run simple basic code here: http://compileonline.com/. I use it for simple C, and Java for the same reasons, but I'm not sure how complicated it goes.

您可以在此处运行简单的基本代码:http: //compileonline.com/。出于同样的原因,我将它用于简单的 C 和 Java,但我不确定它有多复杂。

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

这是直接指向 VB.NET 的链接:http: //www.compileonline.com/compile_vb.net_online.php