Maxwell175 🎗
Maxwell175 🎗
CC#
Created by Maxwell175 🎗 on 10/30/2024 in #help
How to store user data blobs in MAUI iOS
What is the right way to get a safe path that binary, non user readable data can be stored? I tried using FileSystem.AppDataDirectory, but I noticed that it gets cleared on every test flight build.
38 replies
CC#
Created by Maxwell175 🎗 on 9/23/2024 in #help
Debugging memory leak
Is there any tool to dump the runtime object dependency tree? I am trying to debug what is holding on to some objects.
4 replies
CC#
Created by Maxwell175 🎗 on 10/5/2022 in #help
Sharing data between two ASP.Net Core clients
I need to be able to very quickly (low latency) share data between two clients. What would be the way to architect this? Do I make a Singleton service that will in some way maintain some sort of buffer or something?
1 replies