文章分类 -  WinFx

Windows Workflow,WCF,WPF
摘要:Hosting Workflows Exposing a Workflow As a Web Service A third approach is to publish your workflow as a Web service. This means that ASP.NET applications, desktop applications, and other applicati... 阅读全文
posted @ 2006-11-20 08:16 upzone 阅读(303) 评论(0) 推荐(0)
摘要:Hosting Workflows Hosting Workflows in ASP.NET Applications If you want your application to have a Web interface, you can host your workflows within an ASP.NET application. To do this you must sati... 阅读全文
posted @ 2006-11-20 08:12 upzone 阅读(349) 评论(2) 推荐(0)
摘要:What Is Extensible Application Markup Language? XAML as a Declarative Tool XAML is an XML-based declarative markup langua... 阅读全文
posted @ 2006-11-20 07:58 upzone 阅读(188) 评论(0) 推荐(0)
摘要:Working with Workflow Activities What Are Custom Activities? In this lesson, you have seen the wide variety of useful built-in activities that WF includes. However, because WF is a general purpose dev... 阅读全文
posted @ 2006-11-20 07:41 upzone 阅读(189) 评论(0) 推荐(0)
摘要:Unexpected circumstances can cause workflows to generate exceptions, exactly as they can with procedural code. For example, if your workflow communicates with a database, but the database server is of... 阅读全文
posted @ 2006-11-20 07:39 upzone 阅读(212) 评论(0) 推荐(0)
摘要:What Are Communication Activities? WF communication activities send data to, and receive data from, external sources. These sources can include databases, Web services, and e-mail servers. Such activ... 阅读全文
posted @ 2006-11-20 07:34 upzone 阅读(368) 评论(0) 推荐(0)