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 tools used for unit testing in ASP.Net MVC
What is orm entity framework?
What is the difference between viewbag and viewdata in mvc?
What are the options can be configured in AJAX helpers?
what is conceptual model?
What are Action Filters in ASP.NET MVC and its use?
What are the levels at which filters can be applied in an asp.net mvc application?
What are the Core features of ASP.NET MVC?
Explain the 'page lifecycle' of an ASP.NET MVC?
What is definingquery in entity framework? : Entity framework
What is ViewStart Page in ASP.Net MVC?
Explain unit test done by tester on development team?
What are bundling & minification features in asp.net mvc 4?
How to bind table colum with gridview column?
Explain tempdata in mvc?