Windows Runtime (WinRT) is a Microsoft platform architecture that allows applications to run in a sandboxed environment exposing a 'Windows Modern Style' UI/UX.
I have an HttpClient that I am using for a REST API. However I am having trouble setting up the …
c# rest oauth windows-runtimeI'm implementing an API made by other colleagues with Apiary.io, in a Windows Store app project. They show this …
c# windows-runtime windows-store-apps dotnet-httpclient apiary.ioI'm struggling to get my Windows 8 application to communicate with my test web API over SSL. It seems that HttpClient/…
c# .net windows-8 windows-runtimeI have a List<T> which is being populated from JSON. I need to convert it into an …
c# windows-runtimeFor a customer I need a to present our Windows 8 Metro App. When I deploy my solution or project, I …
windows-8 windows-runtime winrt-xamlI keep hitting this problem when I try to debug my Windows 8 apps and there is a copy already installed …
powershell windows-8 windows-runtime windows-store-apps windows-storeI have a StackPanel in my WinRT C# Metro app that I want to use as container for a label/…
xaml textbox windows-runtime microsoft-metro stackpanelEclipse gives me an error: '<>' operator is not allowed for source level below 1.7 I guess this …
java eclipse windows-runtime openjdkI am working on a Windows 8 app. I need to know how to programmatically set the Source of an Image. …
c# xaml windows-runtimeI want to know whether Metro Applications developed using Visual Studio 11 Developer Preview and .Net FrameWork 4.5 can run in Windows 7 …
windows-8 windows-7 windows-runtime windows-store-apps microsoft-metro