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 有什么区别?


- 输入按键事件处理程序 2022-01-01
- 如何用自己压缩一个 IEnumerable 2022-01-01
- C# 中多线程网络服务器的模式 2022-01-01
- 在哪里可以找到使用中的C#/XML文档注释的好例子? 2022-01-01
- 带有服务/守护程序应用程序的 Microsoft Graph CSharp SDK 和 OneDrive for Business - 配额方面返回 null 2022-01-01
- WebMatrix WebSecurity PasswordSalt 2022-01-01
- Web Api 中的 Swagger .netcore 3.1,使用 swagger UI 设置日期时间格式 2022-01-01
- MoreLinq maxBy vs LINQ max + where 2022-01-01
- C#MongoDB使用Builders查找派生对象 2022-09-04
- 良好实践:如何重用 .csproj 和 .sln 文件来为 CI 创建 2022-01-01