开发者

Looking for specific tutorial about WPF and WinForm [closed]

开发者 https://www.devze.com 2023-01-19 20:49 出处:网络
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.

Closed 9 years ago.

开发者_StackOverflow中文版 Improve this question

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??


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消