Reputation: 1665
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
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
Reputation: 2730
Check the official: http://www.silverlight.net/
Here you can find large collection of getting started tutorials, videos, samples etc...
Upvotes: 0
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
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 ;)
Upvotes: 0
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
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