Explain the difference between a Private Assembly and a Shared Assembly


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

Post New Answer

More C Sharp Interview Questions

How can we Achieve Late binding in C#.Can any give one example.

5 Answers   Value Labs,


What is the main purpose of linq?

0 Answers  


What is the meaning of console writeline in c#?

0 Answers  


C# is case sensitive, what is mean by case sensitive

3 Answers  


What is Dispose method in .NET ?

9 Answers   247Customer, KAP, TCS,






public void A() { int x; x = 8; x *= 4 + 8 / 2; } Given the above code, what is the value of "x"?

8 Answers  


What is the main purpose of delegates in c#?

0 Answers  


What is integer c#?

0 Answers  


How do you prevent a class from being inherited?

0 Answers  


What is the different types of private assembly and shared assembly?

0 Answers  


State the top.NET class that everything is derived from?

0 Answers   Siebel,


Are string objects mutable or immutable?

0 Answers  


Categories