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


Please Help Members By Posting Answers For Below Questions

What is http request and response?

616


What is the appSettings Section in the web.config file?

666


What are the authentication types in asp.net?

660


What are type/key pairs in client script registration?

664


Explain the disadvantages of viewstate?

657






What is the purpose of App_Code folder in ASP.NET? Why we this?

732


What is meant by ispostback in asp net?

629


Can anyone please tell me that the question posted on this website are Sufficient for the interview with 2+ year experience in .net

1593


Whats the difference between registerclientscriptblock, registerclientscriptinclude and registerclientscriptresource?

681


What are the 3 levels at which content pages can be attached to Master Page?

678


What asp.net control can embed xaml into asp.net pages?

628


explain code with datachaching with example

1786


List of words of preprocessor in .net?

604


Define a web service in .net?

716


What is the full meaning of asp.net?

602