Introduction
In this tutorial, we are going to look at installing Visual Studio. Visual Studio, or VS, is an IDE or Integrated Development Environment that is used to write programs, debug programs, and so much more! VS is created and released under Microsoft and they have multiple different versions. The one that we will be looking at today will be Visual Studio Community Edition. They also have VS for Mac, VS Code, and an Enterprise version of VS for those working in large organizations.
So what can you do with VS? Well, for starters, you can develop CLI (Command Line Interface) applications in a variety of languages like C#, F#, and even Python! You can develop windows applications, work with Azure, and even build websites, mobile apps, and more!
Recent Comments