views:

34

answers:

1

Hello, I remember once I found a nice online tutorial that showed how WPF works through nice exapamle of converting WinForm application into WPF. But I forgot link to it.

It was divided into multiple chapters. In first application was converted into WPF using WinForm "mindset" and then using specific technology of WPF (DataBinding, Controls, Templates) moved into (basicaly) MVVM, every chapter.

I tried searching, but every time I put WPF and WinForm in single query it shows only results about how to use WPF in WinForm or vice-versa or how to automaticaly convert WinForm into WPF.

Anyone can help??

+1  A: 

That was most likely my series: From Windows Forms to WPF with MVVM.

Its basically an introduction to WPF from a Windows Forms perspective, showing how to transition to using MVVM architectural patterns, and why they provide a cleaner separation of concerns in your applications.

Reed Copsey
Yes, perfect. Thank you. I thought I found it on SO, but I couldnt find it here eihter.
Euphoric