What are situations when you register .NET assembly in GAC ?



What are situations when you register .NET assembly in GAC ?..

Answer / Ankit Kumar Rathi

[n The assembly is shared by multiple applications.n The assembly needs to be version-stamped for side-by-side execution.n The assembly is a shared component and needs to be accessible from different AppDomains.n The assembly contains types that are marked with the [System.Security.Permissions] attribute, making them security-critical components.n]

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net General Interview Questions

What is the native image generator?

1 Answers  


What is .net environment?

1 Answers  


Explain asp.net?

1 Answers  


What are the different parts of an Assembly in .Net?

1 Answers  


Explain what is the difference between constants and read-only variables?

1 Answers  


What is marshling?

1 Answers  


How will you register com+ services?

1 Answers  


Explain garbage collection?

1 Answers  


Directcast(123.34,integer) - should it throw an error? Why or why not?

1 Answers   Wipro,


Explain what are an object and a class?

1 Answers  


What is Assembly manifest? what all details the assembly manifest will contain.

2 Answers   Ksb,


What are two different types of remote object creation mode in .net?

1 Answers  


Categories