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 

+ Answer
+ Report
Total Preview: 1131

Copyright © 2024. Powered by Intellect Software Ltd