application design

  1. J

    Where to keep authentication session state?

    The Solution of my application contains multiple projects. Project for the View and ViewModel layer (the UI layer). Contains (custom/user)controls, commands, converters. And it also contains "stores" that keep state of the application. Like classes for navigation state, session token when the...
  2. M

    How to set up a website for offline work for multiple users

    Here's an example of what I'm trying to do. Let's say I've made a fx trading bot that uses a fx brokers website, queries the prices, and submits trades according to settings specified. It runs fine in a console application from my raspberry pi. Now I would like to commercialize it in a website...
Back
Top Bottom