What are the contents of assembly?

Answers were Sorted based on User's Feedback



What are the contents of assembly?..

Answer / guest

In general, a static assembly can consist of four elements:
o The assembly manifest, which contains assembly metadata. o
Type metadata. o Microsoft intermediate language (MSIL) code
that implements the types. o A set of resources.

Is This Answer Correct ?    8 Yes 1 No

What are the contents of assembly?..

Answer / satyambabu

manifest
metadata
type definations
msil
resources

Is This Answer Correct ?    5 Yes 0 No

What are the contents of assembly?..

Answer / narendra

An assembly represents a group of resources,type
definitions,and implementation of those types.
An ASSembly is self describing .an assembly consists
metadata information, which is used by CLR for everything
from typechecking and security to actually invoking the
component methods.

Is This Answer Correct ?    2 Yes 0 No

What are the contents of assembly?..

Answer / kiran

Manifest
Metadata
IL Code
Resources

these are contents of assembly

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More Dot Net General Interview Questions

Please explain what are an inheritance, polymorphism, and encapsulation?

0 Answers  


DateTime[] dt = new DateTime[10] for(i=0; i<10; i++) { dt[i] = DateTime(2008, 1, i+1) } How many heap object will be created for the above array. Choose the correct answer below. Ans: 1, 10, 11, 12

3 Answers  


Please explain what is reflection and what is it for?

0 Answers  


What are the important components of .net?

0 Answers  


Is .NET a runtime service or a development platform?

2 Answers  






What is RCW (Run time Callable Wrappers)?

0 Answers  


What is Nothing permission set in .Net

1 Answers  


What is a variable of implicit type and what is its scope?

0 Answers  


What is Global Assembly Cache (GAC) and what is the purpose of it?

2 Answers   Ksb,


Difference between class and interface in .net?

0 Answers  


What is operator overloading in .net?

0 Answers  


i had attended to infosys interview on 17th april 2010...on .net..3+ experience for Technology Analyst .. to my knowledge i did well in technical and hr whether i loose the interview or still processing is taking place..am confused please. what accuatly would be happend?

0 Answers  


Categories