lundi 19 juin 2017

Where to put files used by a .Net application

Here is a question not about code but about patterns. I'm developing a .Net application that needs to use three files in order to work properly.

  • File 1: Has the app settings created by a configuration form
  • File 2: Binary file that contains a set of serialized objects used as a playbook that the application follows in order to realize sequential tasks.
  • File 3: A sqlite database used as a record cache that the application updates on every start

Now my question is about file location, where to put this files? On Program Files or AppData inside the users's Documents And Settings.

Thanks in advance.

Aucun commentaire:

Enregistrer un commentaire