I have been using IoC for a little while now and I am curious if I should use Microsoft’s Unity framework (official name ‘Unity Application Block’). Does anyone have experience using it? So for I have been copying my IoC container code from project to project, but I think it would be better to using something standard. I think IoC can make a HUGE difference in keeping component based applications loosely coupled and therefore changeable but I am by no means an expert on IoC, so I am nervous to switch to a framework that will just paint me into a corner as a dependency I will one day want to walk away from.
Share
I would say stick with the one you know until you feel confident with it and the whole concept. After what you’ll have a better judgement to pick a framework which fullfill your needs.