Skip to content
AI Engineering Journal

Aide Hub

Practical notes on AI assistants, software architecture, and developer tooling.

Posts

879

Tags

517

Featured

0

Latest

C# 依赖倒置原则:让业务代码依赖抽象

依赖倒置原则提醒我们,业务逻辑不该直接绑在数据库、日志、外部 API 这类具体实现上。本文用 C# 和 .NET 10 示例说明如何引入接口、构造函数注入和 DI 容器,让代码更容易替换、测试和维护。

Continue reading

Top Categories

View all tags

Trending Tags

Recent Posts

Browse archive