为什么有些Microsoft语言被称为“视觉”? (Visual C#,Visual Basic .NET,Visual C)

我理解可视化编程语言是允许程序员操纵屏幕上的图形而不是文本对象来构建功能的那些语言。

我在C#,VB等中看到的最接近的事情是RAD控件,但这只是组合UI和最简单的功能 – 它与语言本身无关。

为什么,那么C#叫做“Visual C#”,Basic .NET叫做“Visual Basic .NET”等等?
什么是“视觉”,还是术语背后的理由或历史?

我不认为这与语言本身是“视觉的”有关。

Wikipedia article

The term Visual denotes a brand-name relationship with other Microsoft programming languages such as Visual Basic,Visual FoxPro,Visual J# and Visual C++. All of these products are packaged with a graphical IDE and support rapid application development of Windows-based applications.

相关文章

Windows2012R2备用域控搭建 前置操作 域控主域控的主dns:自...
主域控角色迁移和夺取(转载) 转载自:http://yupeizhi.blo...
Windows2012R2 NTP时间同步 Windows2012R2里没有了internet时...
Windows注册表操作基础代码 Windows下对注册表进行操作使用的...
黑客常用WinAPI函数整理之前的博客写了很多关于Windows编程的...
一个简单的Windows Socket可复用框架说起网络编程,无非是建...