Abstract factory pattern | 抽象工廠 |
Adapter | 轉換器 |
Adapter pattern | 介面卡 / 配接器模式 / 轉換器模式 |
Aggregate Root | 聚合根 |
Ambient Context | 環境脈絡 |
Anonymous types | 匿名類型 |
Anti-Pattern | 反模式 |
AOP (Aspect Oriented Programming) | 切面導向程式設計 |
Array | 陣列 |
Automatic Factory | 自動工廠 |
Auto-Wiring | 自動匹配 |
Base Type | 基底類型 |
Bastard Injection | 私生注入 |
Bridge pattern | 橋接模式 |
Builder Pattern | 生成器模式 |
Business Layer | 商業邏輯層 |
Caching | 快取 |
Chain of Responsibility | 責任鏈模式 |
Command | 命令模式 |
Composite | 組合 |
Composition Root | 組合根 |
Constructor Injection | 建構式注入 |
Context Object | 環境物件 |
Controller | 控制器 |
Cross-Cutting | 橫切面 |
Collections | 集合 |
Coupling | 耦合 |
DAL (Data Access Layer) | 資料存取層 |
DDD | 領域驅動設計 |
Decorator Pattern | 裝飾模式 |
DI (Dependency Injection) | 相依性注入 |
DTO (Data Transfer Object) | 資料傳送物件 |
Decorator | 裝飾模式 |
Delegates | 委派 |
Deferred Resolution | 延遲解析 |
Design Pattern | 設計模式 |
DIP (Dependency Inversion Principle) | 相依反轉原則 |
Domain Object | 領域物件 |
Enumeration Types | 列舉類型 |
Exception Handling | 異常處理 |
Extract Class | 提煉類別 |
Extract Interface | 提煉介面 |
Facade Pattern | 外觀模式 |
Factory Method | 工廠方法 |
Fluent | 串接呼叫的 |
Garbage Collection | 記憶體回收 |
Generics | 泛型 |
Hosting | 裝載 |
Inheritance | 繼承 |
Instance | 執行個體 |
Interception | 攔截 |
Interoperability | 互通性 |
IOC (Inversion of Control) | 控制反轉 |
ISP (Interface Segregation Principle) | 介面隔離原則 |
Iterator | 疊代器模式/迭代器 |
Late Binding | 晚期繫結 |
Layered Architecture | 分層架構 |
Lazy Initialization | 延遲初始化 |
Logging | 日誌 |
LSP (Liskov Substitution Principle) | 里氏替換原則 |
Losse Coupling | 寬鬆耦合 |
Mediator pattern | 中介者模式 |
Message Handlers | 訊息處理常式 |
Method Injection | 方法注入 |
Model | 模型 |
Null object Pattern | 空對象模式 |
Observer | 觀察者模式 |
OCP (Open/Closed Principle) | 開放/封閉原則 |
Onion Architecture | 洋蔥架構 |
ORM (Object Relation Mapping) | 物件關聯對應 |
Overloaded | 多載 |
Overloaded Constructors | 多載建構函數 |
Parameter Object | 參數物件 |
Presentation Layer | 展現層 |
Property Injection | 屬性注入 |
Prototype | 原型模式 |
Proxy Pattern | 代理模式 |
Reference Type | 參考類型 |
Reflection | 反映 |
Registration Convention | 依慣例註冊 |
Sealed | 密封 |
Service | 服務 |
Service Locator | 服務定位器 |
Setter injection | 設定函式注入 |
Singleton | 獨身模式 / 單例模式 |
Simple Factory | 簡單工廠 |
SRP (Single Responsibility Principle) | 單一責任原則 |
Strategy | 策略模式 |
TDD (Test-Driven Development) | 測試驅動開發 |
Template Method | 模板方法 |
Transient | 臨時的 |
Two-Factor Authentication | 雙因素認證 |
Type Resolving | 型別解析 |
Type | 類型 |
Unit Test | 單元測試 |
using | 引用 |
Value Type | 實值類型 |
Visitor | 訪問者模式 |
View | 檢視 |
ViewModel | 檢視模型 |
Weakly Typed | 弱型別的 |