What are the different parts of an Assembly in .Net?
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 |
When we go for html server controls and when we go for web server controls?
Difference between machine.config and web.config?
How can we convert XML data into DataBase table IN .Net?
What is machine.config in .net?
Is there any thread in our .net programs?
How boxing and unboxing occures in memory?
Why SOAP is required?
What is multiThreading in .NET?
Tell us what is heap and what is stack?
Elements of CAS
What is Custom attribute? How to create? Namespace? If I'm having custom attribute in an assembly, how to say that name in the code? What is Reflection in .NET?
3 Answers Accenture, CC Soft, Infosys,
How to instantiate a delegate?