Visual Studio (full version) is a “full-featured” and “convenient” development environment.
Visual Studio (free “Express” versions – only until 2017) are feature-centered and simplified versions of the full version. Feature-centered meaning that there are different versions (Visual Studio Web Developer, Visual Studio C#, etc.) depending on your goal.
Visual Studio (free Community edition – since 2015) is a simplified version of the full version and replaces the separated express editions used before 2015.
Visual Studio Code (VSCode) is a cross-platform (Linux, Mac OS, Windows) editor that can be extended with plugins to your needs.
For example, if you want to create an ASP.NET application using Visual Studio Code you need to perform several steps on your own to setup the project. There is a separate tutorial for each OS.
Related Posts:
- What are the differences between Visual Studio Code and Visual Studio?
- How to download Visual Studio Community Edition 2017 (not 2019)
- How to download Visual Studio Community Edition 2015 (not 2017)
- What are the differences between Visual Studio Code and Visual Studio?
- How do you auto format code in Visual Studio?
- How to declare a global variable in C++
- Visual Studio doesn’t see Team Explorer
- Visual Studio error “Object reference not set to an instance of an object” after install of ASP.NET and Web Tools 2015
- How do I install a NuGet package .nupkg file locally?
- Cannot Connect to Server – A network-related or instance-specific error
- ERROR: Cannot open source file ” “
- An error occurred while signing: SignTool.exe not found
- How to fix “Root element is missing.” when doing a Visual Studio (VS) Build?
- Check in / Check out in subversion
- C++ cannot open source file
- Why Visual Studio 2015 can’t run exe file (ucrtbased.dll)?
- Cannot open Visual Studio – throw error ‘cannot run when setup is in progress’
- Stuck while installing Visual Studio 2015 (Update for Microsoft Windows (KB2999226))
- Fresh installed Visual Studio 2017 won’t create C++ project with error 0x80041fe2
- This project references NuGet package(s) that are missing on this computer
- Source information missing from the debug information for this module – PDB successfully loaded
- Visual Studio – vdproj is incompatible
- Are Visual Studio 2017 Build Tools still available for download?
- What is vshub.exe in the system tray?
- serviceHub.Host.CLR.x86 taking a lot of memory and CPC
- Visual Studio Project vs. Solution
- Preventing console window from closing on Visual Studio C/C++ Console application
- Error ‘LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt’ after installing Visual Studio 2012 Release Preview
- What does Visual Studio mean by normalize inconsistent line endings?
- Visual Studio 2015 Intellisense not working
- Is there a list of Visual Studio environment variables? [duplicate]
- “Are you missing an assembly reference?” compile error – Visual Studio
- Error HRESULT E_FAIL has been returned from a call to a COM component VS2012 when debugging
- The project type is not supported by this installation
- Tasks are only available on a workspace folder?
- How do I open a Visual Studio project in design view?
- Visual Studio not displaying compile time errors in editor
- XML schema error – root element of a w3c xml schema
- Web Developer Tools option must be installed
- LINK : fatal error LNK1104: cannot open file ‘D:\…\MyProj.exe’
- Unable to launch the IIS Express Web server
- How can I rename a project folder from within Visual Studio?
- Visual studio Express Edition vs Community
- Visual Studio: Add existing folder(s) to project
- Signing out from TFS and sign in with new credentials
- Unresolved external symbol in object files
- Error : Could not load file or assembly or one of it’s dependencies
- Awesomium sdk download
- Windows 7 exception code: 0xc0000409
- Configuration System Failed to Initialize
- What does purpose use #ifdef and #if in C++
- How to add a default Default.aspx to a ASP.NET Web Application Project?
- Installation of MySQL for Visual Studio 1.2.8 failed
- wntdll.pdb not loaded – Can’t see the exception
- How do you format code in Visual Studio Code (VSCode)?
- VC++ fatal error LNK1168: cannot open filename.exe for writing
- Command to collapse all sections of code?
- Collapse all methods in Visual Studio Code
- Duplicate line in Visual Studio Code
- Missing vc_runtimeminimum_x86.msi and installation won’t work
- The #include
exists, but I get an error: identifier “cout” is undefined. Why? - How to remove error about glyphicons-halflings-regular.woff2 not found
- Can’t use System.Windows.Forms
- VC++ fatal error LNK1168: cannot open filename.exe for writing
- What installed Windows Kits
- Pylint “unresolved import” error in Visual Studio Code
- “code .” Not working in Command Line for Visual Studio Code on OSX/Mac
- Can’t Add View from Controller in VS 2015 : “There was an error running the selected code generator”
- How do I fix the indentation of selected lines in Visual Studio
- How do I remedy “The breakpoint will not currently be hit. No symbols have been loaded for this document.” warning?
- Dlib installation error?
- LINK : fatal error LNK1561: entry point must be defined ERROR IN VC++
- Visual studio 2019 freezes when debugging
- Cannot open Windows.h in Microsoft Visual Studio
- How to solve ‘…is a ‘type’, which is not valid in the given context’? (C#)
- Could not load file or assembly ‘Microsoft.CodeDom.Providers.DotNetCompilerPlatform
- Add intellisense to Atom
- android,
android-layout,
android-linearlayout,
gradient, - LINK : fatal error LNK1561: entry point must be defined ERROR IN VC++
- Win32 Console Application
- How to comment multiple lines in Visual Studio Code?
- What replaces cellpadding, cellspacing, valign, and align in HTML5 tables?
- Unable to resolve ‘requests’. IntelliSense may be missing for this module. Visual Studio/Python
- Receiving access denied error from Visual Studio when trying to change target framework
- VSCode Emmet html boilerplate?
- Visual Studio Cannot Open File
- The name ‘InitializeComponent’ does not exist in the current context
- C# Debug – cannot start debugging because the debug target is missing
- Your repository has no remotes configured to push to
- Why am I getting ‘Assembly ‘*.dll’ must be strong signed in order to be marked as a prerequisite.’?
- Is there any way to program Java on Visual Studio 2015
- How to install Visual Studio Build Tools 2010 on Visual Studio 2015 Community?
- Does WPF Work with C++?
- error A2022: instruction operands must be the same size
- How to fix the error “Windows SDK version 8.1” was not found?
- error LNK2019: unresolved external symbol _WinMain@16 referenced in function ___tmainCRTStartup
- ERROR C2039: ‘vector’: is not a member of ‘std’
- Visual Studio 2019 – error MSB8020: The build tools for Visual Studio 2013 cannot be found
- Consider app.config remapping of assembly with no app.config mapping
- How to view an HTML file in the browser with Visual Studio Code