implementing-pubsub-pattern

Installation
SKILL.md

.NET Pub-Sub Pattern

A guide for Pub-Sub patterns for event-based asynchronous communication.

Quick Reference: See QUICKREF.md for essential patterns at a glance.

1. Core APIs

API Purpose NuGet
System.Reactive (Rx.NET) Reactive event streams System.Reactive
System.Threading.Channels Async Producer-Consumer BCL
IObservable<T> Observable sequence BCL

2. System.Threading.Channels

2.1 Basic Usage

Installs
3
GitHub Stars
36
First Seen
Feb 28, 2026
implementing-pubsub-pattern — christian289/dotnet-with-claudecode