Tell me more ×
Programmers Stack Exchange is a question and answer site for professional programmers interested in conceptual questions about software development. It's 100% free, no registration required.

I am going for a Silverlight 4 Journey but I need to decide which book to take, so I hope some people can help me decide which one. I have a bit of C# Knowledge, learned from MSDN and made a simple library application in WPF. I haven't got any former Silverlight expierence.

At the moment I got these two books(see title).

If I read Unleashed 4 I need to read the former book silverlight 2 Unleashed first I think.

Which book do you advise?

share|improve this question

3 Answers

The Pro Silverlight book would be my choice. Mainly because Pro series have their use of explaining very concise and thoroughly the important basics inside and behind a system. I like to know how things stick together, it gives me more insight. It requires some technical knowledge though.

The "Unleashed" books take a more problem-oriented approach. I think it's easier to bootstrap with the Unleashed book. I have one on my desk right now and use it mainly as reference guide. That isn't particularly the way it's written, but it works quite well - look up, read explanations - done :-). And if you want colored prints, that'll be your choice ;-)

Choose what fits you best.

share|improve this answer

besides the two you posted, I can really recommend Silverlight 4 in Action by Pete Brown! Btw. he is currently working on Silverlight 5 in Action.

share|improve this answer
I really dig the Manning books. – Jim Apr 18 '11 at 16:55

I am reading both the Silverlight 4 Unleashed and Silverlight 4 in Action. I feel the later is much more vivid, especially when he guides you refactoring a code-behind style project in to a MVVM pattern,which finally makes me understood the essence of MVVM.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.