Articles by "Visual Studio"
Showing posts with label Visual Studio. Show all posts
Microsoft Visual Studio is an integrated development environment (IDE) from Microsoft, the free community edition supports plugins and available at no cost. It lets you develop websites, applications, web apps, mobile apps and web services. 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++ and C++/CLI (via Visual C++), VB.NET (via Visual Basic .NET), C# (via Visual C#), F# (as of Visual Studio 2010) and TypeScript (as of Visual Studio 2013 Update 2). Support for other languages such as Python, Ruby, Node.js, and M among others is available via language services installed separately. It also supports XML/XSLT, HTML/XHTML, JavaScript and CSS.


Features:
  • Code editor: Supports syntax highlighting and code completion using IntelliSense for variables, functions, methods, loops and LINQ queries.
  • Debugger: Debugger works both as a source-level debugger and as a machine-level debugger.
  • Designer: Visual Studio includes a host of visual designers to aid in the development of applications.
  • Extensibility: Visual Studio allows developers to write extensions for Visual Studio to extend its capabilities.

Visual Studio is available as snap package from snappy store, it can be installed on Ubuntu 17.10 Artful/17.04 Zesty/16.04 Xenial/14.04 Trusty
To Install Visual Studio Code Editor in Ubuntu open Terminal (Press Ctrl+Alt+T) and copy the following commands in the Terminal:


To remove Visual Studio run this command:

Which IDE is your favorite?