News

Microsoft Takes Cross-Platform Development to Another Level

Release Candidate 2 of Visual Studio 2013 also announced.

The concept of "write once, run anywhere" has long been a dream of developers. Supporting an application across multiple platforms and devices, without having to rewrite and maintain it, is something of a Holy Grail for the developer community.

That dream came a lot closer to reality today, at least on the Windows platform. During the Day 1 Build keynote in San Francisco, Microsoft announced "universal Windows apps," which uses the Windows Runtime to build apps that will run on Windows Phone 8.1, Windows 8.1 and even Xbox One.

If there was one overarching theme to the Build keynote, it was Windows interoperability. Universal Windows apps will not only work on Windows Phone and Windows tablets like the Microsoft Surface, but updating older apps to the universal paradigm will be easier with new improvements to Visual Studio 2013.

Speaking of Visual Studio 2013, Microsoft's Kevin Gallo announced that the Release Candidate (RC) of Update 2 of Visual Studio 2013 is now available for download. Update 2 includes new functionality to streamline the development of universal Windows apps. Among the updates is a Universal App Template, for building those apps from scratch.

"Universal projects allow developers to use approximately 90 percent of the same code, a single packaging system, and a common user interface to target apps for phones, tablets and PCs," Microsoft said in a press release.

In addition to the Update 2 RC, two other major products were made available for developers: Windows 8.1 Update and Windows Phone 8.1. The big upgrade for Windows Phone 8.1 was Cortana, a "Siri"-like digital assistant powered by Microsoft's Bing technology. On the tablet side, much of the Windows 8.1 Update functionality demonstrated during the keynote revolved around new capabilities for using a mouse and keyboard. Both Cortana and the Windows 8.1 Update give developers more options for integrating core Windows features into their apps.

The ability of Visual Studio 2013 Update 2 to quickly port older apps to universal Windows apps was shown during a demo in which Gallo took an existing Windows Phone app for fantasy sports and upgraded it in just minutes. He opened the app in Visual Studio, right-clicked it in the Solution menu and selected the option to target Windows Phone 8.1.

The demo included the new "shared node," which allows developers to mark the code they want to share. Since the original app was built via the Windows Runtime, he could take the entire project, including the code, images and XAML, and move it into a shared project. His app also had a Json.NET third-party library, and he shared that as well, showing that the updating ability isn't limited strictly to the .NET Framework.

The updated toolset in Visual Studio 2013 Update 2 includes support for most popular languages, including C#, C++, XAML, DirectX, HTML and JavaScript.

Another interoperability milestone was announced by David Treadwell, a Corporate Vice-President of the Operating System Group, who said that Windows Library for JavaScript (WinJS) was made cross-platform and open source. Available under an Apache 2.0 license, it's available on GitHub. WinJS is most often used to build Web apps across browsers and devices, including Android, iOS, Chrome and Firefox. It was made available via Microsoft Open Technologies, the company's specialized subsidiary that focuses on open sourcing .NET technologies.

Microsoft took pains to show that older Windows apps, whether developed for Windows Phone, Windows 8 or the Windows desktop, will work as universal Windows apps. Treadwell called it a "technology continuum for Windows 8.1 Update, to help you reuse more of your code... [creating a] bridge from your code investment today into the future."

Harry Pierson, from the operating systems group, demonstrated how even an ancient, line-of-business form application using "old-school ADO.NET" can be updated. Corporations, he said, have a significant investment in custom applications. "This code works. It's been written, debugged, and running in production for years," he said. Updating the app for Windows 8 required, among other things, a modern version of the data access layer. Using Visual Studio 2013 Update 2, much of the porting work, including a rebuilt user interface, was done in minutes.

No timetables were given for the final releases of Windows 8.1 Update, Windows Phone 8.1 or Visual Studio 2013 Update 2, but it's likely that all will hit general availability before summer.

About the Author

Keith Ward is the editor in chief of Virtualization & Cloud Review. Follow him on Twitter @VirtReviewKeith.

comments powered by Disqus

Featured

  • AI for GitHub Collaboration? Maybe Not So Much

    No doubt GitHub Copilot has been a boon for developers, but AI might not be the best tool for collaboration, according to developers weighing in on a recent social media post from the GitHub team.

  • Visual Studio 2022 Getting VS Code 'Command Palette' Equivalent

    As any Visual Studio Code user knows, the editor's command palette is a powerful tool for getting things done quickly, without having to navigate through menus and dialogs. Now, we learn how an equivalent is coming for Microsoft's flagship Visual Studio IDE, invoked by the same familiar Ctrl+Shift+P keyboard shortcut.

  • .NET 9 Preview 3: 'I've Been Waiting 9 Years for This API!'

    Microsoft's third preview of .NET 9 sees a lot of minor tweaks and fixes with no earth-shaking new functionality, but little things can be important to individual developers.

  • Data Anomaly Detection Using a Neural Autoencoder with C#

    Dr. James McCaffrey of Microsoft Research tackles the process of examining a set of source data to find data items that are different in some way from the majority of the source items.

  • What's New for Python, Java in Visual Studio Code

    Microsoft announced March 2024 updates to its Python and Java extensions for Visual Studio Code, the open source-based, cross-platform code editor that has repeatedly been named the No. 1 tool in major development surveys.

Subscribe on YouTube