Dear all,
I have a project to build an WPF application which will read its configuration setting and parameter from a database hosetd in the cloud. When the local application start, It will read it configuration and setting directly from cloud DB before showing a sing user action. The drawback in that is that I need a mimimum setting for the application in order to be able to connect.
Then I though about an other approach which is to build a kind of WPFAppPlayer which is a small layer running locally. When that player start, the user will have to select the type of application to run ( ApplicationA or Application B or C), then application binaries gets injected in the player which then show the User interface.
This approach could then work with any type of application that I can configure online and beeing started by the Player.
Any idea howto build that player or which techniques to use ?
regards