Framework

1. What is .NET Framework?
2. What are the main components of .NET Framework?
3. List the new features added in .NET Framework 4.0.

4. What is an IL?

5. What is Manifest?

6. What are code contracts?

7. Name the classes that are introduced in the System.Numerics namespace.

8. What is managed extensibility framework?

9. Explain memory-mapped files.

10. What is Common Type System (CTS)?
11. Give a brief introduction on side-by-side execution. Can two applications, one using private assembly and the other using the shared assembly be stated as side-by-side executables?

12. Which method do you use to enforce garbage collection in .NET?

13. State the differences between the Dispose() and Finalize().

14. What is code access security (CAS)?

15. Differentiate between managed and unmanaged code?

16. What are tuples?

17. How can you turn-on and turn-off CAS?

18. What is garbage collection? Explain the difference between garbage collections in .NET 4.0 and earlier versions.

19. How does CAS works?

20. What is Difference between NameSpace and Assembly?

21. Mention the execution process for managed code.

22. Is there a way to suppress the finalize process inside the garbage collector forcibly in .NET?

23. How can you instantiate a tuple?

24. Which is the root namespace for fundamental types in .NET Framework?

25. What are the improvements made in CAS in .NET 4.0?

26. What is Microsoft Intermediate Language (MSIL)?















.NET Framework Interview QuestionsADO.NET Interview QuestionsAJAX Interview Questions
Go Top

No comments:

Post a Comment

Popular posts