Debug and trace the WPF data-binding
Recently, I had a problem with a data-binding implementation. I met this class by googling. You might need it for debugging data bind operations as I did. Here is my simple code snippet. It uses a TextBox and TextBox displays a Person instance named ‘Kaan’. If you hit the F5, you will get Highly detailed […]