摘要: Tight Coupling, Legos, and Super Glue 阅读全文
posted @ 2018-12-28 15:23 PanPan003 阅读(211) 评论(0) 推荐(0)
摘要: ASP.NET - 使用依赖关系注入在 ASP.NET Core 中编写干净代码 阅读全文
posted @ 2018-12-28 15:22 PanPan003 阅读(187) 评论(0) 推荐(0)
摘要: How to register a service with multiple interfaces in ASP.NET Core DI 阅读全文
posted @ 2018-12-28 15:21 PanPan003 阅读(171) 评论(0) 推荐(0)
摘要: ASP.NET Core Middleware 阅读全文
posted @ 2018-12-28 15:20 PanPan003 阅读(196) 评论(0) 推荐(0)
摘要: Configuration in ASP.NET Core App configuration in ASP.NET Core is based on key-value pairs established by configuration providers. Configuration prov 阅读全文
posted @ 2018-12-28 15:19 PanPan003 阅读(186) 评论(0) 推荐(0)
摘要: Options pattern in ASP.NET Core 阅读全文
posted @ 2018-12-28 15:19 PanPan003 阅读(229) 评论(0) 推荐(0)
摘要: 原文 "If builders built buildings the way programmers wrote programs, then the first woodpecker that came along would destroy civilization." - Gerald We 阅读全文
posted @ 2018-12-28 15:17 PanPan003 阅读(261) 评论(0) 推荐(0)
摘要: The SOLID principles The SOLID principles of Object Oriented Design include these five principles: SRP – Single Responsibility Principle OCP – Open/Cl 阅读全文
posted @ 2018-12-28 15:09 PanPan003 阅读(175) 评论(0) 推荐(0)
摘要: New is Glue When you’re working in a strongly typed language like C# or Visual Basic, instantiating an object is done with the new keyword. It’s impor 阅读全文
posted @ 2018-12-28 13:22 PanPan003 阅读(239) 评论(0) 推荐(0)
摘要: Static Cling Sticking Your Code To Things Unnecessarily Static Cling is a code smell used to describe the undesirable coupling introduced by accessing 阅读全文
posted @ 2018-12-28 12:05 PanPan003 阅读(296) 评论(0) 推荐(0)
摘要: 原文 github地址 ASP.NET Core supports the dependency injection (DI) software design pattern, which is a technique for achieving Inversion of Control (IoC) 阅读全文
posted @ 2018-12-28 11:48 PanPan003 阅读(562) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2018-12-28 10:17 PanPan003 阅读(0) 评论(0) 推荐(0)