我通過autofac 模塊將該層連接在一起。非常感謝endeffects。 Here is the HowTo 現在我試圖使連接字符串在DAL層可用。我試圖註冊: Configuration (Microsoft.Extensions.Configuration)
從啓動類,但沒有成功。 我們的幫助將不勝感激,謝謝斯特凡
我已閱讀和編碼示例如下:http://timschreiber.com/2015/01/14/persistence-ignorant-asp-net-identity-with-patterns-part-1/ 但該示例使用Unity的DI,但我使用Autofac的ID,當我嘗試運行我的項目我有以下錯誤: None of the constructors found with 'Autofac.
我有父類動物和兩個孩子類狗和貓。我正在使用Autofac進行依賴注入。我想根據配置文件中指定的條件註冊Dog和Cat。 我想在我的模塊類下面的代碼。 If Dog mentioned in Config file then builder.RegisterType<Dog>().As<Animal>().PropertiesAutowired().SingleInstance(); If cat