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 |
Dot Net is Platform Independent or Platform Dependent..?
Can a dll be changed to an exe?
Tell us the differences between an interface and an abstract class in .net?
What is different between Web User Control and Web Custom Control?
Explain role-based security in .Net.
What is Entity Relationship Model in .NET?
What are the contents of assembly?
Please explain what garbage collection is and how it works. Provide a code example of how you can enforce garbage collection in .net?
What is the difference between encrypting a password and applying a hashing?
Sql Queries: A Table will be given Omiting Duplicate rows and adding a new column
The project which you have made, which methodology did you use?
What is Garbage Collection in .Net? Garbage collection process?