Book recommendation for Silverlight

Posted by Mathias Weyel on Stack Overflow See other posts from Stack Overflow or by Mathias Weyel
Published on 2011-01-17T07:51:03Z Indexed on 2011/01/17 7:53 UTC
Read the original article Hit count: 301

Filed under:
|

Hi there,

yet another question for recommendations for a book on Silverlight.

I look for a book that covers the UI and styling and, if possible, custom drawing and graphics. Very important for me is the style of the book - it should focus on the actual programming and not on where to click in Visual Studio to get things done.

Let's take a fictional example for proper usage of the DataGrid control:

Bad: To use the data grid, drag it from the toolbox onto the control. You can change the background color by clicking on “Background” in the properties. To define custom columns, click on columns and edit them in the configuration window that opens.

Good: To use the DataGrid, you need a reference to the blah dll and declare the namespace in the XAML like this (blah), the data model should be like blah and if you want to define how the columns look like, you need to define them like this (more blah). And if you want to do this in C# because you for whatever reason aren’t able or willing to use XAML, this would look like blah.

Bonus points for coverage of topics like how to manage resources (images/fonts) and internationalization. There are quite some snippets on how to do that on the internet but somehow each of them looks like they work but are not a proper way of doing it.

cheers

Mathias

© Stack Overflow or respective owner

Related posts about Silverlight

Related posts about books