C
C#•15mo ago
1314nenon

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
W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more.
No description
5 Replies
SinFluxx
SinFluxx•15mo ago
They're walking through setting up Visual Studio there, not vscode
Jimmacle
Jimmacle•15mo ago
like the others said, VS and VS Code are entirely different programs
mtreit
mtreit•15mo ago
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.
1314nenon
1314nenonOP•15mo ago
Ah I see, thanks guys

Did you find this page helpful?