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
What are differences between entity framework and l2s? : Entity framework
Explain how you can implement Ajax in MVC?
What is action methods in web api?
what is .edmx file and what it contains?
What is clr? How does work clr & wht is work of clr?
What is razor code?
What is the "helperpage.isajax" property?
Explain the new features added in version 4 of mvc (mvc4)?
Is it possible to unit test an mvc application without running the controllers in an asp.net process?
How do you handle variable number of segments in a route definition?
What operating systems will the .net framework 3.0 be available for?
What is entity graph? : Entity framework
What are HTML Helpers, AJAX Helpers in ASP.Net MVC?
Explain tempdata in asp.net mvc?
What is the difference between viewbag and viewdata in asp.net mvc?