Jump to ratings and reviews
Rate this book

Data Driven Applications with MVVM

Rate this book
This ebook covers what MVVM is and how to use it in practice, how to solve issues when applying this pattern and how to take advantage from it.What is MVVM and why you need you know the feeling, when you start to develop an application, and in the first couple of days you feel good because you made a really good progress? Do you know the feeling, when after a couple of days, you feel that your design is not that best and when you have to modify a little code, you are afraid of the effect it might have on other parts of you code? The first sign of a bad design is when applying a hack is easier than to implement it the proper way. At the end of the week you already have spaghetti code. You have logic that is not testable, it is very tightly coupled with the UI. You cannot make just “minor” changes without taking risks. If someone wants to understand your code, it takes days or weeks to figure out how it works.This is where MVVM comes into play. MVVM stands for the Model – View – ViewModel pattern. It’s originated from MVC and is specific to WPF and Silverlight. The three most important things that MVVM can offer codeUI is loosely coupled with related logicMaintainable code Inside each chapter you may find a link to the source code used throughout the chapter examples.

48 pages, Kindle Edition

First published February 12, 2012

2 people are currently reading
9 people want to read

About the author

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
2 (15%)
4 stars
3 (23%)
3 stars
6 (46%)
2 stars
2 (15%)
1 star
0 (0%)
Displaying 1 of 1 review
Profile Image for Jeffrey Hamlin.
24 reviews
December 13, 2016
Zoltan gets to MVVM quick, and he does introduce you to the MVVM Lite Toolkit whereas everyone else seems to focus on PRISM.
But his coding examples are so convoluted that it makes it harder to follow if new to the framework, I found it easier to go to some of his website references and implement the ViewModel to understand what he was talking about.
Displaying 1 of 1 review

Can't find what you're looking for?

Get help and learn more about the design.