在这种情况下可以使用Workflow Foundation吗?
我想编写一个基于 asp.net 的游戏,它有规则(当然)我想要这样:当用户填写表单并单击按钮时,它将根据规则检查输入并将输出保存到数据库或显示给用户。
-我可以使用WF来编写规则吗?
-我可以在asp.net form-wf-db之间交换数据吗?
-有人可以在Web应用程序运行时编辑规则文件吗?(或者完全替换.xaml文件?)
谢谢
I want to write a asp.net based game which has rules(of course) I want this: When the user fills the form and clicks the button it will check the inputs according to rules and save the outputs to the db or show to user.
-Can I write the rules using WF?
-Can I exchange data between asp.net form-wf-db?
-Can somebody edit the rule file during runtime of web application?(Or replace the .xaml file completely?)
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是可能的,但我不认为 WF4 是一个理想的选择。您不能做的一件事是在工作流运行时修改工作流声明。
It would be possible but I don't think WF4 would be an ideal fit. The one thing you can't do is modify an workflow declaration while the workflow is running.