Reputation: 12851
What is Databound template in Expression Blend?
Upvotes: 2
Views: 463
Reputation: 5798
It is a project template ready for development respecting the Model-View-ViewModel pattern. In short it separates the interface from the data and uses DataBinding to link them together. The template creates the View and ViewModel folders.
Upvotes: 3