tags:

views:

137

answers:

2

Hi I'm so impressed by hanselman 's metholodgie ,However he all the time saying "read the code to learn" and I found this way very very cool That's why ,I'd like to make a cool appilication with C#/WPF but I don't know from where can I begin I've some experience with C# in the console and GDI The prob is with WPF

which is the best apps you've seen , hosted in code plex or on blogs or a project which is desctibed step by step in a blog

which the best blog you've heard about WPF Thankx

+1  A: 

I found those Demos very useful to start learning:

Windows Presentation Foundation Samples

Wael Dalloul
A: 

You might be interested in the sample applications of the WPF Application Framework (WAF). They show:

  • View composition

  • UI Workflow (Wizards)

  • Command binding / Shortcut Keys

  • MVVM pattern, Unit Testing

  • Validation

  • Entity Framework

  • Open/Save FileDialog

  • Print Preview / Print Dialog

  • Localization

jbe