what is an assembly?

Answer Posted / anjana

Assembly will generated for the project when it complies.
Each project have assembly either in .dll or .EXE format


Assembly file contains the IL, metadata , manifest(
information about the assembly version and other related
informations)

there are two types single file and multifile.
in multifile all (metadata, manifest, IL) in separate files.
while in single file all( IL, Manifest, Metadata) are in one
file.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Give an example for authorization filters in an asp.net mvc application?

538


Possible ways to prevent xss attacks on mvc application?

575


What are authentication filters in web api?

577


Which version of the common language runtime (clr) does the .net framework 3.0 use?

567


What is the full form of sp?

498






What is the significance of nonactionattribute?

587


What is entityset? : Entity framework

580


How does the .net framework 3.0 relate to windows vista?

566


Can I set the unlimited length for "maxjsonlength" property in config?

564


Explain the request flow in asp.net mvc framework?

549


What type of filter does outputcacheattribute class represents?

681


which are the key concepts of entity data model?

611


What are the components required to create a route in ASP.Net MVC?

589


Is it possible to share a view across multiple controllers?

521


What is edm designer? : Entity framework

562