UWP will become WinUI 3, surpassing WPF and WinRT
The latest and greatest technology have been, according to Microsoft’s marketing statements, Universal Windows Platform. The reason for that was the need for a single runtime for mobile devices, tablets, and desktops. Until recently. Surface Duo will stick with Android and Windows development is experiencing a rollback. Current UWP apps will no longer be eligible to distribution via Microsoft Store. Only those based on Windows App SDK will see the green light. Read more ›
The latest Windows 10 SDKs is all you need
When you are developing UWP apps you mostly target lower Windows 10 version than that you have currently installed. Every Windows 10 version has its own SDK. It is not a requirement to have installed the SDK that matches target min version. The dialog will show all released SDK versions that are less than or equal to the target platform version, regardless of whether they are installed or not. Read more ›
Earthquake behind the UWP
During Microsoft Build 2019 conference many people asked about the future of UWP because there were very few sessions dedicated to it. It may look like nothing new is happening, but the opposite is the truth. Microsoft is changing architecture of the whole stack. The visual layer is being decoupled from the operating system and ahead-of-time compiler with .NET implementation are being merged with .NET Core. Things are moving forward. Read more ›
Comparison of databases for UWP apps: SQLite, Realm & LiteDB
Object oriented applications usually needs object oriented storage. Relations are good at mapping pointers but many technical limitations are hidden under documentation crust. It is not easy to choose the right database technology because pros are written everywhere and cons are spread across many GitHub issues. It is like buying a new car. You know the price, power and fuel consumption but you must inquire into reliability and maintenance costs. Read more ›
Important hotfix for Windows 10 SDK 10.0.15063
When you upgrade Windows 10 to version 1703 build 15063.13, you can also update Visual Studio to 2017 version 15.1 and install Windows SDK 10.0.15063. However, the latest bits are not enough and you must apply one hotfix to keep the ability of creating application packages which are uploaded to Windows Dev Center. Read more ›
Using HockeyApp analytics in mobile applications
Program errors are unavoidable. No one understands to every single line of a framework or an operating system. The operating system cannot affect a battery level or network overload. Reaching a high availability is a process in which feedback provides an irreplaceable role. Read more ›
UWP NuGet package updated to version 5.3.0
Windows Universal Platform developers can see an update of the platform NuGet package. The version 5.2.2 was updated to 5.3.0. However, this update causes more issues than it actually solves. I recommend to halt the update and wait for at least one month. Read more ›