Blog garden client (Universal App) Development essay, universalapp
The Universal App (UAP) is still a new concept for most people, because it is only after Windows 8.1 and Windows Phone 8.1, which means: you write a set of code that can be used on all platforms running Windows. Currently, PC/Surface/WindowsPhone can do this, and xBox can do it quickly.
However, when talking about Windows Phone development, many people may feel at a loss. Is it true that the Windows Runtime SDK on which UAP depends or Silverlight is used?
Kids who are familiar with WPF/Silverlight may have noticed that Microsoft is no longer upgrading this technology, but you can still choose to use Silverlight to develop apps on WP7/8/8.1, UAP is an SDK for WP8.1 and later versions, so it can be understood that Windows Runtime SDK is a trend that has been established. If you want to continue to maintain the Silverlight App, you can continue to upgrade your App. However, if you want to create a new App, we strongly recommend that you use the UAP Framework for Development. Maybe you want to put your mobile App on the xBox someday.
Here is the link to UAP on MSDN: http://msdn.microsoft.com/zh-cn/library/windows/#/dn609832.aspx. The portal URL is http://dev.windows.com/zh-cn. you can change zh-cnto en-usto see the original English version.
Then click "development" above:
Click "operation steps" above to enter the General entrance of UAP development documentation, which is suitable for developers to check. Designer can view the design page on the left.
Many bloggers have mentioned this in the CNBLogs family, such as http://www.cnblogs.com/sonic1abc/p/3721393.html.
You can first check whether the technology/framework meets your personal or commercial interests, and then decide whether to continue to follow up on our subsequent blog posts.