How can I automatically test my app on multiple OSes? [closed]
Closed 9 years ago.
Is it good practice to have applications remove old AppData files when they’re no longer needed?
I have a Desktop application that was saving some data to %AppData%MyAppold.txt
(roughly 1KB).
In an MVC desktop application, is there a canonical solution to share an immutable value class between multiple components?
Question
Best approach to processing a large amount of json files on a users device, Flutter?
A user could have many json files (about 40mb per file) containing very private information about them and other people. I want to process these json files on the users device to keep this information private. By processing the data I would only extract statistical data about the contents of the processed json files. This statistical data will be stored on the users machine in a local json file. They could then upload that statistical json file to a website to get a dashboard based on the provided information or just keep the statistical json file for their own use.
How to develop a desktop software with components based on several different technologies
If I give a real example, I want to create a desktop software that includes:
Onion architecture design question
I recently started working on a new project where the team was considering use onion architecture, which I was not very familiar with, so I started reading about it.