0

I see the InjectionConstructor property defined in both the Microsoft.Practices.ObjectBuilder namespace and the Microsoft.Practices.Unity namespace.

Is one of these properties deprecated? Can someone explain to me the difference between the two definitions?

Thanks!

Dudeman3000
  • 551
  • 8
  • 21
  • 1
    A co-worker answered this question for me: ObjectBuilder was the original version. Unity is a newer rewrite of ObjectBuilder. WCSF uses ObjectBuilder, but the version of ObjectBuilder it uses has been "upgraded" and it has references to some of the Unity stuff. – Dudeman3000 Aug 02 '13 at 19:10
  • That's an answer, not a comment. You should answer your own question and mark it as answer. – Steven Aug 03 '13 at 12:36

1 Answers1

0

A co-worker answered this question for me: ObjectBuilder was the original version. Unity is a newer rewrite of ObjectBuilder. WCSF uses ObjectBuilder, but the version of ObjectBuilder it uses has been "upgraded" and it has references to some of the Unity stuff.

Dudeman3000
  • 551
  • 8
  • 21