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 do the terms “boxing” and “unboxing” mean?
Explain asp.net?
How will you load dynamic assembly? How will create assemblies at run time?
What is the difference between vb.net and vc#.net?
What is Code group in .Net with respect to CAS
Difference between value type & reference types ?
Explain the procedure to add assemly to gac to make it shared one?
Tell us what is json data, and what is one way that .net developers can work with json?
Explain what is the reason of occurring overflow-underflow arithmetic exception error, it shows error message when we run our program by adding control?
What is the intermediate language between asp and asp.net1.0?
Explain memory-mapped files.
How is .net core cross platform?
What is the difference between response.redirect & server.transfer?
Usually in .net, the clr takes care of memory management. Is there any need for a programmer to explicitly release memory and resources? If yes, why and how?
What are multicast delegates?