c# - 为什么 System.ServiceModel.Persistence 过时了?

标签 c# .net wcf persistence service-model

我正在研究为 WCF 创建自定义持久性提供程序,但是 according对于 MSDN,整个程序集都已过时。我似乎找不到原因,也找不到关于应该使用什么来代替它的建议。谁能告诉我为什么这已过时以及我可以使用什么来替代?

最佳答案

documentation的每个部分你链接说:

The WF3 types are deprecated. Instead, please use the new WF4 types from System.Activities.*

更多信息来自 Jurgen Willis, MSDN :

In .NET 4 the Workflow Team released an all new Workflow engine in the System.Activities namespace. This new Workflow technology, which we refer to as WF4, responded to key customer feedback by providing significant programming model, runtime, and authoring enhancements.

With the release of .NET 4.5 Beta we are marking the types in the “WF3”, System.Workflow, namespace as obsolete.

Customers who want to migrate their applications to WF4 will find help in the WF 4 Migration Guidance articles on MSDN and the WF Migration Kit on the WF CodePlex site.

关于c# - 为什么 System.ServiceModel.Persistence 过时了?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21518968/

相关文章:

c# - Imap 西里尔字母邮件

c# - 将 HTML 抓取到对象,然后使用 AutoMapper 进行建模

c# - 我应该使用哪种集合类型以获得最佳性能?

c# - 使用自定义集合类时接口(interface)不再工作

c# - 如何在 MVC6 中正确注入(inject) HttpContext

c# - 事件订阅者是否按订阅顺序调用?

asp.net - 操作可能会破坏 ASP.NET 运行时的稳定性

c# - Azure Batch客户端,如何测试有效性?

asp.net - 如何与支持 ajax 的 Web 服务共享我的 asp.net 身份

wcf - 在WCF中处理线程异常