What are the types of assemblies and where can u store them
and how ?
Answer Posted / bhavani
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 ? | 4 Yes | 1 No |
Post New Answer View All Answers
what is msl?
What is objectcontext? : Entity framework
Explain the role of assembly in the .net framework.
Can you use Razor code in Javascript in ASP.Net MVC?
Name a few different return types of a controller action method?
Explain the tools used for unit testing in ASP.Net MVC
Possible ways to prevent xss attacks on mvc application?
Explain covariance and contra-variance in .net framework 4.0. Give an example for each.
What are the new features 3.5 framework against with the tool?
How does servicing work for the .net framework 3.0?
Is it possible to share a view across multiple controllers?
What are Model Binders in ASP.Net MVC?
How do I install .net framework?
What is the difference between entity framework and mvc?
What is stateless model?