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

How to implement DataGrid in .NET?

1 Answers   InfoPro,


How will you do redo and undo in textbox control?

0 Answers  


What is an exe and a dll?

0 Answers  


What is static constructor, when it will be fired?

0 Answers  


What is .net assembly?

0 Answers  






What is your observations between vb.net and vc#.net?

0 Answers  


How do we access crystal reports in .net?

0 Answers  


What is namespace in .net?

0 Answers  


What is boxing and un-boxing in .net?

0 Answers  


Explain something about WebService?

0 Answers   BirlaSoft,


Explain the two different types of typecasting?

1 Answers  


Which file is taken by compiler when we have both file Application and Server Configuration file?

0 Answers  


Categories