Are there any limitations to using WinRT instead of .Net?
Posted
by
jerrykobes
on Programmers
See other posts from Programmers
or by jerrykobes
Published on 2012-07-04T03:21:55Z
Indexed on
2012/07/04
9:22 UTC
Read the original article
Hit count: 175
From my understanding creating an application that runs on multiple architectures requires virtualization, and virtualization reduces performance since it creates a layer of abstraction.
With Windows 8 supporting both Intel and ARM architectures should we expect slower performance with a WinRT app versus a .Net app running on an Intel device?
Also, will WinRT support database connectivity and active directory access?
© Programmers or respective owner