how to port existing wpf desktop apps to Windows 10 universal apps -


so have existing windows desktop application written using wpf. searched through net possible ways of upgrading windows 10 universal app cant seem find on upgrade path. there documentation available port wpf desktop app winrt (which according understanding no same universal platform) nothing on topic.

this link https://msdn.microsoft.com/en-us/library/windows/apps/dn751495.aspx shows options "port app universal windows platform (uwp)" doesn't mention upgrade path.

so curious if possible? if yes, there documentation or examples follow? if no, why?

thanks in advance!

you cannot upgrade wpf app windows 10 universal app, because different platforms. both have capabilities , markups doesn't exist or have equivalent in other. there no "simple" upgrade path, have rewrite lot of ui can maybe reuse "business" part if it's written in portable class library.


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -