Answer Posted / krupali
In asp.net 2.0 collection of file are called assembly.and
in these assembly one file(EXE or .DLL)contains a special
metadata called manifest.and these manifest is stored as
binary data and contains the detail like versioning
requirements for the assembly,the author,security
permissions,and list of files forming the assembly.while
the metadata is called data about data.
| Is This Answer Correct ? | 13 Yes | 5 No |
Post New Answer View All Answers
what is the keyword used for self reference?
Please explain what is the difference between a class and an object?
What is different between webusercontrol and in webcustomcontrol?
What does il do?
Explain what is a delegate?
How viewstate is being formed and how it is stored on client in .net?
What is the transport protocol you use to call a seb service soap?
Can a try block have more than one catch block?
What do you mean by Code Access Security in .NET?
What are the collections you've used?
What is heap and what is stack?
How to view a .NET assembly?
which method do you use to redirect the user to another page without performing a round trip to the client? How?
what is the meaning silverligt control
What method do you use to explicitly kill a users session? How?