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
Asp.net mvc application, makes use of settings at 2 places for routing to work correctly. What are these 2 places?
List out few different return types of a controller action method?
What is the full form of sp?
What is code first? : Entity framework
How to return the JSON from action method in ASP.Net MVC?
What you mean by routing in mvc?
what is entity data model?
Explain how you can send the result back in JSON format in MVC?
what is code first approach?
Can you please explain the request flow in ASP.NET MVC framework?
Explain the role of assembly in the .net framework.
Can you explain the page life cycle of mvc?
What is web api‘s in asp.net mvc 4 ?
How we can add the CSS in ASP.Net MVC?
Is it possible to combine asp.net webforms and asp.mvc and develop a single web application?