Getting started with Universal Apps

*Written for Visual Studio 2013 Update 2 RC release The recently introduced Universal apps for Windows are a significant improvement on the previous level of code sharing available across XAML platforms. For the first time you can share not only PCL compliant .NET code but also a significant amount of XAML, and additional UI related assets like language resources. For MVVM apps this now can mean adding sharing of Views on top of shared Models and ViewModels that can be created with today’s PCLs....

April 6, 2014 · 2 min · 399 words · John Bowen