Define thread? Explain about multithreading?
What is get set in c#?
What are the uses of namespaces?
How do you restrict the type which can be used in custom generic?
Explain “static” keyword in c#?
What is strong data type in c#?
Explain About Iunknown interface Queue
Why to use “finally” block in c#?
What?s a multicast delegate?
Can we define a variable with the access modifier private in an interface?
How do I create a single-file assembly?
What is the different types of private assembly and shared assembly?
I have a class declared as below public class a { public void add() {} } What is the diference between a a1 =new a; and simply a a1;