C
C#•2y 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•2y ago
They're walking through setting up Visual Studio there, not vscode
Jimmacle
Jimmacle•2y ago
like the others said, VS and VS Code are entirely different programs
mtreit
mtreit•2y 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•2y ago
Ah I see, thanks guys

Did you find this page helpful?