Adjust OxyPlot.Windows nuget package to version 2.1.0 compatible.Adjust OxyPlot.Windows nuget package to version 2.1.0 compatible.

0 Comments

The OxyPlot.Windows nuget package (a cross-platform plotting library especially for Universal Windows Platform) seems no longer supported, so I’ve adjusted the existing github repository in order to work on the OxyPlot.Core version 2.1.0. I’ve uploaded into my github repository. Any comment and feedback is welcome.


A tough road to a released version of UWP application…A tough road to a released version of UWP application…

0 Comments

I often write UWP software. Several techniques are adopted to make them stable and easy to extend, but when I try to release them, the following error sometimes happened… The reason why this error happens is that this nuget package hasn’t been signed. Werner van Deventer kindly has developed .NET


Tips how to deal with SQLite on Windows 10 & UWP (1)Tips how to deal with SQLite on Windows 10 & UWP (1)

0 Comments

Microsoft.Data.Sqlite namespace When you want to use a relational database easily on your UWP application, it’s easy to use SQLite. The SQLite management package is maintained on Nuget by Microsoft, and you can use this with the Microsoft.Data.Sqlite. But, SQLite has been developed to be a lightweight and highly stable,