What is the difference between Windows Phone 8.1 and Windows Phone 8.1 Silverlight

荒凉一梦 提交于 2019-12-02 22:39:30

问题


What is the difference between Windows Phone 8.1 and Windows Phone 8.1 Silverlight?

Which Option(Project) is best suitable for new app development? Also please provide Pros and Cons of each option.


回答1:


So basically silverlight is used for browser based applications, you can relate to macromedia flash, it depends of what type of app you have in mind...if you would like to have your app available on all devices I suggest you use MVVM (model, view, view model) architecture so that you are able to share most of your code.

I suggest you look into Lex.DB as for database engine for your app since it works on both desktop and mobile with the same code.

You may encounter some trouble using aync tasks in silverlight, but still there are some 3rd parties libraries which helps with that.

So basically there arent any pros and cons since they are not platform related.



来源:https://stackoverflow.com/questions/27857490/what-is-the-difference-between-windows-phone-8-1-and-windows-phone-8-1-silverlig

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!