The coding examples of the practical part (.NET and Azure Cloud Computing)
- CTRL (Win) or CMD (Mac) + ` => toggle the terminal window
- Working with REAMDME.md file => CTRL + SHIFT + V => Live Preview!
CC-NET-CODE
│
├── Project01Intro
│ ├── bin/
│ ├── obj/
│ ├── Program.cs
│ └── Project01Intro.csproj
│
├── Project02InputOutput
│ ├── bin/
│ ├── obj/
│ ├── Program.cs
│ ├── Project02InputOutput.csproj
│ └── Project02InputOutput.sln
│
├── .gitignore
├── cc-net-code.sln
└── README.md