Problem This is a code review for a set of loggers following this question. The project is a universal windows […]
Tag: uwp
Save/Load GridView layout using SettingsService
Problem I am able to save my GridView layout by storing a string representation of the items in the ItemsSource. […]
Deflating a Stream using System.IO.Compression
Problem I receive messages from a MessageWebSocket connection frequently, which are compressed with zlib. The following code decompresses them to […]
Constructing entities from API with foreign keys
Problem I’m loading three kinds of entities from an API (in csv format unfortunately). While the first two are fine, […]
Limit and merge saving operations
Problem Use case: I want to automatically save data in the storage when a property of an object that implements […]