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
mention what is the difference between ado.net and classic ado?
What are the main components of .net framework?
What is entitytype? : Entity framework
When using aspx view engine, to have a consistent look and feel, across all pages of the application, we can make use of asp.net master pages. What is asp.net master pages equivalent, when using razor views?
Can you explain model, controller and view in mvc?
Is it possible to combine asp.net webforms and asp.mvc and develop a single web application?
What is .net core framework?
What are the possible razor view extensions?
What is object service? : Entity framework
Can you explain renderbody and renderpage in mvc?
In which assembly is the mvc framework defined?
What is ViewStart Page in ASP.Net MVC?
What is an asynchronous controller in asp.net mvc?
How we can call a javascript function on the change of a dropdown list in mvc?
How do you handle variable number of segments in a route definition?