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
What is edm designer? : Entity framework
explain why t4 entity is important in entity framework?
Explain tempdata in mvc?
What is the importance of NonActionAttribute?
What are Scaffold templates in ASP.Net MVC?
What is entityset? : Entity framework
Explain the advantages and disadvantages of ASP.Net MVC over ASP.NET?
Can I use razor code in javascript in asp.net mvc?
What is main objective of asp.net mvc 4 or what is new in mvc4 ?
What does mvvm mean?
What is Dependency Injection in ASP.Net MVC
what is scalar property?
How we can multiple submit buttons in ASP.Net MVC
Is .net core replacing .net framework?
What is renderbody?