What is an assembly qualified name


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

Post New Answer

More C Sharp Interview Questions

Can you allow class to be inherited, but prevent the method from being over-ridden?

5 Answers  


How to prevent the error while updating ui control from another thread?

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  


What is a derived class in c#?

0 Answers  


What are satellite assemblies?

0 Answers  






What is sqladapter c#?

0 Answers  


How is a strongly-named assembly different from one that isn’t strongly-named?

0 Answers  


Write code for palindrome?

10 Answers   Tech Mahindra,


What is windows forms in c#?

0 Answers  


How do you declare an arraylist?

0 Answers  


Explain About .Net remoting

0 Answers   Digital GlobalSoft,


How do I convert a string to an int in c#?

0 Answers  


Categories