When I was making my first steps in WinForms, I learned from source code of Paint.NET and few other apps (xacc...) using WinForms.
Now I need good-quality code to learn from using WPF :)
When I was making my first steps in WinForms, I learned from source code of Paint.NET and few other apps (xacc...) using WinForms.
Now I need good-quality code to learn from using WPF :)
Here's a couple I have found helpful:
Babysmash by Scott Hanselman is an exploration in his learning WPF, and has a great blog series as he transitions from a Win32 approach to a WPF approach. And if you have kids its a fun little app for them to smash on your keyboard:
http://www.hanselman.com/babysmash/ - About the app http://www.codeplex.com/babysmash - Source Code