摘要: MSDN (https://msdn.microsoft.com/en-us/library/dd997357(v=vs.110).aspx):In the .NET Framework3.5 and earlier versions, ASP.NET provided an in-memory c... 阅读全文
posted @ 2015-03-10 13:30 bwangff 阅读(529) 评论(1) 推荐(0)
摘要: 下面是稍微修改过的MSDN的IObservable例子。 public struct Message { string text; public Message(string newText) { this.text = n... 阅读全文
posted @ 2015-03-10 13:17 bwangff 阅读(590) 评论(0) 推荐(1)