Interview questions

GAC in .NET

Next question>>
GAC in .NET  - April 1, 2009 at 17:30 PM by Rajmeet Ghai

What is GAC in .NET?

When an application is shared amongst several other applications, the complete machine code is present the Global assembly cache. GAC is where the shared .NET assemblies of the applications reside. In order to share an assembly, it needs to be installed in the GAC.

Next question>>

Also read      

Explain the different types of JIT in MS .NET.

JIT compiler is a part of the runtime execution environment that helps in a higher performance by placing the complied code in the cache for a faster execution.............

Difference between System exceptions and Application exceptions.

Application exceptions can be user defined exceptions thrown by the application.............

What is Native Image Generator (Ngen.exe)?

Ngen.exe helps in improving performance of managed applications by creating native images and storing them on the cache.............

What is the relation between Classes and Objects?

Class is a group of items, attributes of some entity. Object is any specific item that may or may not be a part of the class.............  

Difference between abstract classes and interfaces

When a derived class is inherited from an Abstract class, no other class can be extended then. Interface can be used in any scenario..............  

What is Operator Overloading in .NET?

Operator overloading is the most evident example of Polymorphism. In operator overloading, an operator is ‘overloaded’.............

 
Latest placement tests
Latest links
 
Latest MCQs
» General awareness - Banking » ASP.NET » PL/SQL » Mechanical Engineering
» IAS Prelims GS » Java » Programming Language » Electrical Engineering
» English » C++ » Software Engineering » Electronic Engineering
» Quantitative Aptitude » Oracle » English » Finance
Home | About us | Sitemap | Contact us | We are hiring