📌
Today I Learn
CtrlK
  • Introduction
  • Resume
  • 🕸️AWS
    • AWS API Gateway with Serverless
  • MVVM Pattern
    • WPF Change content with ContentControl
    • WPF MVVM Dialog
  • Design pattern
    • TCP Connection
    • UndoRedoStack
    • Singleton Pattern
    • Async to coroutine
    • EventAggregator
  • Framework
    • Setup Python3 - Anaconda
    • Quartz.net
    • Docker
      • Compose network
    • .Net framework CLR
      • High Frequency Heap
      • SOH, LOH, POH, GC Collect
      • CLR에서 GC를 다루는 방법 - 1
    • Setting for synology docker with .Net Core 3.1
  • Books
    • System Design Interview
      • Scale from zero to millions of users
  • Algorithm
    • PCA with linear Accord.Net
    • Tree(Graph theory)
    • Map and unordered_map
    • Complexity of an Algorithm
    • Boyer Moore Horspool Algorithm
  • Project
    • Portfolio
      • Handrum
      • Algoria
  • Adaptive Parallel Threshold
Powered by GitBook
On this page
  1. Design pattern

TCP Connection

FastByteBuffer와 TCP를 이용해 네트워크 연결하기

Introduction.

/// TransferClient로 부터 들어온 데이터를 FastByteBuffer에 넣고 이를 Message로 변환하여 Event를 통해 전달한다.

Reference.

Logo[Program C#] File 전송TISTORY
PreviousWPF MVVM DialogNextUndoRedoStack

Last updated 1 year ago