InterviewSolution
| 1. |
In Msbuild Environment, What Is The Basic Difference Between The Property, Items, Metadata And The Attribute Names & Element? |
|
Answer» It is nothing but the CASE sensitivity APPROACH that put them different from one another. Actually, the ITEM, property, as well as the metadata names is not case-sensitive while the attribute name and the element are very case-sensitive. THUS there are a few basic conditions on them that DEVELOPERS need to fulfill. It is nothing but the case sensitivity approach that put them different from one another. Actually, the item, property, as well as the metadata names is not case-sensitive while the attribute name and the element are very case-sensitive. Thus there are a few basic conditions on them that developers need to fulfill. |
|