Skip to content

Commit

Permalink
Create index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
InvalidLenni authored Jul 23, 2022
1 parent 2665e50 commit deb42d4
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions content/blog/visual-studio-code-vs-visual-studio/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
title: "Visual Studio Code vs Visual Studio"
date: "2022-07-23T07:15:21.00Z"
description: "What are the differents between Visual Studio Code and Visual Studio?"

---


Nobody will fault you for confusing the two editors made by Microsoft, seeing as they pretty much have the same name. However, aside from the common name, they have a somewhat different set of features.

Let's talk about the differents now.


## What is Visual Studio?

Visual Studio's first version was released in the 1997 year. Visual Studio is Microsoft’s development environment for everything C# and .net. Everyone who wants code with C# and .net should use Visual Studio. In Visual Studio exists (third-party) extensions too. That means in short format: Visual Studio is for C# and .net developers a perfect IDE!

## What is Visual Studio Code?
Visual Studio Code first version was released on the April 29, 2015. Visual Studio Code is an open-source rich text editor running on Windows, Linux and macOS. Visual Studio Code is one of the popularest IDEs. Visual Studio Code is perfect for web- and app development but you mightn't find default installed auto completes, code linters but for that are the extensions, you can download in VSCode extensions like in Visual Studio. In short: It's an IDE for everything (focused on web- and app development).

### What should I use now?

If you're doing Web- and App Development then you should use Visual Studio Code because the most features are focused on these development topics. If you want to code something with C# or .net then you should use Visual Studio.

0 comments on commit deb42d4

Please sign in to comment.