Windows Presentation Foundation Development Cookbook: 100 recipes to build rich desktop client applications on Windows

Kunal Chowdhury

  • 出版商: Packt Publishing
  • 出版日期: 2018-02-23
  • 售價: $2,490
  • 貴賓價: 9.5$2,366
  • 語言: 英文
  • 頁數: 524
  • 裝訂: Paperback
  • ISBN: 1788399803
  • ISBN-13: 9781788399807
  • 海外代購書籍(需單獨結帳)

買這商品的人也買了...

商品描述

Gain comprehensive insight into WPF mechanics and capabilities.

Key Features

  • Gain a strong foundation in WPF features and patterns
  • Leverage the MVVM pattern to build decoupled, maintainable apps
  • Increase efficiency through Performance tuning and UI automation

Book Description

Windows Presentation Foundation (WPF) is Microsoft's development tool for building rich Windows client user experiences that incorporate UIs, media, and documents. With the updates in .NET 4.7, Visual Studio 2017, C# 7, and .NET Standard 2.0, WPF has taken giant strides and is now easier than ever for developers to use.

If you want to get an in-depth view of WPF mechanics and capabilities, then this book is for you.

The book begins by teaching you about the fundamentals of WPF and then quickly shows you the standard controls and the layout options. It teaches you about data bindings and how to utilize resources and the MVVM pattern to maintain a clean and reusable structure in your code. After this, you will explore the animation capabilities of WPF and see how they integrate with other mechanisms. Towards the end of the book, you will learn about WCF services and explore WPF's support for debugging and asynchronous operations.

By the end of the book, you will have a deep understanding of WPF and will know how to build resilient applications.

What you will learn

  • Understand the fundamentals of WPF
  • Explore the major controls and manage element layout
  • Implement data binding
  • Create custom elements that lead to a particular implementation path
  • Customize controls, styles, and templates in XAML
  • Leverage the MVVM pattern to maintain a clean and reusable structure in your code
  • Master practical animations
  • Integrate WCF services in a WPF application
  • Implement WPFs support for debugging and asynchronous operations

Who This Book Is For

The book is intended for developers who are relatively new to WPF (Windows Presentation Foundation), or those who have been working with WPF for some time, but want to get a deeper understanding of its foundation and concepts to gain practical knowledge. Basic knowledge of C# and Visual Studio is assumed.

Table of Contents

  1. WPF Fundamentals
  2. Using WPF Standard Controls
  3. Layouts and Panels
  4. Working with Data Bindings
  5. Using Custom Controls and User Controls
  6. Using Styles, Templates and Triggers
  7. Using Resources and MVVM Patterns
  8. Working with Animations
  9. Using WCF Services
  10. Debugging and Threading
  11. Interoperability with Win32 and WinForm