๐Ÿ”ฌ Proof of Concept of Observables/Rx with .NET

1 Open Issue Need Help Last updated: Jul 11, 2025

Open Issues Need Help

View All on GitHub
Development C#/.NET

AI Summary: Create a new .NET repository named `POC-dotnet-observable` to demonstrate understanding and usage of the `IObservable<T>` interface and the Observer design pattern. This involves implementing a simple observable and observer interaction, showcasing subscription/unsubscription, and potentially using `Subject<T>`. The project should include a README documenting the PoC, learnings, and relevant resources.

Complexity: 3/5
๐Ÿ“ documentation enhancement good first issue ๐ŸŽจ ux โœจ feature ๐Ÿ‘ท๐Ÿผ infrastructure ๐Ÿ“ฆ dependencies ๐Ÿงช tests ๐Ÿšจ security โš™๏ธ CI/CD ๐Ÿง‘โ€๐Ÿ’ป tech-debt ๐Ÿ•” high effort

๐Ÿ”ฌ Proof of Concept of Observables/Rx with .NET

Shell