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
What tags do you need to add within the asp:datagrid tags to bind columns manually? How?
How can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.
What is postback and autopostback in asp.net?
What is masterpage?
List the asp.net validation controls?
Where is asp.net session stored?
What are the Types of session management in ASP.NET
What is difference between asp.net and asp?
What are the disadvantages of view state?
What is the difference between application state and session state in asp net?
Explain repository pattern in asp.net mvc? : asp.net mvc
What is difference between mvc and asp.net? : Asp.Net MVC
What is asp.net? How is it different from asp?
What setting must be added in the configuration file to deny a particular user from accessing the secured resources?
Define dll hell?