What is Assembly. and Describe type of assembly. why most developer happy with private assembly.


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

Post New Answer

More C Sharp Interview Questions

What is definition in c#?

0 Answers  


Can we extend sealed class in c#?

0 Answers  


What is Abstraction?

8 Answers   Google, HCL, IBM, MAHINDRA, Tech Mahindra,


List out the differences between array and arraylist in c#?

0 Answers  


int i = 1; int j = 1; System.Console.WriteLine(i == j); System.Console.WriteLine(i.ToString() == j.ToString()); System.Console.WriteLine((object)i == (object)j); Give the sample code above, what is the output to the console?

5 Answers  






What is getenumerator?

0 Answers  


c# code for how to merge two sorted arrays Input : A = 2,5,8,4 B = 3,9,10,5 Output : 2,3,4,5,5,8,9,10

3 Answers  


What is the default value of guid in c#?

0 Answers  


How can you sort strings in array that are passed to method as arguments?

0 Answers  


Can we declare class as protected?

0 Answers   Infosys,


What is the difference between Abstract and Interface?

22 Answers   Agile Software, FER, HCL, Sys Universe,


Do void methods have parameters?

0 Answers  


Categories