buchspektrum Internet-Buchhandlung

Neuerscheinungen 2015

Stand: 2020-02-01
Schnellsuche
ISBN/Stichwort/Autor
Herderstraße 10
10625 Berlin
Tel.: 030 315 714 16
Fax 030 315 714 14
info@buchspektrum.de

Buddy James, Lori Lalonde (Beteiligte)

Pro XAML with C#


From Design to Deployment on WPF, Windows Store and Windows Phone
1st ed. 2015. xxi, 269 S. 127 SW-Abb. 254 mm
Verlag/Jahr: SPRINGER, BERLIN; APRESS 2015
ISBN: 1-430-26776-3 (1430267763)
Neue ISBN: 978-1-430-26776-8 (9781430267768)

Preis und Lieferzeit: Bitte klicken


XAML is Microsoft´s presentation layer markup language. When first introduced as part of .NET 3.0, XAML allowed developers unprecedented control over the look and feel of their applications. But XAML today is much more than just a presentation language. Its powerful data binding functionality allows complete separation of concerns, so you can build multilayered applications with reusable components, bridging the worlds of .NET and WinRT and even Windows Phone while sharing and reusing the majority of your code. Pro XAML with C sharp shows you how.
In Part I, Buddy James shows you how to approach and break down a business problem by systematically gathering requirements and user stories. You´ll also be introduced to some of the conflicting needs and interests that you might encounter as an enterprise XAML developer working as part of a team.
Part II then dives into code as you develop the shared core of a XAML-based application. You´ll see how to take advantage of XAML´s powerful dependency injection to design a single business logic layer that answers the requirements of your business problem. The author then demonstrates how to use test driven development (TDD) to build your data access layer and make it fully database-agnostic, with implementations shown in both SQL and RavenDB.
Once your business and data layers are in place, you´re ready to build the user interfaces. You´ll see how to build a shared XAML UI core first, before Part III explores implementation details for each of Microsoft´s XAML UIs in turn: desktop (WPF), Windows 8 (WinRT) and Windows Phone. The final chapter is devoted to deploying and maintaining your application.
Packed with real, useable code and expert insights, Pro XAML with C sharp is the ideal book for professional developers working on the .NET platform and needing to deploy applications on WPF, WinRT, Windows Phone, or any combination of the three.
Part I: Getting Started

Chapter 1: What Is XAML?

Chapter 2: Software Craftsmanship

Part II: Developing the Shared XAML Application Core

Chapter 3: Domain-Driven Design

Chapter 4: Design Patterns

Chapter 5: Unit Testing

Chapter 6: Advanced Unit Testing and Test-Driven Development

Chapter 7: Exception Handling and Logging

Part III: Completing the User Interface Layer

Chapter 8: The WPF User Interface

Chapter 9: The Windows Phone 8 User Interface

Chapter 10: The Windows User Interface

Chapter 11: Deploying and Maintaining Your Application
Buddy James holds the MCAD and MCSD Microsoft certifications. He works as a Sr. Software Developer in Nashville, TN. He has been writing line of business applications using Microsoft technologies since 2002. He began programming as a hobby using Qbasic at the age of 13 and hasn´t looked back since. When he´s not coding, he is the author of http://www.refactorthis.net which is his blog on .NET development.