Is programming in Visual Basic using Visual studio same as Visual studio enterprise?

1

Visual Basic is the language, is there a software with the same name?

Also, in Visual Studio, you can create Visual Basic projects, but they look different than those created using Visual studio enterprise.

Thy Gamosh

Posted 2016-01-06T09:40:14.050

Reputation: 23

2

The language is the same, but the tools and features you get are different. Both can create fully functional programs. This link tells you what you will get additionally in Enterprise (Mostly database related utilities).

– Jonno – 2016-01-06T09:43:59.387

There used to be. Visual Basic 1.0 was released in 1991. Visual Studio was first released in 1997.

– DavidPostill – 2016-01-06T10:13:05.863

Answers

1

This seems to be a misunderstanding: there are two different languages (Visual Basic (VB) and VB.NET) as well as different tools (IDEs - Integrated Developer Environments) like Visual Studio 6 for development with VB and Visual Studio 20xx for development with VB.NET / C#.

The VB is a very old language and will not support, that makes no sense to lern it any more. That is why the Visual Studio 6 isn't the point of interest as well.

You can start with VB.NET or (may be better) with C#, the difference between this two languages is not so big ... To start with development you can take the free-of-charge version of Visual Studio e.g. Visual Studio Community* or Visual Studio Express.

duDE

Posted 2016-01-06T09:40:14.050

Reputation: 14 097