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...
Tuesday, June 30, 2015
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...
Wednesday, June 24, 2015
Completed 725 blog post and still counting
I’m not a fan of counting milestones but today it was huge one so I could not resist myself to write a blog post about it. Today this blog has been completed 725 Blog post.
I still could not believe this blog has come so far!. This will would not have been possible without you guys.
I promise that I try to keep updated this blog in weekly. Also on this occasion I would also like to thank...
Saturday, June 13, 2015
Double quotes not working with Visual Studio
Recently, In one of the development machine with Windows 7, I was having strange problem with Visual Studio 2013, When I type double quote first time it was not there and then after once again type I type then it was there. I was wondering what is going on. After digging into little deep, We figure out it was due to language settings and that is creating problem. After fixing languages I was able...