Very simple in WinForms, but in WPF - using System.Windows.Controls.TextBoxes, I can't figure out how I could bind them to a business object, which I just added as data source (Data, Add New Data Source, Object...); in the designer, that is.
Working with WinForms, all I have to do is to go to its Properties, then DataBindings and Advanced, where I can just bind its property with a property of the object.
What is the equivalent of doing that in WPF?