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's the problem with .net generics?

0 Answers  


<li id="Accomodation" runat="server" visible="false"><a href="../searchaccommodation.aspx?">Accomm</a></li> i have this code.now on server side i want to compare this id(Accommodation) value and want id i.e.Accommodation.visible=true;

0 Answers  


What are the deferred execution and the immediate execution in linq?

0 Answers  


How you apply a theme in whole application in .Net?

0 Answers   PUCIT,


questions on various scenarios on exception handling? like for example.... try { a; b; ...exception occurs here...what happens...will catch execute or will finally execute...will c execute c; } catch { a; b; c; } fianlly { a; b; }

1 Answers   Manhattan,






When developing a Windows service for .NET, which namespace do you typically look in for required classes?

1 Answers  


What do the terms “boxing” and “unboxing” mean?

0 Answers  


What is a formatter?

2 Answers   Infosys, TCS,


Explain me what is .net web service?

0 Answers  


What is garbage collection? Explain the difference between garbage collections in .net 4.0 and earlier versions?

0 Answers  


Explain the top .net class that everything is derived from?

0 Answers  


What property do you have to set to tell the grid which page to go to when using the Pager object?

2 Answers   Siebel,


Categories