Is there way to configure the objects from inside the code rather than configuring it in xml or app.config file.
标签:
spring.net
相关问题
- NHibernate + Spring.NET lazy loading failed - no s
- Is it possible to have a dynamic resource path for
- Is FxCop's CollectionPropertiesShouldBeReadOnl
- Spring.Net IoC and Magic Strings
- How to integrate WebApi 2 with Spring.Net
相关文章
- Connecting To A Private Remote MSMQ Queue
- Spring.net Logging Example using aop
- How do I configure a property of a static class in
- Dependency injection / IoC in Workflow Foundation
- Spring.Net without configuring it in app.config
- How to inject Predicate and Func in Spring.net
- Configure an Envers RevisionListener via DI
- 无法序列化的WCF Web服务嵌套NHibernate的实体(Can't serialize
On the spring.net homepage, you'll find an announcement for the CodeConfig project. CodeConfig allows you to create spring configuration from code, like for instance:
You can use this together with any xml configuration you might already have.