What are the types of assemblies and where can u store them
and how a private assembly is used only by a single
application, and is stored in that application's install
directory (or a subdirectory therein)?
Answer Posted / srikanth
Assemblies are of three types.
1. Private-The assembly that resides in the application
directory and is only meant for that particular application.
2. Public/Shared-The assembly that is placed in the Global
Assembly Cache where all the application can use the
functionality of the assembly.
3. Satellite-An assembly that behaves differently for each
application based on the culture information.
Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
What is http request and response?
What is the appSettings Section in the web.config file?
What are the authentication types in asp.net?
What are type/key pairs in client script registration?
Explain the disadvantages of viewstate?
What is the purpose of App_Code folder in ASP.NET? Why we this?
What is meant by ispostback in asp net?
Can anyone please tell me that the question posted on this website are Sufficient for the interview with 2+ year experience in .net
Whats the difference between registerclientscriptblock, registerclientscriptinclude and registerclientscriptresource?
What are the 3 levels at which content pages can be attached to Master Page?
What asp.net control can embed xaml into asp.net pages?
explain code with datachaching with example
List of words of preprocessor in .net?
Define a web service in .net?
What is the full meaning of asp.net?