Friday, January 14, 2011
what is basic dot net framework?
.NET Framework provides platform for developing windows and web software. ASP.NET is a part
of .Net framework and can access all features implemented within it that was formerly available
only through windows API. .NET Framework sits in between our application programs and
operating system.
The .Net Framework has two main components:
.Net Framework Class Library: It provides common types such as data types and object types
that can be shared by all .Net compliant language.
The Common language Runtime: It provides services like type safety
security, code execution,
thread management, interoperability services.
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 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?
(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?
Subscribe to:
Comments (Atom)
