What are the types of assemblies and where can u store them
and how ?
Answer Posted / payal
1.assemblies is unit of deployment like exe dll
assemblies information is stored in Manifest where all
details of assemblies are include.
This manifiest is stored in PE file that is protable
executable fime we can view assemblies using ILDASM.
2.types
private
shared
private assembly is used for single application which is
stored in application directory.
shared assembly is which is used by many users.and that is
stored in (GAC) that is Global Assembly Cache where
adminstrator can make rights on them and he is only one
person where he can add or remove it.
| Is This Answer Correct ? | 6 Yes | 4 No |
Post New Answer View All Answers
How do you handle variable number of segments in a route definition?
Explain ASP.NET MVC Identity and Security?
What is the version number for the next version of the .net framework, codenamed �orcas�?
What symbol would you use to denote, the start of a code block in razor views?
What is domain class model?
What is Differnce between html.action and ajax.action?
What is a view engine?
What is net framework 3.0 ?
Explain the new features 3.5 framework against with the tool?
How we can invoke child actions in ASP.Net MVC?
How do I install .net framework?
How to bind table colum with gridview column?
what is use of entity container?
What is the use .glimpse in mvc?
What are the 2 popular asp.net mvc view engines?