adam-zarger

1 post

0

.NET Technical Guide: AutoFac

Introduction What is AutoFac? The principle of Dependency Inversion states that you should rely on abstractions instead of concretions. It leads to code that is more scalable, testable, and maintainable because it allows us to quickly and easily swap out implementations (examples of this concept are in the following sections) »