Pro Reactive Extensions and LINQ is a deep dive into the next important technology for .NET developers: Reactive Extensions. This in-depth tutorial goes beyond what is available anywhere else to teach how to write WPF, Silverlight, and Windows Phone applications using the Reactive Extensions (Rx) to handle events and asynchronous method calls.
Reactive programming allows you to turn those aspects of your code that are currently imperative into something much more event-driven and flexible. For this reason, it's sometimes referred to as LINQ for Events.
Reactive...
Pro Reactive Extensions and LINQ is a deep dive into the next important technology for .NET developers: Reactive Extensions. This in-depth...
Windows 8 XAML Primer is a fast-paced introduction to XAML for Windows 8 developers who are already proficient C# coders. It introduces you specifically to the world of XAML development for Windows 8 apps in a practical, hands-on way - so you'll be building apps from the very first pages.
Building on your existing C# knowledge, you're introduced to XAML from the ground up - what it is, what it does, and why it's important in Windows 8 development. You'll quickly learn how to use XAML efficiently within Visual Studio. You'll find practical coding quickstarts to get your XAML...
Windows 8 XAML Primer is a fast-paced introduction to XAML for Windows 8 developers who are already proficient C# coders. It introduces yo...