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
The project which you have made, which methodology did you use?
Please explain when should you use .net web forms over asp.net mvc?
Explain me what is an anonymous method and how is it different from a lambda expression?
Explain how does assembly versioning work?
What is "common language specification" (cls) in .net?
Explain About GDI object ?
Explain the purpose of Remoting in .NET?
Explain the difference between the while and for loop. Provide a .net syntax for both loops?
What is reflection in microsoft .net context?
Types of evidence in .net with context to CAS
How can I tell if .net 3.5 is installed?
How to create a key pair in .net?
How do you view the methods and members of a dll?
Compare & contrast rich client (smart clients or windows-based) & browser-based web application
What is assemblies in .net?