What is Global Assembly Cache (GAC) and what is the purpose
of it?
Answer Posted / guest
Each computer where the common language runtime is installed
has a machine-wide code cache called the global assembly
cache. The global assembly cache stores assemblies
specifically designated to be shared by several applications
on the computer. You should share assemblies by installing
them into the global assembly cache only when you need to
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What's singleton activation mode in .net?
As you know read-only variables and constants have many similarities, but what is at least one way that they differ?
When displaying fonts, what is the difference between pixels, points and ems?
What are the different types of Classes in .NET?
Explain clr, cts and cls?
What is heap and what is stack?
Differentiate between 'DataSet' and 'SQLDataReader' in ADO.NET?
What is the root class in .net?
Explain the difference between the while and for loop.
what is prototype design pattern in .net
How many design patterns can be created in .net?
What's wrong with a line like this? Datetime.parse(mystring);
What is a web service in .net?
Explain what is mutex?
Explain the difference between the while and for loop. Provide a .net syntax for both loops?