- Популярные видео
- Авто
- Видео-блоги
- ДТП, аварии
- Для маленьких
- Еда, напитки
- Животные
- Закон и право
- Знаменитости
- Игры
- Искусство
- Комедии
- Красота, мода
- Кулинария, рецепты
- Люди
- Мото
- Музыка
- Мультфильмы
- Наука, технологии
- Новости
- Образование
- Политика
- Праздники
- Приколы
- Природа
- Происшествия
- Путешествия
- Развлечения
- Ржач
- Семья
- Сериалы
- Спорт
- Стиль жизни
- ТВ передачи
- Танцы
- Технологии
- Товары
- Ужасы
- Фильмы
- Шоу-бизнес
- Юмор
High-Performance Local IPC: C# to Python via Windows Named Pipes
This quick demo shows how a Python program communicates with a C# program on Windows using Named Pipes (Inter-Process Communication / IPC).
You’ll see a minimal, real-world example with:
A Python Named Pipe server
A C# Named Pipe client
Bidirectional (duplex) messaging
No HTTP, no sockets, no external dependencies
This pattern is useful for desktop applications, local tooling, automation, and hybrid C# + Python systems where performance, privacy, and simplicity matter.
🔗 Source Code
GitHub repo (full demo):
https://github.com/hassanhabib/IPC.Demo
Documentation
Windows Named Pipes (Microsoft):
https://learn.microsoft.com/en-us/windows/win32/ipc/named-pipes
.NET NamedPipeClientStream:
https://learn.microsoft.com/en-us/dotnet/api/system.io.pipes.namedpipeclientstream
PyWin32 (win32pipe, win32file):
https://pypi.org/project/pywin32/
Видео High-Performance Local IPC: C# to Python via Windows Named Pipes канала Hassan Habib
You’ll see a minimal, real-world example with:
A Python Named Pipe server
A C# Named Pipe client
Bidirectional (duplex) messaging
No HTTP, no sockets, no external dependencies
This pattern is useful for desktop applications, local tooling, automation, and hybrid C# + Python systems where performance, privacy, and simplicity matter.
🔗 Source Code
GitHub repo (full demo):
https://github.com/hassanhabib/IPC.Demo
Documentation
Windows Named Pipes (Microsoft):
https://learn.microsoft.com/en-us/windows/win32/ipc/named-pipes
.NET NamedPipeClientStream:
https://learn.microsoft.com/en-us/dotnet/api/system.io.pipes.namedpipeclientstream
PyWin32 (win32pipe, win32file):
https://pypi.org/project/pywin32/
Видео High-Performance Local IPC: C# to Python via Windows Named Pipes канала Hassan Habib
Комментарии отсутствуют
Информация о видео
26 декабря 2025 г. 1:44:14
00:07:46
Другие видео канала





















