Tuesday, April 01, 2008

.NET Interview questions and Answers: 1

.NET Interview questions :- Basic .NET Framework

  1. What is a IL?

Twist :- What is MSIL or CIL , What is JIT?

  1. What is a CLR?
  2. What is a CTS?
  3. What is a CLS(Common Language Specification)?
  4. What is a Managed Code?
  5. What is a Assembly ?
  6. What are different types of Assembly?
  7. What is NameSpace?
  8. What is Difference between NameSpace and Assembly?
  9. If you want to view a Assembly how to you go about it ?
  10. Twist : What is ILDASM ?
  11. What is Manifest?
  12. Where is version information stored of a assembly ?
  13. Is versioning applicable to private assemblies?
  14. What is GAC ?
  15. Twist :- What are situations when you register .NET assembly in GAC ?
  16. What is concept of strong names ?
  17. Twist :- How do we generate strong names or what is the process of generating strong names , What is use of SN.EXE , How do we apply strong names to assembly ? , How do you sign an assembly ?
  18. How to add and remove a assembly from GAC?
  19. What is Delay signing ?
  20. What is garbage collection?
  21. Can we force garbage collector to run ?
  22. What is reflection?
  23. What are different type of JIT ?
  24. What are Value types and Reference types ?
  25. What is concept of Boxing and Unboxing ?
  26. What’s difference between VB.NET and C# ?
  27. What’s difference between System exceptions and Application exceptions?
  28. What is CODE Access security?
  29. What is a satellite assembly?
  30. How to prevent my .NET DLL to be decompiled?
  31. What’s the difference between Convert.toString and .toString() method ?
  32. What is Native Image Generator (Ngen.exe)?
  33. We have two version of the same assembly in GAC? I want my client to make choice of
  34. which assembly to choose?
  35. What is CodeDom?

No comments: