+ 1
The difference between Code Playground and Visual Studio.
So, today. with the help of my friend, i corrected my calculator code in C#. When we tested it, it worked perfectly, however, when we tried out in Code Playground, it put out a syntax error. I know that Code Playground is not an official IDE, but whats the difference between CD and VS?
2 Réponses
+ 5
E.g. multiple source code files are not supported here, as well as various GUI elements/classes. Code playground is just for the basics.
+ 1
Syntax error could be due versions difference of c#. Or simply bad copy-paste.
When it comes to difference between CD and VS think of it like bike vs. tesla car with autopilot on ^^
C# and VS are microsoft products, they work with eachother really well. You get IntelliSense, debugger, project options, git support, unit tests api and alot more options which I cant get from the top of my head rn.