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\'m an independent developer coming from Java to .Net Desktop.So I\'m up against a learning curve and tend to think in terms of Java technologies.
I have FrameworkElement with my hand, it is having parent also. I want change it as Image in WinRT platform. I tried the WriteableBitmap. But it does have element parameter to render. VisualBrush also
I am trying to develop a WinRT DLL which uses SQLite to write database. But i开发者_如何学Ct seems like some win32 APIs in SQLite source code are not supported by metro, such as, LoadLibraryW, GetTemp
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
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
I am working on a small hobby app - which would show some charts, and would be accessible by people using their mobile devices. I come from a Microsoft development background- have used Telerik, Infra
I want to develop an application for WP7 using HTML,CSS and Javascriptsomething Similar to Nokia WRT(Web Widget) Will this Suppo开发者_如何学Crt in WP7? .Will the app require signing ? Can I use Metro
I cant get DependencyProperty.Register to work. It requires (string, string, string, PropertyMetadata) instead of string, Type, Type, UIPropertyMeatdata)...