C# (Sharp) Programming Language Question:

Download Job Interview Questions and Answers PDF

How do I make a DLL in C#?

C# (Sharp) Programming Language Interview Question
C# (Sharp) Programming Language Interview Question

Answer:

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

Download C# (Sharp) Programming Language Interview Questions And Answers PDF

Previous QuestionNext Question
I 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?