摘要: 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 阅读(514) 评论(1) 推荐(0) 编辑
摘要: 下面是稍微修改过的MSDN的IObservable例子。 public struct Message { string text; public Message(string newText) { this.text = n... 阅读全文
posted @ 2015-03-10 13:17 bwangff 阅读(575) 评论(0) 推荐(1) 编辑
摘要: 这么个问题,有两个对象如下,需要合并为一个对象。他们的是同一个证券(Security)的不同分红(Dividend).但是因为type不一样,是先做的取在合并,不是在数据库层合并的。SuccessIP0.109375Success0000105309222542D449SLVOUS22542D449... 阅读全文
posted @ 2015-03-05 15:56 bwangff 阅读(409) 评论(0) 推荐(0) 编辑
摘要: String to DateTime // String to DateTime String MyString; MyString = "1999-09-01 21:34 PM"; //MyString = "1999-09-01 21:34 p.m."; //Depends on your r... 阅读全文
posted @ 2015-02-06 14:05 bwangff 阅读(173) 评论(0) 推荐(0) 编辑
摘要: The general project structure is as below, so that you will see we need to addAutofac.dllQuartz.dllFor quick adding them into your project, Visual Stu... 阅读全文
posted @ 2015-01-19 13:02 bwangff 阅读(1378) 评论(0) 推荐(0) 编辑