What's the difference between DataContext and BindingContext

Viewed 6867

I have been studying databinding techniques in numerous different WPF/MVVM resources. I thought I had a fairly strong grasp on the purpose and use of the DataContext object. But then I came across this article on MVVM (this is a .pdf which was referenced here). The entire chapter doesn't mention DataContext once, but instead utilizes "BindingContext" objects on various content controls. I have never heard of a BindingContext before; is it unique to Xamarin forms or something? Is it an alternate but equivalent way to set up the DataContext for a control?

UPDATE:

While my question in this regard has been answered below, it turns out that I'm not the only one confused by differences such as these. Apparently, the history behind the development of Xamarin.Forms has led to numerous discrepancies with Windows XAML. I am glad to learn that a formal effort to standardize these two paths has just been announced and will include the DataContext terminology.

1 Answers
Related