What are the contents of assembly?
Answers were Sorted based on User's Feedback
Answer / nikhil
Assembly contains following in the order:
1. Assembly Menifest
2. Type Metadata
3. MSIL Code
4. Resource (if any)
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / rahul
1.manifest
2.IL Intermediate language
3.Metadata
4. Bitmaps
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / kirti
In general, a static assembly can consist of four elements:
The assembly manifest, which contains assembly metadata.
Type metadata.
Microsoft intermediate language (MSIL) code that implements the types.
A set of resources.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to load a user control dynamically in runtime?
Explain how to spawn a thread?
What is the raise event used for?
Write the .net syntax for 'for loop'?
ctype(123.34,integer) - should it throw an error? Why or why not?
What is the use of UML in .Net
Which is the main Difference Between .Net 2003 and .Net 2005?
How can you see which services are running on a Windows box?
asp mean
What is meant by globalization and localization?
Is .net front end or backend?
Can "this" be used within a static method?