Microsoft Visual Studio IDE
A Microsoft Visual Studio IDE is an integrated development environment that is a Microsoft product.
- Context:
- It can range from being a Visual Studio Community Edition, Visual Studio Professional Edition, Visual Studio Enterprise Edition.
- ...
- Example(s):
- Visual Studio 97: Released in February 1997, it was the first version of Visual Studio to use the brand name “Visual Studio”. It included Visual Basic 5.0, Visual C++ 5.0, and Visual J++ 1.1.
- Visual Studio 6.0: Released in June 1998, it was the last version to include Visual J++ and the first version to include Visual InterDev.
- Visual Studio .NET (2002): Released in February 2002, it was the first version of Visual Studio to use the .NET Framework. It included Visual Basic .NET, Visual C# .NET, and Visual C++ .NET.
- Visual Studio .NET 2003: Released in April 2003, it was the last version to include Visual J#.
- Visual Studio 2005: Released in November 2005, it introduced support for Windows Forms designer for C++/CLI and included a new version of C++ optimized for Windows Vista.
- Visual Studio 2008: Released in November 2007, it introduced support for multi-targeting, LINQ, and WPF designers.
- Visual Studio 2010: Released in April 2010, it introduced support for parallel programming with Task Parallel Library (TPL) and Parallel LINQ (PLINQ).
- Visual Studio 2012: Released in September 2012, it introduced support for Windows Store apps and a new version of C++ optimized for Windows 8.
- Visual Studio 2013: Released in October 2013, it introduced support for Git and added enhancements to debugging and profiling tools.
- Visual Studio 2015: Released in July 2015, it introduced support for cross-platform development with tools for building Android and iOS apps using C++, JavaScript or .NET languages.
- Visual Studio 2017: Released in March 2017, it introduced support for .NET Core and Docker containers.
- Visual Studio 2019: Released in April 2019, it introduced Live Share collaboration feature and AI-assisted code completion.
- ...
- Counter-Example(s):
- See: Web Site, Web App, Visual Studio for Office.
References
2023
- (Wikipedia, 2023) ⇒ https://en.wikipedia.org/wiki/visual_Studio Retrieved:2023-5-1.
- Visual Studio is an integrated development environment (IDE) from Microsoft. It is used to develop computer programs including websites, web apps, web services and mobile apps. Visual Studio uses Microsoft software development platforms such as Windows API, Windows Forms, Windows Presentation Foundation, Windows Store and Microsoft Silverlight. It can produce both native code and managed code.
Visual Studio includes a code editor supporting IntelliSense (the code completion component) as well as code refactoring. The integrated debugger works as both a source-level debugger and as a machine-level debugger. Other built-in tools include a code profiler, designer for building GUI applications, web designer, class designer, and database schema designer. It accepts plug-ins that expand the functionality at almost every level—including adding support for source control systems (like Subversion and Git) and adding new toolsets like editors and visual designers for domain-specific languages or toolsets for other aspects of the software development lifecycle (like the Azure DevOps client: Team Explorer).
Visual Studio supports 36 different programming languages and allows the code editor and debugger to support (to varying degrees) nearly any programming language, provided a language-specific service exists. Built-in languages include C, C++, C++/CLI, Visual Basic .NET, C#, F#, JavaScript, TypeScript, XML, XSLT, HTML, and CSS. Support for other languages such as Python, Ruby, Node.js, and M among others is available via plug-ins. Java (and J#) were supported in the past. The most basic edition of Visual Studio, the Community edition, is available free of charge. The slogan for Visual Studio Community edition is "Free, fully-featured IDE for students, open-source and individual developers". , Visual Studio 2022 is a current production-ready version. Visual Studio 2013, 2015 and 2017 are on Extended Support, while 2019 is on Mainstream Support.
- Visual Studio is an integrated development environment (IDE) from Microsoft. It is used to develop computer programs including websites, web apps, web services and mobile apps. Visual Studio uses Microsoft software development platforms such as Windows API, Windows Forms, Windows Presentation Foundation, Windows Store and Microsoft Silverlight. It can produce both native code and managed code.