Vagif Abilov's blog on .NET

Browse by Tags

All Tags » logging » Dependency injection (RSS)
Sorry, but there are no more tags available to filter with.
Dependencies without injection
Logging is one of the most popular areas used as example to illustrate dependecy injection technique. Components need to log their activities, and to remove hard dependency on actual logger implementation, it’s reasonable to define an interface (something...