What are the contents of assembly?

Answers were Sorted based on User's Feedback



What are the contents of assembly?..

Answer / guest

In general, a static assembly can consist of four elements:
o The assembly manifest, which contains assembly metadata. o
Type metadata. o Microsoft intermediate language (MSIL) code
that implements the types. o A set of resources.

Is This Answer Correct ?    8 Yes 1 No

What are the contents of assembly?..

Answer / satyambabu

manifest
metadata
type definations
msil
resources

Is This Answer Correct ?    5 Yes 0 No

What are the contents of assembly?..

Answer / narendra

An assembly represents a group of resources,type
definitions,and implementation of those types.
An ASSembly is self describing .an assembly consists
metadata information, which is used by CLR for everything
from typechecking and security to actually invoking the
component methods.

Is This Answer Correct ?    2 Yes 0 No

What are the contents of assembly?..

Answer / kiran

Manifest
Metadata
IL Code
Resources

these are contents of assembly

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More Dot Net General Interview Questions

How does the .NET framework work?

1 Answers  


What is the best way to crack the certification?

0 Answers  


How many languages .NET is supporting now?

38 Answers   Dreamtech, IBS, Microsoft, Polaris, RDT, Softcon, Viscus Infotech,


Explain different types of html, web and server controls.

0 Answers  


How to load a user control dynamically in runtime?

0 Answers  






What are the similarities and difference between class and structure in .net?

0 Answers  


What are the Characteristics of .NET?

1 Answers  


Which among the following two is best and why? Abstract Class and Interface. What is the major difference in between those two except the discrete methods and methods with function definition.

4 Answers   247Customer,


What is portable executable (PE)?

2 Answers  


Explain is the jit an interpreter?

0 Answers  


What's the use of system.diagnostics.process class in .net?

0 Answers  


Explain can 2 different applications use the same dll in gac at the same time?

0 Answers  


Categories