Interview Questions

How do I make a DLL in C#?

C# Interview Questions and Answers


(Continued from previous question...)

41. How do I make a DLL in C#?

You need to use the /target:library compiler option.

(Continued on next question...)

Other Interview Questions