Answer Posted / pankaj purohit
Manefest:- in simple way we can say complete hierarchical
information about the program.
&
Meatadata:- Basically it has two part
1. Information about the data.
2. Information about the program.
Information about the data :- When Program is ready for
execution (will create .dll or .exe)
Information about the program :- it carry by the MSIL
ex. product name, copy write, trademark, vision, Culture.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain about managed heap?
What is a variable of implicit type and what is its scope?
What is garbage collection and how it works. Provide a code example of how you can enforce garbage collection in .net?
Explain me what is the difference between a class and an object, and how do these terms relate to each other?
Give a brief introduction on side-by-side execution. Can two applications, one using private assembly and the other using the shared assembly be stated as side-by-side executables?
What is the purpose of enumerable class in .net?
What are the deferred execution and the immediate execution in linq?
Differentiate between 'DataSet' and 'SQLDataReader' in ADO.NET?
What is connected and diconnected database ?
What are the advantages of .net core?
How com+ related to the dna architecture?
object is physical and class is logical..here class is not occupying any memory as our definition of class but i got a question then the class where it stores if it is not occupying any memory....
What is .net technology?
Explain me why do we use msmq?
Please tell us what is the difference between override and overload in a method?