C# Rx

Reactive Extensions

http://msdn.microsoft.com/en-us/data/gg577609

http://msdn.microsoft.com/en-us/data/gg577610 (download)

http://introtorx.com

 

 

 얼마전 Rx가 2.0으로 release가 되었다. 일단 소개 영상을 한번 봐보시라.

http://channel9.msdn.com/Events/TechEd/Europe/2012/DEV413

http://channel9.msdn.com/Shows/Going+Deep/Bart-De-Smet-Rx-20-RC-Time-Error-Handling-SafeSubscribe-and-More


http://introtorx.com/Content/v1.0.10621.0/00_Foreword.html


http://blogs.msdn.com/b/rafaelf/archive/2013/03/18/various-implementations-of-rx.aspx


  • Rx .NET
  • RxJS (JavaScript)
  • Rx CPP
  • RxJava
  • Reactive Cocoa
  • RxPython
  • Reactive-Dart
  • Rx.rb (Ruby)

  •  

     어떠한가 기존 프로그램을 작성하는 패턴과 달라 보이지 않은가? Publishing하고 Subscription으로 프로그램의 흐름을 바꿔 보다 쉽고 확장 가능하도록 지원해 주고 있다. ( 같은 프로젝트에서 javascript용 라이브러리도 배포를 하고 있다 )

     

     이전 release에서는 Ix(Iterator extensions)이 별도의 프로젝트에서 진행이 되었으나 이번에는 두 프로젝트가 하나의 프로젝트로 합쳐져서 배포가 되고 있다는 것은 환영할 일이다. ( http://rx.codeplex.com/ )

    + Recent posts