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 |
What is the native image generator?
What is .net environment?
Explain asp.net?
What are the different parts of an Assembly in .Net?
Explain what is the difference between constants and read-only variables?
What is marshling?
How will you register com+ services?
Explain garbage collection?
Directcast(123.34,integer) - should it throw an error? Why or why not?
Explain what are an object and a class?
What is Assembly manifest? what all details the assembly manifest will contain.
What are two different types of remote object creation mode in .net?