Setting up C# in VSCODE
I have just started learning C#, and I am following the w3 tutorial. On the installation (https://www.w3schools.com/cs/cs_getstarted.php) of VSCODE, it wants me to choose the .NET workload. However, I have previously installed VSC for python and so I am wondering how I could change/choose the .NET workload, and whether or not it will impact my programs in python?
Thanks
5 Replies
They're walking through setting up Visual Studio there, not vscode
C# programming with Visual Studio Code
Find out how to get the best out of Visual Studio Code and C#.
like the others said, VS and VS Code are entirely different programs
Using Visual Studio is recommended over VSCode for C# programming, especially for beginners. There are free versions of Visual Studio that have everything you need.
Ah I see, thanks guys