How to Write, Compile and Run CSharp program using notepad and CMD-Urdu Tutorial

Опубликовано: 28 Июль 2026
на канале: How to Install
458
0

How to write ,Compile and Run csharp application using notepad and cmd .Use of .Net framework without visual Studio using CSC compiler from CMD.
Run CMD
Run Notepad
write CSharp program and save as Helloworld.cs
Compile the program
CSC HelloWorld.cs
Run HelloWorld