The Universal Windows Platform is a common software platform for all devices running Windows 10, including Desktop.
Is there a way to write to console / command prompt / powershell (like Console.WriteLine()) or anything similar in UWP apps? …
c# xaml console windows-10 uwpI've just started learning UWP app development on Windows 10 Pro using Visual Studio 2015 Community Edition. I tried to modify the …
c# window win-universal-app windows-10 uwpI need it for their own exit button. Tell me please? I try this: this.Close(); //or Exit dont work(
c# windows-10 uwpI'm using Visual Studio 2017, in UWP project. I installed SQLite Compact Toolbox from NuGet package like this: Microsoft.Data.sqlite / …
c# sqlite uwp visual-studio-2017 uwp-xamlPer this documentation: https://docs.microsoft.com/en-us/windows-hardware/drivers/devtest/makecert The following command describes creating a windows cer-file (…
visual-studio uwp visual-studio-2017 certificate self-signedI'm trying to connect to an on-prem MS SQL database from a universal windows app. I'm making a LOB app …
c# sql-server uwp windows-10 win-universal-appAs an UWP App runs in window mode on common desktop systems the "old" way of getting the screen resolution …
c# xaml windows-runtime windows-10 uwpCan a Windows 10 app built on the Universal Windows Platform (UWP) be ported back to Windows 7 customers? In particular, one …
xaml windows-store-apps uwpI have application, which is checking network ranges (for running http service) in local network. So it means, that I …
c# user-interface task uwpI couldn't found any loggers for windows 10 universal app, i have tried out log4net, Microsoft enterprise library, Nlog but …
logging windows-10 win-universal-app uwp