Difference between Windows Phone project and Silverlight Windows Phone project in Visual Studio 2013 -
i updated visual studio 2013 such allows develop windows phone 8.1 applications. now, when create windows phone project, systematically wp 8.1 , can't change target. way found in order develop wp 8.0 apps it's create silverlight windows phone project.
whence question : what's concrete difference between windows phone project , silverlight windows phone projet in visual studio 2013 ?
thanks answer
the windows phone project uses windows runtime apis. lot of windows runtime api introduced in windows phone 8 project common both windows phone 8 , windows 8, making easier write once , share code between apps on both platforms.
as expected windows phone silverlight project uses silverlight based apis.
Comments
Post a Comment