C# (Sharp) Programming Language Question: How do I make a DLL in C#? C# (Sharp) Programming Language Interview QuestionAnswer: You need to use the /target:library compiler option. Previous QuestionNext QuestionI was trying to use an "out int" parameter in one of my functions. How should I declare the variable that I am passing to it?Will finally block get executed if the exception had not occurred?