Universal Apps for Windows 10: MVVM Patterns Revealed

Ashish Ghoda

  • 出版商: Apress
  • 出版日期: 2017-07-11
  • 售價: $1,250
  • 貴賓價: 9.5$1,188
  • 語言: 英文
  • 頁數: 200
  • 裝訂: Paperback
  • ISBN: 1484213211
  • ISBN-13: 9781484213216
  • 海外代購書籍(需單獨結帳)

商品描述

In Windows 10 Microsoft has created a single platform with a common runtime to enable development of single code-base applications running on various Windows devices. These applications are called Universal Windows Apps. With the introduction of the Universal App Platform (UAP), an integrated set of development tools and APIs/SDKs for Windows 10, it is now truly possible to have "One Windows Platform" to develop Universal Apps.

The Model-View-View-Model (MVVM) pattern is valued by many developers as an excellent way of creating sophisticated modern applications. Its clear separation of presentation and business logic produces a clean implementation that promotes speed, scalability and code reuse in applications with a complex UI. These characteristics are particularly valuable to WPF developers.

This 200 page, information-rich, guide we will show you how MVVM works with both XAML (C#) and HTML5 (JavaScript) flavors of Windows 10 Universal Apps. Beginning with a brief recap of Windows 10 Universal Apps and Microsoft One Windows Platform and MVVM concepts under .NET ( to provide a common frame of reference) the author then will then dive into the details of how MVVM can best be implemented for Windows 10 Universal Apps, showing a working application framework in each case.