過去3年來,我一直是溫莎城堡IoC集裝箱;我正在嘗試使用Autofac進行概念驗證,並且無法在Autofac中找到等價的Windsor's Castle的功能。在Autofac尋找相當於溫莎城堡的功能
•在Windsor Castle的IWinsorContainer API中,有一個Release方法允許立即釋放組件實例。 Autofac容器中是否有等效的方法?
•溫莎城堡有一個「彙集」生活方式的概念,請參閱下面的鏈接。 Autofac中是否有等價物? http://www.castleproject.org/container/documentation/trunk/manual/coretypedocs/Generated_PooledAttribute.html
•溫莎城堡的DynamicProxy提供了一種方法攔截。我發現下面的鏈接,並遵循Nicholas的指令,但我無法在AutofacContrib.DynamicProxy2或他提到的源代碼中找到IInterceptor接口。 http://nblumhardt.com/archives/aop-with-autofac-and-dynamicproxy2/
我希望你能提供任何信息!