zoukankan      html  css  js  c++  java
  • 电子书下载:Pro WPF and Silverlight MVVM: Effective Application Development with ModelViewViewModel

    Pro WPF and Silverlight MVVM: Effective Application Development with Model View ViewModel

    Book 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.

    What you’ll learn

    • Understand why the separation of an application’s View and its Model is paramount, including the history of Model-View-Presenter and Model-View-Controller.
    • Apply WPF and Silverlight’s powerful data-binding model correctly.
    • Examine how to organize an application targeting WPF or Silverlight, including unit-testing, source-control, separation of concerns, data serialization, and how to tie everything together with MVVM.
    • Develop a full game development application using MVVM by example.
    • How to serialize the Model without being invasive, how to implement a plug-in architecture that extends both the View and the Model, and how to handle Exceptions gracefully.

    Who this book is for
    Developers that wish to learn how to architect WPF or Silverlight applications to ensure maintainability, testability, and separation of concerns.

    Book Details

    • Paperback: 272 pages
    • Publisher: Apress; 1 edition (December, 2010)
    • Language: English
    • ISBN-10: 1430231629
    • ISBN-13: 978-1430231622
    • File Size: 5.1 MiB

     Download:Apress.Pro.WPF.and.Silverlight.MVVM.Dec.2010.rar

  • 相关阅读:
    IE的F12开发人员工具不显示问题
    CENTOS 6.5 平台离线编译安装 PHP5.6.6
    PHP 5.6 编译安装选项说明
    CENTOS 6.5 平台离线编译安装 Mysql5.6.22
    CENTOS 6.5 平台离线安装 Apache2.4
    Bringing Whoops Back to Laravel 5
    在 Laravel 中使用图片处理库 Integration/Image
    让 windows 下的命令行程序 cmd.exe 用起来更顺手
    Laravel Composer and ServiceProvider
    VisualStudio2013 如何打开之前版本开发的(.vdproj )安装项目
  • 原文地址:https://www.cnblogs.com/MaxWoods/p/1925209.html
Copyright © 2011-2022 走看看