how do i compile C# files?

Chooco

Banned
Apr 5, 2002
731
0
0
i got the SDK kit from microsoft, the full 131mb one. i installed it and i know where the directories are but how do i use this thing exactly? i'm used to compiling simple 1 file .cpp files by putting them in the bin then executing a compiler thing and it making the script......how do i use this MS SDK thing?
 

joohang

Lifer
Oct 22, 2000
12,340
1
0
For "visual" compiler, you need Visual Studio .NET.

With the SDK alone, you need to write your own .cs file and execute csc.exe to compile at command prompt.