HUD Rental Data in UWP
I’m currently looking to sell a rental house and buy another rental house, so I went looking for a data-centric way to find out 1) how much houses in a… Read More »HUD Rental Data in UWP
I’m currently looking to sell a rental house and buy another rental house, so I went looking for a data-centric way to find out 1) how much houses in a… Read More »HUD Rental Data in UWP
Video summarizing this post: I’ve recently worked on a series of UWP apps that needed to load up a CSV file. I’m tired of looking this up every time, so… Read More »Loading CSV Files in UWP
Every application needs to save information, usually in the form of objects or lists of objects. To ease Windows (Phone) app development, I have my data saving process templated in… Read More »Saving and Loading App Data (Windows Store C# UWP / 8.1)