Sanjay
Sanjay

Reputation: 1665

Learning WPF and Silverlight, from the beginning

I am a C# programmar and now I want to learn WPF and silverlight.

Plz suggest me how should I proceed(from the very beginning) ?

and also some resources and books on it.

Upvotes: 2

Views: 711

Answers (7)

Adrian Fâciu
Adrian Fâciu

Reputation: 12552

For WPF you can use WPF Unleashed. It starts with the basic stuff and you'll end up learning everything you need to know. It's also quite useful just for references.

Upvotes: 0

Boryana Miloshevska
Boryana Miloshevska

Reputation: 2730

Check the official: http://www.silverlight.net/

Here you can find large collection of getting started tutorials, videos, samples etc...

Upvotes: 0

Rafal Spacjer
Rafal Spacjer

Reputation: 4918

Silverlight can be a bit easier for starting with "XAML technology", but if your main goal is to write apps for Windows (I mean desktop application) then I think you should go for WPF.

For learning Silverlight I always recommend Silverlight 4 in Action

Upvotes: 0

Ian
Ian

Reputation: 4909

I put this together recently, it might help give you a high level view.

I'm looking for feedback on it, so I'll be hawking it around places ;)

WPF class hierarchy diagram

Upvotes: 0

RobSiklos
RobSiklos

Reputation: 8849

I learned Silverlight from this book: http://www.amazon.com/Pro-Silverlight-4-Matthew-MacDonald/dp/1430229799 and thought it was perfect.

Upvotes: 0

Shekhar_Pro
Shekhar_Pro

Reputation: 18430

As always MSDN is our good friend.

And as Its already discussed on SO a LOT so, for links to some similar SO questions and answers look here

Good resources for learning WPF

and this

Learning WPF and MVVM - best approach for learning from scratch

Upvotes: 1

Related Questions