12 2023 档案

摘要:Rx is a powerful framework that can greatly simplify code that responds to events. But to write good Reactive code you have to understand the basic co 阅读全文
posted @ 2023-12-30 22:18 菜鸟吊思 阅读(59) 评论(0) 推荐(0)
摘要:Rx is a .NET library for processing event streams. Why might you want that? Rx 是一个用于处理事件流的.NET 库。为什么需要它? Why Rx? 为什么选择Rx? Users want timely informatio 阅读全文
posted @ 2023-12-30 21:48 菜鸟吊思 阅读(120) 评论(0) 推荐(0)
摘要:Firstly, I (Ian Griffiths) should make it clear that this revised edition builds on the excellent work of the original author Lee Campbell. I am grate 阅读全文
posted @ 2023-12-30 21:40 菜鸟吊思 阅读(20) 评论(0) 推荐(0)
摘要:Reactive programming is not a new concept. Any kind of user interface development necessarily involves code that responds to events. Languages like Sm 阅读全文
posted @ 2023-12-30 18:38 菜鸟吊思 阅读(41) 评论(0) 推荐(0)
摘要:Foreword 前言 Acknowledgements 感谢 PART 1 第1部分 Why Rx .NET? 为什么使用Rx.NET Key Types 关键类型 Creating Observable Sequences 创建可观察对象序列 PART 2 第2部分 From Events to 阅读全文
posted @ 2023-12-30 18:33 菜鸟吊思 阅读(6) 评论(0) 推荐(0)