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
Explain the new features 3.5 framework against with the tool?
How you can implement custom validation in asp.net MVC?
Which version of the common language runtime (clr) does the .net framework 3.0 use?
What is the difference between old ADO.NET and Entity framework coding techniques?
how to disable the lazy loading framework?
What is .net framwork?
Is it possible to share a view across multiple controllers?
What are the sub types of ActionResult?
Will c# 3.0, vb.net 9.0, atlas, or linq be included in the .net framework 3.0?
What is objectcontext? : Entity framework
What is route config?
Which is the default http method for an action method?
What are the advantages of mvc over asp.net?
What are the 3 main components of an asp.net mvc application?
Will there be a .net compact framework 3.0 release with release of .net framework 3.0?