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 view state management in asp net?
Who creates jsessionid?
What is preprocessor in .net?
Web API uses which library for JSON serialization?
Explain the Session state management options available with ASP.NET?
How to find last error which occurred in Asp.net ?
What is the difference between WindowsDefaultLocation and WindowsDefaultBounds?
What is a viewbag?
How do u optimize a query in asp.net?
Explain the difference between debug.write and trace.write? When should each be used?
Can we have multiple web config files for an asp.net application?
Whta are the Various steps taken to optimize a web based application (caching, stored procedure etc.) ?
What is sql data source control in asp.net?
What is the difference between session object and application object?
When you use Ajax controls in the ASP.NET application?