What is a thread? What is multithreading?
Can you store different types in an array in c#?
1. What is IIS. pl explain practically. 2. Difference b/w webserver and application server. pl explain practically.
Is namespace a class?
Which framework is best for desktop application?
What does get set mean in c#?
What is an assembly in .net?
What is wcf c#?
How does the XmlSerializer work ?
What is the task perform by clr?
What are strongly typed objects?
7.What are typed data set?
what is the need of using interface in program ex:if we have a program like this interface1() { void method1(); void method(); } class a1 : interface1 { a1 b = new b(); b.method1(); b.method2(); } so without using interface also we can achieve this then wat is the need to use the interface? plz give me the answer