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.


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,