Answer Posted / kumar
In .NET Framework Assembly metadata stored in Manifest.
Manifest contains all the metadata needed to do the
following things
* Version of assemblies
* Scope of assemblies.
* Reference to resource and class
* Assemblies manifest stored in Portable Executable (PE)
file or in Microsoft Intermediate Language (MSIL) code.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is hidden field in asp.net?
What is the state management in asp.net?
How would you enable impersonation in the web.config file?
Explain the difference between overriding and overloading?
Explain the difference between the web config and machine config.
How to use multiple scriptmanager controls in a web page?
What is difference between viewstate and session in asp net?
What is the difference between web.config and machine.config in ASP.NET?
In ViewState How much lifespan items stored?
How to use push notification?
How can you enable impersonation in the web.config file?
How can we use Web API with ASP.NET Web Form?
What ports must be open for DCOM over a firewall? What is the purpose of Port 135?
Explain parts of assembly?
If I am developing an application that must accomodate multiple security levels though secure login and my asp.net web application is spanned across three web-servers (using round-robin load balancing). What would be the best approach to maintain login-in state for the users?