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 typical about a windows process in regards to memory allocation in dot net?

0 Answers  


What are code contracts?

0 Answers  


Explain attributes in dot net?

0 Answers  


Explain the difference between the while and for loop. Provide a .net syntax for both loops?

0 Answers  


Explain me what is .net web service?

0 Answers  






Explain the difference between asp.net & vb.net and explain architecture?

0 Answers  


Explain the difference between the stack and the heap?

0 Answers  


With these events, why wouldn't microsoft combine invalidate and paint, so that you wouldn't have to tell it to repaint, and then to force it to repaint?

0 Answers  


How to prepare parametrized (with more than one parameters) crystal report. Please tell me the code procedure, if any body can?

0 Answers  


What should you do to store an object in a viewstate?

0 Answers  


Explain soap and xml?

0 Answers  


What is CCW (COM Callable Wrapper)

1 Answers  


Categories