NetCore6.0 Memory Cache (MySQL, MsSQL) 선택가능

2024년 03월 19일 golgol 0

Remark : DB 쉽게 세팅, ICacheGetSet 으로 간단하게 구성 하기 UML Files MsSQL -> AirlineDBContext.cs MySQL -> AirlineDBContext.cs AirlineController.cs AirlineHttpClient.cs CacheProvider.cs Airline.cs CacheGetSet.cs Program.cs

NetCore6.0 Memory Cache (MSSQL DB)

2024년 02월 29일 golgol 0

Overview : MSSQL DB 데이타 캐싱 하기 1. MySQL 2. MSSQL Data UML 솔루션 파일들 AirlineController AirlineDBContext AirlineHttpClient CacheProvider Models -> Airline CachedCodeService CacheService CodeService […]

NetCore6.0 Memory Cache (MySQL DB)

2024년 02월 29일 golgol 0

Overview : MySQL DB 데이타 캐싱 하기 1. MSSql Data 2. MySQL Data UML 솔루션 파일들 AirlineController AirlineDBContext AirlineHttpClient CacheProvider Models -> Airline CachedCodeService CacheService […]

NetCore6.0 Memory Cache simple

2024년 02월 27일 golgol 0

1. 필요한 패키지 설치 2. 메모리 캐시 사용하기 .NET Core에서 메모리 캐시를 사용하기 위해 IMemoryCache 인터페이스를 활용합니다. 이 인터페이스를 사용하려면 먼저 서비스 컨테이너에 등록해야 합니다. […]

NetCore6.0 Memory Cache (Web XML Data)

2024년 02월 06일 golgol 0

1. Memory Cache Simple sample 2. Memory Cache Interface sample (web XML Data) Web XML Data UML Program Files AirlineController AirlineHttpClient CacheProvider Models->Airlines CachedCodeService CacheService […]

Memory Cache (3 tables TableMappings)

2023년 02월 27일 golgol 0

Overview: DataSet TableMappings을 이용하여 관계형으로 Table 3개를 캐싱해본다. 1.Net Framework 4.6 이상에서 설치가능 2.설치 NuGet 패캐지 관리에서 설치 및 참조 추가 확인 3.참조 확인 4. […]

Memory Cache (3 tables and LINQ Query)

2023년 02월 21일 golgol 0

Overview: DataSet을 이용하여 관계형으로 Table 3개를 캐싱해본다. 1.Net Framework 4.6 이상에서 설치가능 2.설치 NuGet 패캐지 관리에서 설치 및 참조 추가 확인 3.참조 확인 4. Simple […]

Memory Cache (MSDataShape)

2023년 02월 08일 golgol 0

Overview: MSDataShape 이용하여 관계형으로 Table 2개를 캐싱해본다. 1.Net Framework 4.6 이상에서 설치가능 2.설치 NuGet 패캐지 관리에서 설치 및 참조 추가 확인 3.참조 확인 4. Simple […]