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

How would you turn off cookies on a page of a website?

509


What is difference between Fragment Caching and Page Caching in ASP.NET?

585


How should I destroy my objects in asp.net?

604


Explain cashing in asp.net.

530


Explain how cookies work.

600






What are the modes of updation in an updatepanel? What are triggers of an updatepanel?

509


What are the various types of validation controls provided by asp.net?

546


How do I open an ashx file?

545


What is the significance of attaching a profile while creating a user?

569


In which event of page cycle is the viewstate available?

584


What is the difference between login controls and forms authentication?

549


What’s difference between “optimistic” and “pessimistic” locking?

581


What New Features comes with ASP.NET Web API 2.0?

545


What is the full form of asp.net?

538


Why session is used in asp.net?

537