microsoft visual studio

Visual Studio is an integrated development environment (IDE) from Microsoft. It is used to develop computer programs, as well as 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 both as a source-level debugger and 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".
As of November 8, 2021, Visual Studio 2022 is a current production-ready version, and older versions such as 2013 and 2015 are on Extended Support, and 2017 and 2019 on Mainstream Support.

You do not have permission to view the full content of this post. Log in or register now.
  1. S

    C# Patulong po.. Microsoft Visual Studio

    Hi, baguhan lang po ako. Ano po kayang reason kung bakit sya nag eerror? "User (field) string Form1. fullname "Cannot implicitly convert type 'string' to 'System. Windows. Forms. Label' problem on visual studio code" Ano po kayang dahilan? Salamat po sa mag re-response.
Back
Top