VB 和 VB.NET 有什么区别?

What is the difference between VB and VB.NET?(VB 和 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 有什么区别?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

c# Generic Setlt;Tgt; implementation to access objects by type(按类型访问对象的C#泛型集实现)
InvalidOperationException When using Context Injection in ASP.Net Core(在ASP.NET核心中使用上下文注入时发生InvalidOperationException)
quot;Overflowquot; compiler error with -9223372036854775808L(编译器错误-9223372036854775808L(Q;溢出Q))
Visual Studio 2010 ReportViewer Assembly References(Visual Studio 2010 ReportViewer程序集引用)
Weird behaviour when I open a reportviewer in WPF(在WPF中打开报表查看器时出现奇怪的行为)
how do i pass parameters to aspnet reportviewer(如何将参数传递给aspnet report查看器)