Build a Cross-Platform UX with Xamarin.Forms

Tue, 01 Dec 2015 10:00:00 GMT

With Xamarin, C# developers write applications for iOS, Android, Windows Phone and the Mac OS X, while writing a custom UI for each target. Learn how Xamarin.Forms lets developers reuse UI code by leveraging common UI concepts across target mobile platforms.

Read article

Building Responsive Web Sites with Bootstrap

Mon, 01 Jun 2015 10:00:00 GMT

Learn how Bootstrap--a framework that enables responsive Web design--can help you create Web sites that will please users across all form factors using a single code base.

Read article

Windows Phone 8.1 - Adding Application Data to the Windows Phone 8.1 Map Control

Fri, 02 Jan 2015 10:00:00 GMT

In his second article on the mapping capabilities of Windows Phone 8.1, Keith Pijanowski shows you how to get application data into the map control and how to use that data so your maps can be used offline as well.

Read article

Windows Phone 8.1 - Mapping in Windows Phone 8.1

Mon, 03 Nov 2014 10:00:00 GMT

Keith Pijanowski explores the new Map control for Windows Phone 8.1, including basic map display and adding images and controls, as well as the underlying Mapping Services API, which enables geocoding, reverse geocoding, and route calculations.

Read article

WF How-To - Building State Machines with Windows Workflow Foundation

Tue, 18 Dec 2007 10:00:00 GMT

State Machine workflows represent a different way of visualizing program logic.Rather than flowing from activity to activity like sequential workflows, State Machines transition from state to state.Learn about uses for State machines and see how to design and build a State Machine workflow with Windows Workflow Foundation.

Read article

Class To Contract - Enrich Your XML Serialization With Schema Providers In The .NET Framework

Thu, 04 May 2006 10:00:00 GMT

The Microsoft .NET Framework 1.x provided minimal options for mapping classes to schemas and serializing objects to XML documents, making this sort of mapping quite a challenge. The .NET Framework 2.0 changes all this with Schema providers and the IXmlSerializable interface.

Read article