Why change from WPF to Silverlight 4?

前端 未结 8 1164
情书的邮戳
情书的邮戳 2020-12-15 17:10

I\'m working on an application we made WPF instead of Silverlight as we wanted a full blown desktop application with the whole unique feeling and advantages that gives. Howe

8条回答
  •  失恋的感觉
    2020-12-15 17:31

    I'd like to add an opinion on performance differences.

    In my experience, SL's graphics engine is much faster. I was unable to create a control similar to Silverlight's new pivot where thousands of elements move around smoothly in WPF, although with SL I get same the performance I see with pivot itself.

    Also, WPF video playback appears to be struggling at only three or four videos on my machine, whereas with Silverlight I can play almost 50 simultaneously.

    That is interesting because one would probably assume WPF to be faster.

提交回复
热议问题