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
Explain Features in ASP.NET
Give an example of cookie abuse.
What is view state and how it works in asp net?
Explain about secure socket layer?
How do you use viewstate?
What are the differences between application object and session object?
Explain cashing in asp.net.
What is rich control in asp.net?
Explain asp.net page life cycle?
Explain what is an assembly?
How can we update records in gridview?Is there any appropriate code for it?
how to retrieve property settings from xml .config file.
What is the use of the tag in the web.config file?
What is fulltrust?
Why session is used in asp.net?