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
I want ask from plz smaple example code for Biztalkk server
How does .net framework works?
What are the components required to create a route in mvc?
What is the difference between tempdata and viewbag?
What is .net architecture?
mention what is the difference between ado.net and classic ado?
Explain RenderBody and RenderPage in ASP.Net MVC?
How we can add the CSS in ASP.Net MVC?
Explain dependency resolution?
How can I return string result from action in asp.net mvc?
What are scaffold templates in mvc?
Do you know about the new features in asp.net mvc 4 (asp.net mvc4)?
What is representational state transfer (rest) mean?
Is the following route definition a valid route definition? {controller}{action}/{id}
Explain Bundle.Config in ASP.Net MVC4?