What is the difference between dll and lib?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Sharp Interview Questions

What is a copy constructor in c#?

0 Answers  


What is a delegate, why should you use it and how do you call it ?

1 Answers  


What does || mean in programming?

0 Answers  


When should I throw an exception?

0 Answers  


How do I create a multi language, multi file assembly?

0 Answers  






What is the difference between struct and class c#?

0 Answers  


What is verbatim string?

0 Answers  


What?s the difference between the System.Array.CopyTo() and System.Array.Clone()?

3 Answers  


What is .net console?

0 Answers  


What is boxing and unboxing in c#?

0 Answers  


What are the types of comment in c# with examples?

0 Answers  


Using system; class main { public static void Main() { int a = 1; for (int i = 0; i < 10; i++) { int j = a * 5; Console.WriteLine(a + "*5=" + j); a++; } Console.ReadLine(); } }

1 Answers  


Categories