What is observable collection class
Its change notification can be listened.
What is data context
Specify a default data source for data binding is called data context.
What is data template
A data template is all about the presentation of data. The templates describe the visual structure of a data object. These templates are represented by the datatemplate class.
Can we use template without data binding
Yes
What are advance forms of template
What are another method of controlling rendering than template
Value convertors. It converts one data type to another.
What are 3 methods for rendering
Does data supply to data templates is done by data context
Yes