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.
By:
Gary Hall Imprint: APress Country of Publication: Germany Edition: 1st ed. Dimensions:
Height: 254mm,
Width: 178mm,
Spine: 14mm
Weight: 590g ISBN:9781430231622 ISBN 10: 1430231629 Pages: 272 Publication Date:29 December 2010 Audience:
Professional and scholarly
,
Undergraduate
Format:Paperback Publisher's Status: Active
Overview of WPF and Silverlight.- DataBinding.- Model-View Separation.- The ViewModel.- Events and Commands.- Validation.- Unit Testing.- Data Access Layer.- Application Support.- Sample Application.