Introduction to Visual Studio 2005

Visual Studio is a development environment launched by Microsoft Corporation. is currently the most popular Windows platform application
program development environment. Has been developed to version 9.0 , which is Visual Studio 2008 . Visual Studio can
It is used to create Windows applications and network applications under the Windows platform, and can also be used to create networks
Services, smart device applications and Office add-ins. In 1998 , Microsoft released Visual Studio 6.0 .
The development environment versions of all development languages ​​have been upgraded to 6.0 . This is also the last release of Visual Basic , from the next
Version (7.0) , Microsoft Basic evolved into a new object-oriented language: Microsoft Basic.NET .
Sun sued for incompatibility with Java virtual machine due to Microsoft's expansion of Sun 's Java language
Family, Microsoft no longer includes a development environment for the Java virtual machine in the subsequent Visual Studio .
In 2002 , with the introduction of the .NET slogan and the release of Windows XP/Office XP , Microsoft released
Visual Studio .NET (build number 7.0 ). In this version of Visual Studio , Microsoft stripped the
Visual FoxPro is sold separately as Visual FoxPro 7.0 as a separate development environment , and the
Visual InterDev . At the same time, Microsoft introduced a managed code mechanism built on the .NET framework (version 1.0 )
And a new language, C# (pronounced C Sharp , meaning C++++ ). C# is a language based on C++ and Java
Based on Modern Language, is the language for writing the .NET Framework.
.NET 's common language framework mechanism ( Common Language Runtime, CLR ), its purpose is to
Support components developed in different languages ​​in a project. All CLR- supported code is interpreted as CLR- readable
The executed machine code then runs.
Both Visual Basic and Visual C++ are extended to support the development environment of managed code mechanism, and Visual
Basic .NET is completely reborn from Visual Basic and fully supports the object-oriented programming mechanism. while Visual J++
Also changed to Visual J# . The latter only has the same syntax as Java , but it is not for the Java virtual machine, but for .NET
Framework
In 2003 , Microsoft made some revisions to Visual Studio 2002 , named Visual Studio 2003
release (build number 7.1 ). Visio as a framework for architecting applications using the Unified Modeling Language ( UML )
The program was introduced, along with mobile device support and enterprise templates. The .NET framework has also been upgraded to 1.1 .
In 2005 , Microsoft released Visual Studio 2005 . .NET words are scrubbed from the names of various languages,
But this version of Visual Studio is still targeting the .NET Framework (version 2.0 ). It can also develop
Cross-platform applications, such as developing programs for mobile phones using the Microsoft operating system. Overall a very large
The software even includes code testing functions.

Guess you like

Origin blog.csdn.net/a666888999999/article/details/131198284