.Net Framework Interview Questions and Answers
<< Previous Question Next Question >>
 Question: 2181 Page Views: 

What is assembly manifest?



Posted By: Avi Date: 29 August 2009 06:30:44 AM
 Answer:

Assembly manifest is a metadata which contains information about an assembly. This information includes version information, referenced types, list of constituent files, etc. and it is stored within the assembly file (DLL/EXE) itself.


Posted By: eTechPlanet


Date: 29 August 2009 06:30:44 AM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image Jba0cQ
Related Questions
.Net Framework : What is WF?

What is WF?

Windows Workflow Foundation provides a programming model, in-process workflow engine and rehostable ....
Category: .Net Framework Date: 10/13/2010 1:52:48 PM
.Net Framework : What is WCF?

What is WCF?

WCF – Windows Communication Foundation is part of .NET framework that provides unified programming m....
Category: .Net Framework Date: 10/13/2010 1:52:48 PM
.Net Framework : What is serialization?

What is serialization?

Serialization is process of converting an object into other form (like xml tree or sequence of bits)....
Category: .Net Framework Date: 10/13/2010 11:25:49 AM
.Net Framework : What is LINQ to SQL?

What is LINQ to SQL?

LINQ to SQL allows LINQ to be used to query SQL Server databases. It converts LINQ query to SQL quer....
Category: .Net Framework Date: 10/13/2010 11:15:48 AM
.Net Framework : How can you start asynchronous operation?

How can you start asynchronous operation?

You can call BeginInovke on delegate instance.
Category: .Net Framework Date: 10/13/2010 10:22:49 AM