Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Inversion of Control / Dependency Injection with good explanation and examples in .net?

Hi

I don't have much knowledge on IoC/DI frameworks in .net framework. Can anyone give me links that explans IoC/DI in detail with few example in C#? I want go through it and get more idea about these frameworks.

So that I can get the knowledge, where and How can I use these frameworks are useful in implementing the project.



nrk

like image 790
nRk Avatar asked Jan 30 '10 10:01

nRk


1 Answers

For a general introduction to the concept of DI, including comprehensive examples in C#, you may want to read my book Dependency Injection in .NET.

like image 151
Mark Seemann Avatar answered Nov 03 '22 00:11

Mark Seemann