Based On that sample how can I build the hierarchy of the View Models for example in the LoadOnDemand tree how to build CountryViewModel which wrap the RegionViewModel which wrap the StateViewModel ... etc. how to build such nested structure using MEF and eliminating the new operator.
↧