What are the contents of assembly?

Answers were Sorted based on User's Feedback



What are the contents of assembly?..

Answer / j_baghla

Manifest
Metadata

Is This Answer Correct ?    1 Yes 0 No

What are the contents of assembly?..

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

What are the contents of assembly?..

Answer / rahul

1.manifest
2.IL Intermediate language
3.Metadata
4. Bitmaps

Is This Answer Correct ?    1 Yes 0 No

What are the contents of assembly?..

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

Post New Answer

More Dot Net General Interview Questions

What is meant by globalization and localization?

0 Answers  


What is the use of immutability?

0 Answers  


What are the improvements made in cas in .net 4.0?

0 Answers  


what is the default security setting in .net?

0 Answers  


Do you know the difference between the stack and the heap?

0 Answers  






What is the base class of Button control in .NET?

0 Answers  


What is Application Domain?

1 Answers  


How does u handle this COM components developed in other programming languages in .NET?

0 Answers  


Describe session handling in a webform, how does it work and what are the limitations?

0 Answers  


Explain what is reflection in microsoft .net context?

0 Answers  


what is event inheritance and event delegation?

1 Answers  


Describe the compilation process for .net code?

0 Answers  


Categories