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.
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