Visual Basic - Beginning Intro to Visual Studio 2005
In this class (and Programming Logic - Intermediate), we’ll be using Microsoft Visual Basic 2005 (which is part of the Visual Studio software). This software comes with an editor, a compiler, a debugger and a help system to help you learn the language. These components together are called the integrated development environment (IDE). Visual Basic 2005 runs in Microsoft .NET Framework 2.0. .NET framework is
• Platform on which applications are created
• Goal is to connect information, people, systems and devices.
• Supports VB, C++, C# (C sharp) and J#.
• Contains the common IDE
• Contains common set of classes shared by the above languages:
- Prewritten code for Windows components (form, toolbars, textboxes, etc).
- Common utilities – math utilities, string manipulation.
• .NET Framework must be installed on computers that run/use Visual Studio languages.
Get pdf download Visual Basic - Beginning Intro to Visual Studio 2005
Related Tutorial
Tags: c sharp, debugger, help system, integrated development environment, languages, math utilities, microsoft, microsoft net framework, microsoft net framework 2, programming logic, string manipulation, studio software, vb, visual studio 2005, windows components
Comments
Leave a Reply