Global
Guideline
Comprehensive Job Interviews
Home
Interview Questions
Online Quiz Tests
Blog
Contact Us
Close Menu
Copyright © 2005 - 2024. All Rights Reserved
Search
Home
Interviews
Microsoft .Net Technologies
C# (Sharp) Programming Language
C# (Sharp) Programming Language Question:
How do I make a DLL in C#?
Tweet
Share
WhatsApp
Download PDF
Answer:
You need to use the /target:library compiler option.
Download C# (Sharp) Programming Language PDF
Read All 163 C# (Sharp) Programming Language Questions
Previous Question
Next 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?