# 大话设计模式 **Repository Path**: guannan007/big-talk-design-pattern ## Basic Information - **Project Name**: 大话设计模式 - **Description**: C# .net 版本 - **Primary Language**: C# - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-03-24 - **Last Updated**: 2025-04-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 《大话设计模式》源码 作者 程杰 [原源程序下载地址](http://www.cnblogs.com/Files/cj723/BigTalkDesignPattenSourceCode.rar) 本项目地址 https://gitee.com/guannan007/big-talk-design-pattern.git 本项目 基于 vs 2022 编译 设置解决方案 目标框架 .net framework 4.8 每个文件夹单独一个解决方案 # 策略模式 策略模式 ![策略模式](./BigTalkDesignPattenSourceCode/img/策略模式.png) Startegy 是策略接口,Context 是环境类,ConcreteStrategy 是具体策略类 上下文:Context 注入策略,调用策略接口的方法,具体策略类实现策略接口的方法