What is strong name assembly?


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

Post New Answer

More C Sharp Interview Questions

What is class in oops with example in c#?

0 Answers  


Is hashset serializable c#?

0 Answers  


How Do You Convert A Value-type To A Reference-type?

0 Answers   Siebel Systems,


Explain how can you clean up objects holding resources from within the code?

0 Answers  


Is a char?

0 Answers  






What are extender provider components? Explain how to use an extender provider in the project.

0 Answers  


Can we override interface method?

0 Answers  


What is namespace explain with example?

0 Answers  


What is the difference between string keyword and system.string class?

0 Answers  


Trace the O/p for a program on inheritance and Polymorphism. 3 classes A,B,C A with two methods public virtual SomeMethodA public virtual SomemoreMethodA B:A overide SomeMethodA C:B new Method SomeMethodA override SomeMoreMethodA main method { b new instance of B b.SomeMethodA b.SomeMoreMethodA b1 new instance of C b1.SomeMethodA b1.SomeMoreMethodA }

2 Answers   Proteans,


Can we store different data types in arraylist in c#?

0 Answers  


What does the keyword virtual mean in the method definition?

1 Answers  


Categories