.NET/링크
[닷넷] 리액티브 닷넷 소개, 강좌 (Rx.NET, Reactive)
devj
2018. 12. 6. 17:50
MS는 ReactiveX를 왜 만들었을까? (feat. RxJS)
http://huns.me/development/2051
웹 프론트엔드 개발자의 얕고 넓은 Rx 이야기
https://www.slideshare.net/jeokrang/rx-70197043
강좌 1
강좌 2
- Reactive Extensions (Rx) – Part 1 – Replacing C# Events
- Reactive Extensions (Rx) – Part 2 – Wrapping C# Events
- Reactive Extensions (Rx) – Part 3 – Naming Conventions
- Reactive Extensions (Rx) – Part 4 – Replacing Timers
- Reactive Extensions (Rx) – Part 5 – Awaiting Observables
- Reactive Extensions (Rx) – Part 6 – Task ToObservable
- Reactive Extensions (Rx) – Part 7 – Sample Events
- Reactive Extensions (Rx) – Part 8 – Timeouts
* nuget(4.1.6버전 기준 .Net framework 4.6부터 사용 가능)
https://www.nuget.org/packages/System.Reactive/
* Github의 관련 사용 예시
Showing the top 10 GitHub repositories that depend on System.Reactive: