This will going to be a fifth post in my Dependency Injection series with Autofac. If you have not gone through all the previous post of this series then I would like to encourage you to go through it. Following is a list of blog posts.
Dependency Injection with Autofac : Getting Started
Dependency...
Showing posts with label Autofac. Show all posts
Showing posts with label Autofac. Show all posts
Sunday, July 5, 2015
Friday, July 3, 2015
Dependency Injection with Autofac : Named Registration
I’m really having fun with Autofac and It is a great IOC container. As its tag line suggest it it a addictive IOC container. This post will be a part of Autofac series. If you have not gone through my previous blog post then I would suggest you go through it. Following is a list of blog...
Tuesday, June 30, 2015
Dependency Injection with Autofac: Registration Ordering
This post will be part of on going series for Dependency Injection with Autofac. If you have not gone through my previous post I would encourage you to go through it. Followings are links for that.
Dependency Injection with Autofac – Getting Started
Dependency Injection with Autofac – Constructor...
Sunday, June 28, 2015
Dependency Injection with Autofac : Modules feature
I’m having fun with Autofac as IOC containers and this is third post in series. In this blog post we are going to learn about Autofac modules. If you have not gone through first two blog posts then I would encourage you to go through it. Followings are link for that.
Dependency Injection with Autofac-...
Saturday, June 27, 2015
Dependency Injection with Autofac : Constructor Injection
Recently I’m playing with Autofac and I’m having fun with it. This blog post a part of same series. In this blog post we are going to look into how we can do constructor injection with Autofac. If you are not familiar with Autofac you can go through my introductory blog at following location.
Dependency...
Dependency injection with Autofac : Getting started
I have been using dependency injection a lot in my projects. As it’s provide great flexibility to wire up things. Recently in free time I have been looking into some of open source architecture like Orchard and Nopcommerce. Both are using Autofac as dependency injector. As this IOC container are used...