1.

What Is Name Scope In Silverlight?

Answer»

Name scope in Silverlight stores the relationship between XAML and the objects which are being defined by the XAML, with their INSTANCE equivalents. WHENEVER, you create a new object, a new name scope will automatically be created. But, there is a problem in this, when name scope is being created for the DYNAMIC objects, sometimes it causes an exception to occur or some kind of error.

Name scope in Silverlight stores the relationship between XAML and the objects which are being defined by the XAML, with their instance equivalents. Whenever, you create a new object, a new name scope will automatically be created. But, there is a problem in this, when name scope is being created for the dynamic objects, sometimes it causes an exception to occur or some kind of error.



Discussion

No Comment Found