Wednesday, January 12, 2011

Dot Net Interview Questions

Basic .NET Framework
(B)What is an IL?
(B)What is a CLR?
(B)What is CTS?
(A)What is equivalent for regsvr32 exe in .NET?
(A) What are the different types of Assembly?
(A) If you want to view an Assembly how do you go about it?
(A) What is Manifest?
(B) Where is version information stored of an assembly?
(I) Is versioning applicable to private assemblies?

B)What is a CLS (Common Language Specification)?
(B)What is a Managed Code?
(B)What is a Assembly?

(B) What is GAC?
(I) what is the concept of strong names?
(I) How to add and remove an assembly from GAC?
(A) What are types of compatibility in VB6?
(B) What is Delay signing?
(I) Can we force garbage collector to run?

(I)What is COM?
(B) What is NameSpace?
(A) Can you describe IUKNOWN interface in short?
(I) Can you explain what DCOM is?
(B) How do we create DCOM object in VB6?
(A) How to implement DTC in .NET?
(A) How many types of Transactions are there in COM + .NET?
(A) How do you do object pooling in .NET?
(A) What is Reference counting in COM?
(B) What is garbage collection?

No comments:

Post a Comment