WP SilverLight 8.1 vs WP 8.1 (XAML) pros and cons

前端 未结 1 907
感动是毒
感动是毒 2020-12-30 04:27

I have been reading that Wp8.1 (XAML) apps are the new way of creating apps for Windows Phone 8.1, and the code is highly reusable for Windows 8.1 Desktop apps.

But

相关标签:
1条回答
  • 2020-12-30 04:43

    Are you comparing the same thing?

    In the Silverlight version, you can only call sw.Stop in completion handler.

    If you really want to do a good comparison, you should get an ETW trace; then you can really understand what's going up.

    For Metro XAML based solution, there may be extra interop cost. But that seems to be the future path.

    For Silverlight, existing API may be more polished for perf.

    May be you should work on both solutions, make shareable code as big as possible, and later decide which way to take.

    0 讨论(0)
提交回复
热议问题