Tagged Questions
4
votes
2answers
450 views
Thread safe usage of System.Configuration
Is there an easy method of accessing custom System.Configuration-based configuration data through a thread-safe interface without requiring each execution context from loading/reloading configuration ...