
Pro WPF and Silverlight MVVM
Effective Application Development with Model-View-ViewModel
Gary Hall(Author)
APress
Published on 29. December 2010
Book
Paperback/Softback
XIII, 272 pages
978-1-4302-3162-2 (ISBN)
Description
WPF and Silverlight are unlike any other user interface (UI) technologies. They have been built to a new paradigm that-if harnessed correctly-can yield unprecedented power and performance. This book shows you how to control that power to produce clean, testable, maintainable code.
It is now recognized that any non-trivial WPF or Silverlight application needs be designed around the Model-View-ViewModel (MVVM) design pattern in order to unlock the technology's full data-binding potential.
However, the knowledge of how to do this is missing from a large part of the development community-even amongst those who work with WPF and Silverlight on a daily basis. Too often there is a reliance on programmatic interaction between controls and not enough trust in the technologies' data-binding capabilities. This leads to a clouding of design values and an inevitable loss of performance, scalability, and maintainability throughout the application.
Pro WPF and Silverlight MVVM will show you how to arrange your application so that it can grow as much as required in any direction without danger of collapse.
More details
Edition
1st ed.
Language
English
Place of publication
Berkeley
United States
Target group
Popular/general
Illustrations
XIII, 272 p.
Dimensions
Height: 235 mm
Width: 191 mm
Thickness: 15 mm
Weight
514 gr
ISBN-13
978-1-4302-3162-2 (9781430231622)
DOI
10.1007/978-1-4302-3163-9
Schweitzer Classification
Other editions
Additional editions

E-Book
08/2011
APress
€62.99
Available for download
Person
A bio is not available for this author.
Content
Overview of WPF and Silverlight.- DataBinding.- Model-View Separation.- The ViewModel.- Events and Commands.- Validation.- Unit Testing.- Data Access Layer.- Application Support.- Sample Application.