Top "Uwp" questions

The Universal Windows Platform is a common software platform for all devices running Windows 10, including Desktop.

How to output to console in UWP on Windows 10?

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 uwp
Setting window size on desktop for a Windows 10 UWP app

I'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 uwp
How to exit or close an UWP app programmatically? (Windows 10)

I need it for their own exit button. Tell me please? I try this: this.Close(); //or Exit dont work(

c# windows-10 uwp
How to use SQLite in Visual Studio 2017?

I'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-xaml
How to create a working trusted and or self-signed certificate for a Windows 10 UWP application via Visual Studio 2019, 2017 and 2015

Per 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-signed
How to connect to SQL server database from a Windows 10 UWP app

I'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-app
Get Screen Resolution in Win10 UWP App

As 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 uwp
Can UWP apps be ported to Windows 7?

Can 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 uwp
UWP update UI from Task

I have application, which is checking network ranges (for running http service) in local network. So it means, that I …

c# user-interface task uwp
Logger for Windows 10 UWP app

I 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