Results 1 to 3 of 3

Thread: VISUAL BASIC vs VISUAL STUDIO

Hybrid View

  1. #1
    New Member
    Join Date
    Apr 11
    Posts
    1

    VISUAL BASIC vs VISUAL STUDIO

    I am interested in Visual Basic but can someone tell me the differences Visual Basic and Visual Studio.


    Thanks

  2. #2
    Web developer Nightwalker83's Avatar
    Join Date
    Dec 01
    Location
    Adelaide, Australia
    Posts
    9,722

    Re: VISUAL BASIC vs VISUAL STUDIO

    Visual Basic is just one of the languages that make up Visual Studios. Visual Studios includes (VB.net, C#, F#, C++) it also includes the active server pages (asp.net) framework so you create web pages/applications using both html and VB/C#.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    Please consider giving me some rep points if I help you a lot.
    DON'T BUMP YOUR POSTS!!! Links to my code examples can now be found on my website: My websites
    Please rate my post if you find it helpful!
    Technology is a dangerous thing in the hands of an idiot! I am that idiot.

  3. #3
    .NUT jmcilhinney's Avatar
    Join Date
    May 05
    Location
    Sydney, Australia
    Posts
    80,773

    Re: VISUAL BASIC vs VISUAL STUDIO

    Visual Basic is both an IDE and a programming language. Visual Studio is the Microsoft IDE for .NET programming and more. There are various components to Visual Studio, each designed for development using a specific language or technology. The Visual Basic component is an IDE for Windows development with the Visual Basic language. The Visual C# component is an IDE for Windows development using the C# language. The Visual C++ component is for Windows development using the C++ language, which includes both unmanaged (non-.NET) C++ and C++/CLI (.NET). The Visual Web Developer component is for web development using the Visual Basic and C# languages and the ASP.NET technology.

    The four components mentioned above also come in free, standalone Express editions. Apart from that, Visual Studio also supports components from Microsoft for SQL Server development (up to VS 2008 so far), Windows Phone 7, F# and XNA. Visual Studio is also extensible, allowing third-parties to create components that plug-in and support other languages and technologies.

    If you are interested in learning VB development then you should start by downloading and installing VB Express and, if you want to learn web development, VWD Express.

    http://www.microsoft.com/express/

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •