Part 6. Best practices

Throughout this book, I’ve shown you a mixture of patterns for building applications. Sometimes, I used code-behind, other times a view model or similar pattern. In each case, it was a conscious decision where I weighed the best practices against how they’d help (or not help) convey the key concepts for that example. Now, it’s time for us to turn to best practices and some of the advanced techniques used in Silverlight development.

First, you’ll explore the popular Model-View-ViewModel pattern (MVVM). This is a powerful but simple pattern that helps keep the user interface separated from the logic in your application.

Then, because complex applications are...umm...complex, you’ll look at debugging. Debugging and instrumenting ...

Get Silverlight 5 in Action now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.