Dependency Injection Silverlight
Explains nicely about Dependency Injection:
http://www.devx.com/dotnet/Article/34066/0/page/2
Explained Three Types of Injections:
http://www.codeproject.com/Articles/13831/Dependency-Injection-for-Loose-Coupling
http://www.devx.com/dotnet/Article/34066/0/page/2
Explained Three Types of Injections:
- Constructor Injection
- Setter Injection
- Interface-based Injection
http://www.codeproject.com/Articles/13831/Dependency-Injection-for-Loose-Coupling
Comments