C# 싱글 톤 패턴 유형별 설명이 잘되어 있는 사이트를 링크한다.
https://csharpindepth.com/articles/singleton
Implementing the Singleton Pattern in C#
Implementing the Singleton Pattern in C# Table of contents (for linking purposes...) The singleton pattern is one of the best-known patterns in software engineering. Essentially, a singleton is a class which only allows a single instance of itself to be cr
csharpindepth.com
'개발언어 > C#' 카테고리의 다른 글
주식&코인 차트 분석 및 자동매매 프로그램 개발 #1 - 고려사항 (0) | 2023.09.14 |
---|---|
텔레그램 봇 생성 및 C#을 이용한 간단한 챗봇 로직 작성하기 (0) | 2023.07.06 |
C# .Net 5.0 단일 실행 파일 생성 (1) | 2021.08.23 |
Login Form 호출 예제 (0) | 2016.07.19 |
C# App.config에 환경설정 저장 및 불러오기[System.Configuration] (3) | 2016.01.22 |