As I know that the .net-core can run UWP, can we build or write UWP with Core? I've read the https://msdn.microsoft.com/en-us/magazine/mt694084.aspx
NET Core. UWP is also known as Windows 10 UWP application. This application does not run on previous versions of Windows but will only run on future version of Windows. Following are a few exceptions where UWP will run smoothly.
NET Standard is supported on UWP. The . NET Standard documentation provides information on which . NET Standard is supported in which UWP versions.
You can indeed build a UWP app using . NET and C#, but UWP apps includes only a subset of the types provided in the full . NET Framework for each namespace.
Microsoft continues to baby-step around the obvious, but it has officially deprecated the Universal Windows Platform (UWP) as it pushes the desktop-focused Windows App SDK (formerly called Project Reunion) and WinUI 3 as the future of Windows application development.
UWP apps will be able to use libraries you have created in .net core as long as you target the .netstandard1.6 (or higher) framework moniker.
UWP is only for the windows ecosystem.
See this article.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With