Interesting links about the multi-platform development
Recently a friend asked me if I had some material about the multi-platform development. That motivated me to bring together some links that I found interesting. :)
The first article I recommend describes how to use Visual Studio in conjunction with the XAMARIN to develop a single code that runs on multiple devices (IOS, Android and Windows Phone).
Development across multiple platforms in Visual Studio
https://msdn.microsoft.com/library/dn771552.aspx
The two following articles here describe how to use the Apache framework for cross-platform Mobile development Cordova. The development is based on HTML5, CSS3 and JavaScript.
Introduction to Visual Studio Tools for Apache Cordova
https://msdn.microsoft.com/library/dn771545.aspx
Build cross-platform applications with the Visual Studio Tools for Apache Cordova
https://msdn.microsoft.com/library/dn879821.aspx
The following article describes how to develop .NET applications to run on any Windows device through the Universal Apps. Through a single binary is possible on any device running Microsoft.
What is a Universal Platform application (UWP)?
https://msdn.microsoft.com/pt-br/library/windows/apps/dn726767.aspx
Already the following article shows the different platforms that Microsoft supports for the development:
Multi Platform Support