C# 로케이터 패턴

https://www.c-sharpcorner.com/article/learn-service-locator-pattern-in-c-sharp/

 

Learn Service Locator Pattern in C#

This beginner’s tutorial explores the Service Locator Pattern in C#. Despite its decline in favor of Dependency Injection, it remains relevant for legacy systems. The tutorial covers its implementation, the Dependency Inversion Principle (DIP), static an

www.c-sharpcorner.com

 

C# 디자인 패턴

https://refactoring.guru/ko/design-patterns/csharp

 

C#으로 작성된 디자인 패턴들

요청을 요청에 대한 모든 정보가 포함된 독립 실행형 객체로 변환합니다. 이 변환은 다양한 요청들이 있는 메서드들을 인수화할 수 있도록 하며, 요청의 실행을 지연 또는 대기열에 넣을 수 있

refactoring.guru

 

'개인 공부 > 인턴' 카테고리의 다른 글

중재자 패턴, 옵저버 패턴, 퍼사드 패턴  (2) 2024.12.16
패턴과 구조  (1) 2024.12.15
UDP 통신 참고 자료  (1) 2024.12.12
MVVM Light  (0) 2024.12.09
클래스 다이어그램  (1) 2024.12.02

+ Recent posts