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 有什么区别?
基础教程推荐
- 从 VS 2017 .NET Core 项目的发布目录中排除文件 2022-01-01
- 将事件 TextChanged 分配给表单中的所有文本框 2022-01-01
- 错误“此流不支持搜索操作"在 C# 中 2022-01-01
- 首先创建代码,多对多,关联表中的附加字段 2022-01-01
- 经典 Asp 中的 ResolveUrl/Url.Content 等效项 2022-01-01
- 在 VS2010 中的 Post Build 事件中将 bin 文件复制到物 2022-01-01
- 是否可以在 asp classic 和 asp.net 之间共享会话状态 2022-01-01
- 全局 ASAX - 获取服务器名称 2022-01-01
- JSON.NET 中基于属性的类型解析 2022-01-01
- 如何动态获取文本框中datagridview列的总和 2022-01-01
