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


Please Help Members By Posting Answers For Below Questions

Explain tempdata in mvc?

563


What is difference between Viewbag and Viewdata in ASP.NET MVC?

561


What is page life cycle?

526


mention what are the various methods provided by the dataset object to generate xml?

598


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?

552






What is the advantage of mvc?

612


Can you explain model, controller and view in mvc?

563


What symbol would you use to denote, the start of a code block in razor views?

563


What is NonActionAttribute ?

587


What is rxjava used for?

656


Explain the .net framework.

527


explain how you can load related entities in ef (entity framework)?

540


What is the full form of sp?

491


What is ViewData and TempData in ASP.Net MVC?

573


Can you explain renderbody and renderpage in mvc?

577