NET console application using Visual Studio Code 101

https://docs.microsoft.com/en-us/dotnet/core/tutorials/with-visual-studio-code Extensions I use, C# is the one to install now. PrerequisitesVisual Studio Code with the C# extension installed. For information about how to install extensions on Visual Studio Code, see VS Code Extension Marketplace.The .NET 5.0 SDK or later Yea… The folder name becomes the project name and the namespace name by default. You’ll […]

Java cmd

cmd java -version java version “1.8.0_171”Java(TM) SE Runtime Environment (build 1.8.0_171-b11)Java HotSpot(TM) Client VM (build 25.171-b11, mixed mode) Make some code Compile (if some build error, re open cmd, if syntax error…well fix it) javac Slave.java Run it java Worker “1213.1213” System bat Change dir to correct -cp classpath . this