What are the contents of assembly?
Answers were Sorted based on User's Feedback
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 |
Answer / satyambabu
manifest
metadata
type definations
msil
resources
| Is This Answer Correct ? | 5 Yes | 0 No |
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 |
Answer / kiran
Manifest
Metadata
IL Code
Resources
these are contents of assembly
| Is This Answer Correct ? | 2 Yes | 0 No |
Is .net core the future?
what is the use of stored procedure which has only one select statement over simple select statment query ? Why to write a stored procedure then ?
What is .net3.0 and .net3.5?
What is meant by globalization and localization?
Can you explain what do you understand about web service?
How to customize the trace output?
Explain the difference between vb and vb.net?
Explain the .net framework overview?
Explain can 2 different applications use the same dll in gac at the same time?
What is data type and how many types of data types are in .NET ?
How can you see which services are running on a Windows box?
Is there built-in support for logging?