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

How to debug failed assembly binds?

0 Answers  


Can u any body send the DotNet Interview questions and answers to my mail please....... mindukuru@yahoo.com

1 Answers  


What is connection pooling and how do you make your application use it?

0 Answers  


What are the core differences between .NET Languages ?

0 Answers   TCS,


How many design patterns can be created in .net?

0 Answers  






What is file extension of Webservices in .Net?

0 Answers   Arigo Infotech,


What is model-view -controller Architecture?

1 Answers  


What is portable executable (PE)?

2 Answers  


If a dataset contains 100 rows, how to fetch rows between 5 and 15 only?

0 Answers  


What is managed code in .NET?

0 Answers  


Explain the .NET architecture.

9 Answers   HCL, Idhasoft, Scandent, TCS, TechnoLinks,


State the various features present in .NET?

0 Answers  


Categories