I have found a new contacts API in Windows 8: http://msdn.microsoft.com/en-us/library/windows/apps/windows.applicationmodel.contacts%28v=VS.85%29.aspx
I unders开发者_如何学Ctand that we can access part of the .net apis and all the winrt apis in a metro style app written in c#.
If not, then does WinRT have its own Garbage Collector? I ask this because I read this: \"There\'s no need to manage the lifetime of underlying object. Windows releases the object when you\'re finish
I\'m writing a metro app for Windows 8 (C# 5) to act as a power control app allowing the user to enable and disable various devices the computer will likely have. For now, I\'m just thinking bluetooth
The WinRT API surface in Windows 8 seems to have the ability to load and save Playlists, and capture audio. What I\'m looking for is somewha开发者_如何学运维t simpler: does WinRT have the ability to p
As I understand, WinRT is a different version of WPF written without using the underlying Win32 APIs.
Windows 8 SDK comes with very cool data binding JavaScript samples. More info here: http://msdn.microsoft.com/en-us/library/windows/apps/hh465051(v=VS.85).aspx#Extend_Your_First_Metro_Style_App_JavaS
In Windows 8; I would like to pass the contents of a MemoryStream to a class that accepts a parameter of type Windows.Storage.Streams.IRandomAccessStream. Is there any way 开发者_如何学JAVAto convert
I\'ve just started developing for windows phone 7 but can\'t seem to get my emulator working. I get an pop-up \"Internal Error\" and as a description in the bottom view i see \"Error!Connection failed
I\'m trying to port my application from Phone 7 and can\'t find the wa开发者_高级运维y to detect when control is in Design mode.