Content deleted Content added
m moved Windows RunTime to Windows Runtime: Proper spelling is "Windows Runtime" - see http://msdn.microsoft.com/en-us/library/windows/apps/hh464942(v=vs.85).aspx |
→Technology: WinRT is built upon Win32. Use dependancy walker to verify this! |
||
Line 11:
== Technology ==
WinRT is designed to create a completely new programming paradigm that is not encumbered with legacy code. WinRT applications will install in seconds and run within a sandbox. Microsoft claim WinRT is a [[native]] runtime system that is implemented directly on the [[Windows NT]]-kernel and thus not based on previous platforms. However, examination of the runtime libraries reveal that they actually are built upon [[Win32]] [[API]]. This is the same approach used by the [[.NET Framework|.NET]].
== Services ==
|