我是靠谱客的博主 贪玩小霸王,最近开发中收集的这篇文章主要介绍WF4状态机 CTP1发布,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

今天上午刚刚写了一篇文章其中提到WF4 的状态机最近要发布没想到这么快。

地址:http://wf.codeplex.com/releases/view/43586

WF State Machine Activity Pack CTP 1

The Microsoft WF State Machine Activity Pack CTP 1 is the first community technology preview (CTP) release of a state machine implementation based on Windows Workflow Foundation in .NET Framework 4 (WF 4). The implementation contains not only a state machine runtime but also a graphical state machine designer.

还发布了WF ADO.NET Activity Pack CTP 1

The Microsoft WF ADO.NET Activity Pack CTP 1 is the first community technology preview (CTP) release of ADO.NET activities implementation based on Windows Workflow Foundation in .NET Framework 4 (WF 4). The implementation contains a set of activities as well as designers based on ADO.NET Data Providers , which enable access to a database through SQL commands or stored procedures within a workflow.

The Microsoft WF ADO.NET Activity Pack CTP 1 includes the following three activities:

  • ExecuteSqlQuery activity allows you to query a database using SQL statement or stored procedure and process the query result.
  • ExecuteSqlQuery<T> activity allows you to get a collection of objects from the query result to be used in the workflow.
  • ExecuteSqlNonQuery activity allows you to modify database using SQL statement or stored procedure, such as INSERT, UPDATE and DELETE.

这里有一篇介绍:http://blogs.msdn.com/flow/archive/2010/04/21/wf-state-machine-activity-pack-ctp1-released.aspx

大家快去体验吧。

 

 

本文转自生鱼片的博客园博客,原文链接:http://www.cnblogs.com/carysun/archive/2010/04/21/WF4-StateMachine.html/,如需转载请自行联系原作者

最后

以上就是贪玩小霸王为你收集整理的WF4状态机 CTP1发布的全部内容,希望文章能够帮你解决WF4状态机 CTP1发布所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(75)

评论列表共有 0 条评论

立即
投稿
返回
顶部