Tagged Questions
1
vote
2answers
137 views
Data-driven dependency injection
Are there any frameworks out there that allow for data-driven dependency injection (ideally in .NET)? I'm thinking something inspired by Spring.NET for example, where you configure your object graphs ...