Interview Question

1. What is .net?
Ans: Click Here to see Answer

2. Does C# supports multiple inheritance?
Ans. No

3. can you store multiple data types in System.Array?
Ans: No

4. What is MS Visual Studio.Net?
Ans.Click Here to see Answer

5. What are the features of .Net Frameork?

6. What are the major components of the .Net framework?
Ans: .net framework has mainly two component:
        1. CLR(comman Language Runtime)
        2. Class Library
7. What is the role of common language runtime(CLR) in .net framework?
Ans:Click Here to see Answer


8. What do you mean by language inter-operability?

9. What is difference between CTS and CLS?

10. What is MSIL?

11. What is difference between managed and unmanaged code?

12. Explain the concept of  unified class of .Net?

13. What is the role of JIT compiler?













Objective Question

1. What is the maximum size of an array?
     (a) Up to 70 dimension (b) Up to 60 dimension
     (c) Up to 90 dimension (d) Up to 100 dimension
Ans:(b) Up to 60 dimension