Preface
While it can be easy to construct a basic form using WPF, it takes a lot more to fully understand what WPF can do for us and how best to use it. It has a steep learning curve and it can be difficult to comprehend this very different way of working. This book aims to help you to get over that initial hill and continue to fully enable you to implement any given requirement.
This book will start by providing you the foundation knowledge on how to improve your workflow and what to do when you have problems. It will build upon this foundation by introducing the base layer of the application that will serve all that comes after it. We will then take a detour to cover data binding in detail.
The book will then turn to the User Interface (UI) and how to get the most out of the built-in and custom WPF controls. It will make clear which customization methods are best to utilize in a wide range of scenarios, avoiding the need to rewrite existing functionality. Other tips and tricks will also be provided to enable you to create your own visually stunning UIs.
The final section of the book will introduce the concluding ways for you to polish your applications, from adding practical animations and data validation, to improving application performance. The book will end by explaining how to deploy the applications that you have been working so hard on and discuss other things that you can now achieve with your new found knowledge.