Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

good open source project using Dependency Injection Framework? [closed]

does anyone know about an open source project Implementing Ninject Framework or another one, I haven't work with a DI framework before and Ninject calls my attention because you don't need to have your configuration in XML files.

i tend to grasp a lot more when reviewing already implemented code.

also if you know about another good projects using different DI frameworks?

Thanks,

like image 558
Oscar Cabrero Avatar asked Oct 15 '22 17:10

Oscar Cabrero


1 Answers

Kigg uses Unity for dependency injection. It's a pretty solid example of how it should be used and designed so that he can plug in another dependency injection framework easily if needed.

like image 145
ajma Avatar answered Oct 20 '22 16:10

ajma