Difference between manifest , metadata?
Answer Posted / srikant dwibedi
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 cdan be stored in either a PE file
(an .exe or .dll) with Microsoft intermediate languages
(MSIL) code or in stand-alone PE file that contains ony
assembly manifest information.
| Is This Answer Correct ? | 20 Yes | 5 No |
Post New Answer View All Answers
I want to fetch data from datareader. i have three tables in datareader. i want to bind my two table with datagrid, then i want to fetch a value from my third table. do u have any idea pls help me. we use dr.nextresult() for multiple tables.
What is viewbag title?
What are bundling & minification features in asp.net mvc 4?
Do you know about the new features in ASP.Net MVC 4 ?
What is an asynchronous controller in asp.net mvc?
What is the version number for the next version of the .net framework, codenamed �orcas�?
What type of filter does outputcacheattribute class represents?
What is .net framework used for?
what is entity framework?
What is the use .Glimpse in ASP.Net MVC
How does the .net framework 3.0 relate to windows vista?
Explain the new features added in version 4 of mvc (mvc4)?
Is it possible to combine asp.net webforms and asp.mvc and develop a single web application?
Can any particular component of .net framework 3.0 be removed?
What is the use of the default route {resource}.axd/{*pathinfo} ?