Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
What is Manifest?
.NET INTERVIEW QUESTIONS - What is Manifest?
✍: Guest
Assembly metadata is stored in Manifest. Manifest contains all the metadata needed to do the following things
* Version of assembly
* Security identity
* Scope of the assembly
* Resolve references to resources and classes.
* The assembly manifest can be stored in either a PE file (an .exe or .dll) with Microsoft intermediate language (MSIL) code or in a stand-alone PE file that contains only assembly manifest information.
2010-03-09, 4595👍, 0💬
Popular Posts:
How Do I Run JUnit Tests from Command Window? To run JUnit tests from a command window, you need to ...
If we have the following in a Java code: String s="abc"; String s2="abc"; Then what will be output o...
What will be printed as the result of the operation below: main() { int x=5; printf("%d,%d,%d\n",x,x. ..
What’ is the sequence in which ASP.NET events are processed ? Following is the sequence in which the...
it will be very helpful if you send some important Questions with Answers of DBMS Tell us what types...