摘要:This article will record my reading line in my study career. Focus domain:Computer Science 读书已经成为我生活最主要的一部分了,这部分甚至已经超过了我对其他事的关注。读万卷书,行万里路。读书其实很辛苦,但读书又让人觉得很快乐。下面罗列的书许多都有字典的身材,看起来不仅要时间,耐力,理解力,注意力,但是你所得到...
阅读全文
摘要:以下是摘录的关于Workflow instance的一段话。描述了instance和workflow从概念上的区别。 Note: A workflow definition is what you ask workflow runtime to execute, whereas an instance is an executing workflow definition. There is a ...
阅读全文
摘要:由于工作流运行时WorkflowRuntime在一个应用程序域中只允许存在一个实例,因此可以用单件Singleton模式来限制,并可以用工厂模式来调用,另者由于运行时需要有Start和Stop,因此也可以在工厂内添加相应的方法来启动和关闭WorkflowRuntime. using System; using System.Collections.Generic; using System.Li...
阅读全文
摘要:#region 数据集互操作 /// /// 将集合类转换成DataTable /// /// 集合 /// public static DataTable ToDataTable(IList list) { DataTable resul...
阅读全文
摘要:本文内容截取自《Windows WorkFlow Foundation: The Next Step and Beyond》 http://www.developer.com/mgmt/article.php/3624951 http://www.developer.com/mgmt/article.php/11085_3624951_2 Architecture WorkFlow Foundat...
阅读全文
摘要:Note:《Microsoft Windows Workflow Foundation 入门:开发人员演练》
阅读全文