Autofac – Advanced

Recently we’ve been talking about Dependency Injection. Currently you should know how to use Autofac. Today we’ll learn about things that you may find useful in one of your project. Modules As you may know in big project you’ll have lots of services to inject. That will leave you with multiple lines of code that…

Read More

Dependency Injection

We’re not going to talk about whole SOLID extensively, maybe in future when there will be good time for it like this, but it’s sin to touch Dependency Injection without saying anything about 5th SOLID principle, Dependency Inversion, mind different name. Dependency Inversion Main point of Dependency Inversion is to decouple your code. It means…

Read More