I recently stumbled across the Configuration Service for.NET Applications and WCF Services. It is part of the "StockTrader 4.0" sample put out by Microsoft. I'm wondered if anyone has either used or adapted this service for a production enterprise application. Is it enterprise-ready? How would it compare to a commercial solution such as SO-Aware.
Asked
Active
Viewed 436 times
9
-
1The fact that there is a [Stock Trader 5.0](https://azurestocktrader.cloudapp.net/) (Azure) version out there now would make me leery of the code. Also, it appears to integrate load distribution through configuration. Load balancing should be an infrastructure concern not an application concern besides dedicated hardware/software can do it better. – Sixto Saez May 20 '11 at 20:03
-
Please explain what are your parameters for enterprise-ready? Are you asking whether or not Microsoft intends for this to be an enterprise solution versus sample code? – Ethan Cabiac May 25 '11 at 17:28
-
@Ethan Don't really care what MS intends, more interested in whether anyohene has used it successfully in a production application. I want to use it to centralize configuration, mainly WCF config, but some other app settings-type stuff as well. My "application" is really about a dozen separate applications that each need some amount of app/web.config, which I would like to reduce to a minium. – jlew May 25 '11 at 17:33
-
Take a look at Tellago SO-Aware instead, if you want to centralize WCF configuration. – larsw Jul 05 '11 at 19:13
-
any final solution about it ? – Kiquenet Jul 03 '12 at 06:21
-
No, apparently it's not a "real question" to certain pedants. However, I have heard basically nothing of this since my initial research, which makes me believe that it is a proof-of-concept that never really went anywhere. – jlew Jul 03 '12 at 11:56