by clintmcmahon | Feb 7, 2020 | Code, ASP.NET, C#
This is an example of how to convert a generic list to a dynamic downloadable .csv file using C#, the CsvHelper library and the FileStreamResult. Download the repo and run the full project solution from Github In this example a request comes into the controller, we...
by clintmcmahon | Feb 1, 2020 | iOS, Mobile Development, React Native
While testing a new iOS build for Tap In Guide I started getting this error when trying to open the app from TestFlight on my phone “TestFlight is currently unavailable. Please try again later.” After trying again and again and again I still wasn’t able to open the...