S
schoenfeld.one
How are Application Settings supposed to be used in multi-tiered
applications?
If I have a winforms application consising of 2 projects
1. UI PROJECT: has the settings
2. DATABASE PROJECT: needs the settings
It seems 2 must reference 1, but that would create a cyclic reference
as 1 needs 2 as well.
applications?
If I have a winforms application consising of 2 projects
1. UI PROJECT: has the settings
2. DATABASE PROJECT: needs the settings
It seems 2 must reference 1, but that would create a cyclic reference
as 1 needs 2 as well.