Castle Core 與 Autofac 整合應用
在上一篇介紹 Castle Core 基礎的文章,中有介紹到
安裝 Castle Core 的主要目的就是為了它的 DynamicProxy
來實做 AOP 的功能。
Castle Core 模組介紹:Logging、DictionaryAdapter 與 DynamicProxy 實作
Castle Core,是 Castle Windsor 團隊開發的核心模組,
現在這個模組總共提供了三種功能,分別是 Logging
、DictionaryAdapter
、DynamicProxy
。
ABP IO 教學 | 模組化架構入門:領域層級 - Part 2
ABP 根據 DDD Tactical Design 定義出幾個關鍵的類別,也就是 Building Blocks
,其中細分成 Domain Layer Building Blocks 與
Application Layer Building Blocks,上一篇提到的 Domain Objects
其實就是 Domain Layer Building Blocks
。