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 in structured database tables, rather than using an XML config file. What would be the pros and cons of configuring your application in the database rather than an XML file?
Are there any frameworks out there that allow for data-driven dependency injection (ideally in
Share
Here is a list of .Net IOC Frameworks
and one right out microsoft’s patterns and practices that I like… Unity