Answer Posted / versha
Assemblies data is stored in manifest
In manifest include
assemblies information
like version of assemblies
security information etc
manifest is stored in PE file that is portable Executable
file in MSIL(Microsoft intermediate Language)
Manifest make assembly self describing.CLR use mainifest
for execution
| Is This Answer Correct ? | 11 Yes | 2 No |
Post New Answer View All Answers
Define authentication and authorization.
What is the file through which you can customize your asp.net application?
What is mta?
Give an example of cookie abuse.
what is loosely coupled solution? How it can be used?
How do I open an ashx file?
Define application state variable and session state variable?
Explain the difference between asp & asp.net.
Can you explain the importance of finalize method in .net?
Is asp.net a programming language?
Explain the use of errorprovider control in .net?
Where the assembly is stored in asp.net?
Can we have multiple worker process in an ASP.NET application? If so then how it has been handled by application? And who handles it?
How many types of file extensions for razor views in ASP.Net MVC?
Define static constructor?