What is the difference between VB and VB.NET?(VB 和 VB.NET 有什么区别?)
问题描述
VB 和 VB.NET 有什么区别?
What is the difference between VB and VB.NET?
最好有例子说明.
推荐答案
如果您正在为一个新项目做出选择,那么相关点是:
If you're making a choice for a new project then the pertinent points are:
- VB6 是旧版(1998 年发布,不再支持 IDE,并且运行时仅支持 Win8 的生命周期)
- VS2008 不支持 VB6
- VB.NET 是一种现代语言,在 VS2008 中得到支持
我想说选择 VB.OLD 而不是 VB.NET 的理由很少(如果有的话!).
I'd say there are very few reasons (if any!) to choose VB.OLD over VB.NET.
如果您只是感兴趣",那么关于每种语言的 Wikipedia 文章会提供相当丰富的信息,但简而言之,它们是完全不同的语言,具有表面上相似的语法.VB 有自己的运行时,其中 VB.NET 是使用更现代的 .NET 框架的众多语言之一.
If you're "just interested" then the Wikipedia article on each language is quite informative, but in a nutshell they are quite different languages that have superficially similar syntax. VB had its own runtime, where VB.NET is one of many languages that use the more modern .NET Framework.
这篇关于VB 和 VB.NET 有什么区别?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:VB 和 VB.NET 有什么区别?


基础教程推荐
- 为什么Flurl.Http DownloadFileAsync/Http客户端GetAsync需要 2022-09-30
- c# Math.Sqrt 实现 2022-01-01
- 如何在 IDE 中获取 Xamarin Studio C# 输出? 2022-01-01
- 将 XML 转换为通用列表 2022-01-01
- 如何激活MC67中的红灯 2022-01-01
- SSE 浮点算术是否可重现? 2022-01-01
- 将 Office 安装到 Windows 容器 (servercore:ltsc2019) 失败,错误代码为 17002 2022-01-01
- 有没有办法忽略 2GB 文件上传的 maxRequestLength 限制? 2022-01-01
- MS Visual Studio .NET 的替代品 2022-01-01
- rabbitmq 的 REST API 2022-01-01