Replace Spring.Net IoC with another Container (e.g. Ninject)
Posted
by Jeffrey Cameron
on Stack Overflow
See other posts from Stack Overflow
or by Jeffrey Cameron
Published on 2010-01-10T20:41:49Z
Indexed on
2010/05/19
9:20 UTC
Read the original article
Hit count: 175
Hey all,
I'm curious to know if it's possible to replace Spring.Net's built-in IoC container with Ninject. We use Ninject on my team for IoC in our other projects so I would like to continue using that container if possible.
Is this possible? Has anyone written a Ninject-Spring.Net Adapter??
Edit
I like many parts of the Spring.Net package (the data access, transactions, etc.) but I don't really like the dependency injection container. I would like to replace that with Ninject
Thanks
© Stack Overflow or respective owner