WinRT参考资料
WinRT是为消费市场准备的,和传统的桌面、企业应用差别巨大。
When designing apps for Windows 8, you must keep this in mind as well. You will build apps for consumers when using WinRT. otherwise, you are most likely building software for providers or enterprise users. Metro style development is not aimed at those scenarios. WinRT exposes only the services needed for a great consumer experience.
系统结构图
参考资料
Ø Channel 9 on MSDN
Channel 9 has many resources for developers concerning WinRT. Visit the main site at http://channel9.msdn.com and search for “windows runtime” for a list.
Ø Recommended Videos from Channel 9
Using the Windows Runtime from C# and Visual Basic
http://channel9.msdn.com/Events/BUILD/BUILD2011/TOOL-531T
Lap around the Windows Runtime
http://channel9.msdn.com/Events/BUILD/BUILD2011/PLAT-874T
Ø 2011 Build Conference Web Site
The 2011 Build conference is a little dated, but the information found on its site— http://www.buildwindows.com —is still helpful regarding WinRT.
Ø Windows Dev Center
One of the primary resources is the Windows Dev Center (http://dev.windows.com ). This is the starting place for Microsoft’s documentation regarding Windows 8 development and WinRT. Here are a few links to start with, but the Windows Dev Center is a vast collection of information. It will serve as a point of reference you will return to time and again.
Learn to build Metro style apps
http://msdn.microsoft.com/library/windows/apps
API reference for Metro style apps
http://msdn.microsoft.com/en-us/library/windows/apps/br211369.aspx
API reference for Windows Runtime and Windows Library for JavaScript
http://msdn.microsoft.com/en-us/library/windows/apps/br211377.aspx
Metro style app fundamentals
http://msdn.microsoft.com/en-us/library/windows/apps/hh750302.aspx
App capability declarations
http://msdn.microsoft.com/en-us/library/windows/apps/hh464936.aspx
App contracts and extensions
http://msdn.microsoft.com/en-us/library/windows/apps/hh464906.aspx
Ø Miguel de Icaza wrote a nice article regarding WinRT.
“WinRT Demystified” http://tirania.org/blog/archive/2011/Sep-15.html
Ø CodePlex WinRT
http://winrt.codeplex.com
Ø Doug Steven discusses the Windows Runtime architecture diagram and what is missing.“A Bad Pi c ture I s Wor th a Thousand Long Di s cus s ions”
http://dougseven.com/2011/09/15/a-bad-picture-is-worth-a-thousand-long-discussions
Ø “The Windows Runtime”
http://devhawk.net/2011/09/15/the-windows-runtime
TAG: