Book Review: Silverlight 2 In Action

3 commentsWritten on March 1st, 2009 by
Categories: Books

I recently started working on a Silverlight project, and since i had no Silverlight experience at all, i ordered a copy of Chad Campbell and John Stockton's Silverlight 2 In Action so i could quickly brush up on the subject. This book is a great resource for those who are new to Silverlight, as the authors gradually build up your understanding of Silverlight's features and capabilities.

While it probably doesn't cover everything there is to know about Silverlight, it definitely covers most of the things you'll be dealing with when developing with Silverlight. However, it doesn't really teach you how to build real-world applications with it. There is very little focus on application architecture, so if you're already familiar with Silverlight and want to learn how to properly build your applications with it, then this book is probably not for you. But if you are new to Silveright or have little experience with it, then i would definitely recommend it to get to know what Silverlight can do for you, and for what you can do with Silverlight.

  • Pingback: Arjan`s World » LINKBLOG for March 2, 2009

  • http://www.jphamilton.net J.P. Hamilton

    I have been able to use Prism to the point where I know could build an acceptable Silverlight architecture around it. Very easy to use and it did not take long at all to get up and running. I think Caliburn supports Silverlight, too, but I am not entirely sure about that one.

  • http://davybrion.com Davy Brion

    i think so too… either way, i plan on checking out Prism and Caliburn soon… or better yet, when i have some more time for it, or better yet, when i run out of more interesting things to check out/do ;)

    for now we’re using a custom MVP approach which is very similar to the MVP approach i use for webforms, with some additional goodies for silverlight databinding