dotnet falcon

Blogging about .NET and software development - from my bird's eye view

Dependency injection

Autofac support for AutoMapper

Autofac support for AutoMapper

Jun 27, 2019
I have been doing .NET development for quite a while now. Sometimes people ask me how is it possible that I still find it interesting. Well, the answer is easy: I'm super D.R.Y. If you are not familiar with the term, you should look it up, but it
Dependency Injection Toolset upgrade

Dependency Injection Toolset upgrade

Oct 1, 2018
I have a little tool in the VS Marketplace called Dependency Injection Toolset. The idea behind the tool was to help developers who apply dependency injection regularly by making it easier to code constructor injection. The original version of the tool basically did two things: * Could generate a constructor for
Dependency injection toolset upgrade

Dependency injection toolset upgrade

May 21, 2018
Dependency injection is probably the best thing in software development since slide bread. I often blog about related things and I also have a Visual Studio extension to help those who apply the principles in practice. Guard clauses in constructors An important piece of best-practice is that whenever you use