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 difference between encrypting a password and applying a hashing?
What is Flyout Design Pattern in .NET?
What is Polymorphism? How does VB.NET/C# achieve polymorphism?
With these events, why wouldn't microsoft combine invalidate and paint, so that you wouldn't have to tell it to repaint, and then to force it to repaint?
What are the difference bbetween value type & reference types ? Example from .net. Integer & struct are value types or reference types in .net?
Explain the garbage collection process?
Conceptually, what is the difference between early-binding and late-binding?
How to implement CAS in .Net?
What are the new features in .net core?
how can i create a table from front end to back end in wabe page?
What's singlecall activation mode used for in .net?
Why do we use the “using” statement?
How is .net able to support a lot of languages?
What are the different.net tools which you used in projects?
What is a .DLL and .EXE files called in .NET?