C# Rx
Reactive Extensions
http://msdn.microsoft.com/en-us/data/gg577609
http://msdn.microsoft.com/en-us/data/gg577610 (download)
얼마전 Rx가 2.0으로 release가 되었다. 일단 소개 영상을 한번 봐보시라.
http://channel9.msdn.com/Events/TechEd/Europe/2012/DEV413
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
어떠한가 기존 프로그램을 작성하는 패턴과 달라 보이지 않은가? Publishing하고 Subscription으로 프로그램의 흐름을 바꿔 보다 쉽고 확장 가능하도록 지원해 주고 있다. ( 같은 프로젝트에서 javascript용 라이브러리도 배포를 하고 있다 )
이전 release에서는 Ix(Iterator extensions)이 별도의 프로젝트에서 진행이 되었으나 이번에는 두 프로젝트가 하나의 프로젝트로 합쳐져서 배포가 되고 있다는 것은 환영할 일이다. ( http://rx.codeplex.com/ )
'.Net Framework' 카테고리의 다른 글
[C# Async]Event-based Asynchronous Pattern - EAP(1) Async #3 (0) | 2013.02.21 |
---|---|
[C# Async]Asynchronous Programming Model - APM Async #2 (0) | 2013.02.21 |
[C# Async] Asynchronous Programming Patterns - Async #1 (0) | 2013.02.18 |
[.Net 4.5] 2Gb 이상 메모리 사용 하기 (0) | 2013.02.18 |
[Roslyn]The Roslyn Project (0) | 2013.02.18 |