Question:To produce a library (.dll) from your C# source code we usually do with the C# compiler as
A c# target:lib sourceFile.cs
B csc /target:library sourceFile.cs
C csc target:dll sourceFile.cs
D csc target:library sourceFile.cs
+ AnswerB
+ Report