Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

UnityContainerExtension examples [closed]

Are there any good UnityContainerExtension examples/tutorials out there?

Please do not refer to the Unity Event Broker example.

like image 853
jgauffin Avatar asked Nov 01 '10 09:11

jgauffin


2 Answers

another example : http://mark-dot-net.blogspot.com/2009/09/custom-object-factory-unity-extension.html and here http://www.agileatwork.com/auto-mocking-unity-container-extension/

like image 68
Tomasz Jaskuλa Avatar answered Oct 20 '22 03:10

Tomasz Jaskuλa


I found this: http://elegantcode.com/2009/12/15/building-a-unity-extension-for-entity-framework-poco-configuration-repository-and-unit-of-work/

But it did not get me going using the UnityContainerExtension... So I don't know how good of an example it is.

like image 31
Vaccano Avatar answered Oct 20 '22 03:10

Vaccano