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
Will there be a .net compact framework 3.0 release with release of .net framework 3.0?
How we can invoke child actions in ASP.Net MVC?
How to return the JSON from action method in ASP.Net MVC?
How OS come to know whether to load the .net framework when we run an .exe created using .Net framework?
What are action filters?
Can I remove .net framework?
What are the options can be configured in AJAX helpers?
What is the benefit of entity framework?
How you can implement custom validation in asp.net MVC?
What is MVVM design pattern?
What is the use .Glimpse in ASP.Net MVC
How the ‘page lifecycle’ of ASP.Net MVC does works?
Give an example for authorization filters in an asp.net mvc application?
What are Action Filters in ASP.NET MVC and its use?
How we can add the CSS in ASP.Net MVC?