Design Mode:
- Simple factory Mode
- Factory method mode
- Abstract Factory method mode
- Singleton Mode
- Appearance Mode
- Generator Mode
- Original Mode
- Intermediary Mode
- Proxy Mode
- Observer Mode
- Command mode
- Iterator Mode
- Combination Mode
- Template Method Mode
- Rule Mode
- Status Mode
- Memorandum Mode
- Meta Mode
- Interpreter Mode
- Decorator Mode
- Responsibility Chain Model
- Bridging Mode
- Visitor Mode
Enterprise Application Architecture Model
- Transaction script
- Everyone understands how to write
- Domain Model
- Ddd modeling method: domain object and Value Object
- Unit of work
- Entity Framework has integrated this function
- Lazy load
- Same as above
- Query object
- Custom specification class
- Resource library Repository
- DTO and message
- It has something to do with WCF. You need to customize compression and restoration for the big data soap. Otherwise, the bandwidth will be occupied.
- Concurrent lock
- Entity Framework has already integrated this function. You can add [concurrency] attribute.
Architecture Mode
- Layered Architecture
- Microkernel architecture mode, for example, used by event framework
The architecture model can be applied to one system separately.