What are the different parts of an Assembly in .Net?
Answer Posted / hrindows@gmail.com
The different parts of an Assembly are:
•Manifest – Also known as the assembly metadata, it has information about the version of an assembly.
•Type Metadata – Binary information of the program.
•MSIL – Microsoft Intermediate Language code.
•Resources – List of related files.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between "using system.data;" and directly adding the reference from "add references dialog box"?
Can you write a class without specifying namespace?
What is the native image generator?
What is a .net class?
When a Static Constructor called in .NET?
Why do we use msmq?
Tell us what do the following acronyms in .net stand for: il, cil, msil, cli and jit?
Does .net supports destructors concept?
What is a .DLL and .EXE files called in .NET?
Explain what is the difference between a class and an object?
What's the use of system.diagnostics.process class in .net?
Is .net is a language?
How to load a user control dynamically in runtime?
Different levels of priority provided by .net.
Explain the difference between the while and for loop.