In this article, you will learn how to create object data source for UI elements, using Visual Studio and Microsoft Blend.

Before starting the tutorial, I assume that you are familiar with .NET 4.5 and Microsoft Blend for Visual Studio.

I have followed four principles along with MVVM pattern, in this article.

Step 1

Step 2

With the release of Microsoft Visual Studio 2012 and .NET 4.5, the company has introduced some lovely features; for example, [CallerMemberName] makes its entrance.

With this new feature, you can write INotifyPropertyChanged (Interface) code without having to worry about renaming the properties.

Step 3

Step 4

Conclusion

I hope you liked this useful article. Please provide your valuable feedback and suggestions.