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 |
What is the difference between override and overload in a method?
How to convert a .NET object into COM operabililty?
0 Answers Petranics Solutions,
Explain .net framework overview?
What are Attributes in .NET?
What property do you have to set to tell the grid which page to go to when using the Pager object?
What is the standard you use to wrap up a call to a Web service
What are the contents of assembly?
What is MSIL code ?
Integer & struct are value types or reference types in .NET?
In Mvc Architecure what is view?
What is difference between .net and .net core?
Explain about Behavioral design pattern?