vote up 2 vote down star
1

I'm considering WPF for a project, but I need to get up to speed with it ASAP. What was the best online resource you used to get you started with WPF?

EDIT

Great resources so far. Here's a run down of what we have so far:

MSDN

LearnWPF.com

http://windowsclient.net/getstarted/

A Guided Tour of WPF

Keep them coming!

flag

8 Answers

vote up 2 vote down check

there was a 3 day WPF code camp put on my IdentityMine earlier this year.. you can download all the videos.. it is probably about 8-10 hours total, and is pretty thorough.. download the ones with filenames ending in '2mb' for the best quality..

the main site: http://visitmix.com/university/wpf/bc08/

direct download page: http://www.visitmix.com/university/wpf/bc08/links.htm#Introduction

link|flag
vote up 1 vote down

MSDN is always a good start:

http://msdn.microsoft.com/en-us/library/ms754130.aspx

link|flag
vote up 1 vote down

I think the tutorials on this site are pretty good :

http://windowsclient.net/getstarted/

There are also couple of white papers listed on the page.

Also there is a blog on WPF which is cool : http://thewpfblog.com/

link|flag
vote up 1 vote down

LearnWPF.com :)

link|flag
vote up 1 vote down

I'd suggest reading Josh Smith -- he's a prolific blogger and CodeProject contributor on both learning and using more advanced features of WPF.

I don't know him, I have just learned a lot from his articles, including a great introductory series, "A Guided Tour of WPF".

link|flag
vote up 0 vote down

I know this does not directly answer your question. But I would start learning WPF by reading a book. The learning curve for WPF is notoriously steep and there's always three or more ways to do something in WPF. I recommend reading a book so that you get a good sense of the WPF fundamentals. After that, I would use the online resources to fill in the gaps and to dig deeper.

WPF Books Recommendations

Anonline resource that I found useful when I first started out doing WPF when I started to work on Family.Show, was Beatriz Costa's blog. Definitely check out her earlier posts from 2006 and 2007.

link|flag
vote up 0 vote down

DNRTV has about 4 screencasts on it. I would warn you that you should probably only use WPF for very small or non critical applications on your first try, because it is a whole new paradigm. If you want a book, Adam Nathan's book is really good.

link|flag
vote up 1 vote down

Be sure to check out the Code Project for loads of great articles, samples and free components.

link|flag
codeproject.com/KB/WPF for their WPF stuff specifically. – chaiguy1337 Dec 10 '08 at 19:25

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.