What is an assembly and what does manifest consists ?

Answers were Sorted based on User's Feedback



What is an assembly and what does manifest consists ?..

Answer / nihar

An Assembly is the building block of .net having
metadata,mainfest,culture info,ver no.

Mainfest cantain the information about the Metadata

Is This Answer Correct ?    7 Yes 0 No

What is an assembly and what does manifest consists ?..

Answer / moghan

Assembly:
Which is reusable,verionable and self describing
building blocks in CLR(Common Language Runtime).

Manifest:
It contains information about the Assembly where it is
residing.

Is This Answer Correct ?    2 Yes 0 No

What is an assembly and what does manifest consists ?..

Answer / saubhagya

Assembly is a unit of deployment like exe or dll.
Manifest contains the version number.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Dot Net Remoting Interview Questions

What are the consideration in deciding to use .NET Remoting or ASP.NET Web Services?

0 Answers  


What are channels in .NET Remoting?

1 Answers  


What does manifest consists?

0 Answers  


What do you mean by passport authentication?

0 Answers  


How does assembly versioning in .NET prevent DLL Hell?

3 Answers   Satyam, Siebel Systems,






How do you define the lease of the object?

1 Answers  


About sn.exe ?

2 Answers   MMTS, TCS,


What are the difference between static assemblies and dynamic assemblies?

0 Answers  


What distributed process frameworks outside .NET do you know?

1 Answers  


How do you directly call a native function exported from a DLL?

2 Answers  


What is a Windows process?

1 Answers  


What is a strong name?

1 Answers  


Categories