Config file interpreter for Silverlight version of Windsor Container
Posted
by joblot
on Stack Overflow
See other posts from Stack Overflow
or by joblot
Published on 2010-05-20T06:47:09Z
Indexed on
2010/05/20
6:50 UTC
Read the original article
Hit count: 330
castle-windsor
|windsor
Silverlight version of Windsor container does not provide XmlInterpreter() for reading bindings from config file. Could someone suggest how can I implement my own interpreter?
The online document suggest reading a configuration file, creating an instance of IConfiguration and registering them into IConfigurationStore.
How and where can I do this?
© Stack Overflow or respective owner