在使用Edge之前,我们先来看看UWP(Universal Windows Platform)平台。微软研发了多种设备平板、手机、Xbox、个人电脑等,在此之前,如果需要给每台设备开发程序,都需要对应的编程环境和API来实现。自从WIN10推出后,微软推出了通用windows平台,只需要一次编码就能实现在所有的平台上运行。WP手机弱在生态系统和应用少,如果windows系统的应用可以直接在WP上执行,那就给了WP手机一双强有力的翅膀。只要微软的产品策略和产品不出大的问题,那么windows系统很可能上演一次王者归来的大戏。
知识储备:
Windows10的革命之路-全新UWP开发平台 http://www.codes51.com/article/detail_160313.html
代码示例: https://dev.windows.com/zh-cn/samples
代码示例库: https://github.com/Microsoft/Windows-classic-samples/tree/master/Samples
通用 Windows 平台 (UWP) 应用指南 https://msdn.microsoft.com/library/windows/apps/dn894631.aspx?f=255&MSPPError=-2147217396
UWP开发者社区:http://www.win10.me/
UWP开发入门以及范例 http://blogs.msdn.com/b/hermanwu/archive/2015/08/03/windows-10-uwa-uwp-app.aspx
UWP开发准备 http://www.codes51.com/article/detail_132377.html
UWP开源 http://www.cnblogs.com/xiaozhi_5638/category/758861.html
目前应用:
Edge渲染引擎
多内核浏览器玩“嫁接” http://www.cfan.com.cn/2015/1012/122594.shtml
微软Edge 团队鼓励Win10开发者打造UWP版浏览器 http://www.win9cn.com/win10/win10_8814.html
Creating your own browser with HTML and JavaScript https://channel9.msdn.com/coding4fun/blog/Building-your-own-Windows-10-Web-Browser
Building your own Windows 10 Web Browser
https://blogs.windows.com/msedgedev/2015/08/27/creating-your-own-browser-with-html-and-javascript/
UWP开发之控件:用WebView做聊天框 http://www.cnblogs.com/xiaozhi_5638/p/4987580.html
MicrosoftEdge/JSBrowser https://github.com/MicrosoftEdge/JSBrowser
开发环境
准备一个 10074或更高版本的Win10
Visual Studio 2015 RC
Windows 10 development tools for Visual Studio 2015 RC