<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" media="screen" href="/App_Themes/default/rss.xslt"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:evnet="http://www.mscommunities.com/rssmodule/"><channel><title>mwink</title><atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/posts/mwink/rss/default.aspx" /><image><url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url><title>mwink</title><link>http://channel9.msdn.com/posts/mwink/</link></image><description>Channel 9 Blog for mwink</description><link>http://channel9.msdn.com/posts/mwink/</link><language>en-us</language><pubDate>Fri, 31 Aug 2007 16:48:10 GMT</pubDate><lastBuildDate>Fri, 31 Aug 2007 16:48:10 GMT</lastBuildDate><generator>EvNet (EvNet, Version=1.0.3608.3122, Culture=neutral, PublicKeyToken=null)</generator><item><title>Introduction to Workflow Services (building WCF Services with WF)</title><description>One of my favorite features in .NET 3.5 is the integration work that has been done between WF (Windows Workflow Foundation) and WCF (Windows Communication Foundation).&amp;nbsp; Check out a c9 video with that team &lt;a href="http://channel9.msdn.com/ShowPost.aspx?PostID=335756&gt;here&lt;/a&gt;.&amp;nbsp; This short screencasts walks through how to consume a WCF service from a workflow, as well as implementing a service as a workflow.&amp;nbsp; &lt;BR&gt;&lt;BR&gt;This is a recording of the "first demo" I do in any of my presentations introducing this topic, and as such, it involves starting with a blank solution and building all the pieces we need.&lt;img src="http://channel9.msdn.com/257343/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/posts/mwink/Introduction-to-Workflow-Services-building-WCF-Services-with-WF/</comments><link>http://channel9.msdn.com/posts/mwink/Introduction-to-Workflow-Services-building-WCF-Services-with-WF/</link><pubDate>Fri, 31 Aug 2007 16:48:10 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/posts/mwink/Introduction-to-Workflow-Services-building-WCF-Services-with-WF/</guid><evnet:views>21581</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/257343/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>One of my favorite features in .NET 3.5 is the integration work that has been done between WF (Windows Workflow Foundation) and WCF (Windows Communication Foundation).&amp;nbsp; Check out a c9 video with that team &lt;a href="/ShowPost.aspx?PostID=335756"&gt;here&lt;/a&gt;.&amp;nbsp; This short screencasts walks through how to consume a WCF service from a workflow, as well as implementing a service as a workflow.&amp;nbsp; &lt;BR&gt;&lt;BR&gt;This is a recording of the "first demo" I do in any of my presentations introducing this topic, and as such, it involves starting with a blank solution and building all the pieces we need.</evnet:previewtext><media:thumbnail url="http://channel9.msdn.com/Link/1c73cbda-bb7d-4dbd-a5ab-5506f2ddf7c2/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/b0e14bca-5172-40f0-bbe1-65192d4b85f1/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/d8089abe-7c45-4f60-ad38-9fb503cb5dd9/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/c194185e-a54b-429c-a287-d1e6e637f248/" height="64" width="85" /><media:thumbnail url="http://channel9.msdn.com/Link/f6b19fd7-41cb-41fc-8502-26d6e838df8c/" height="64" width="85" /><media:thumbnail url="http://channel9.msdn.com/Link/48fe30d6-739c-4292-8770-9dc7f3801d75/" height="64" width="85" /><media:group><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/ch9/3/4/3/7/5/2/338720_OrcasTrainingIntroSilverWithAudio.wmv" expression="full" duration="600" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/3/4/3/7/5/2/338720.jpg" expression="full" type="image/jpeg" medium="image" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/ch9/3/4/3/7/5/2/338720_OrcasTrainingIntroSilverWithAudio.wmv" length="1" type="video/x-ms-wmv" /><dc:creator>mwink</dc:creator><slash:comments>2</slash:comments><wfw:commentRss>http://channel9.msdn.com/posts/mwink/Introduction-to-Workflow-Services-building-WCF-Services-with-WF/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/257343/Trackback.aspx</trackback:ping><category>Orcas</category><category>WCF</category><category>Windows Workflow</category></item><item><title>•	Dynamically Creating Service Contracts using Workflow Services in .NET 3.5</title><description>In this screencast, we show how we can use a workflow first design pattern to dynamically create a service contract when we are building workflow services.&amp;nbsp; &lt;BR&gt;&lt;BR&gt;For more information, check out my blog post &lt;a href="http://blogs.msdn.com/mwinkle/archive/2007/04/27/dynamically-generating-an-operation-contract-in-orcas.aspx"&gt;here&lt;/a&gt;.&lt;img src="http://channel9.msdn.com/256761/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/posts/mwink/Dynamically-Creating-Service-Contracts-using-Workflow-Services-in-NET-35/</comments><link>http://channel9.msdn.com/posts/mwink/Dynamically-Creating-Service-Contracts-using-Workflow-Services-in-NET-35/</link><pubDate>Thu, 02 Aug 2007 23:07:30 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/posts/mwink/Dynamically-Creating-Service-Contracts-using-Workflow-Services-in-NET-35/</guid><evnet:views>8059</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/256761/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>In this screencast, we show how we can use a workflow first design pattern to dynamically create a service contract when we are building workflow services.&amp;nbsp; &lt;BR&gt;&lt;BR&gt;For more information, check out my blog post &lt;a href="http://blogs.msdn.com/mwinkle/archive/2007/04/27/dynamically-generating-an-operation-contract-in-orcas.aspx"&gt;here&lt;/a&gt;.</evnet:previewtext><media:thumbnail url="http://channel9.msdn.com/Link/d4dbcdc1-50f5-47bf-8c3e-b2579628c4b2/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/9bf5bd66-bc66-4e62-968d-4661ce23edad/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/1146d703-f93c-4687-b22f-0e473be296d0/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/460fe06f-658f-45a0-a75f-17bb1224662e/" height="64" width="85" /><media:thumbnail url="http://channel9.msdn.com/Link/6a155442-abfe-4537-b64f-c2b421f7cfe6/" height="64" width="85" /><media:thumbnail url="http://channel9.msdn.com/Link/a59d8769-55ab-4080-80ca-a5f0ede42e5b/" height="64" width="85" /><media:group><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/ch9/1/6/7/6/5/2/331668_CreatingDynamicSilverContractswmv.wmv" expression="full" duration="410" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/1/6/7/6/5/2/331668.jpg" expression="full" type="image/jpeg" medium="image" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/ch9/1/6/7/6/5/2/331668_CreatingDynamicSilverContractswmv.wmv" length="1" type="video/x-ms-wmv" /><dc:creator>mwink</dc:creator><slash:comments>0</slash:comments><wfw:commentRss>http://channel9.msdn.com/posts/mwink/Dynamically-Creating-Service-Contracts-using-Workflow-Services-in-NET-35/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/256761/Trackback.aspx</trackback:ping><category>Orcas</category><category>WCF</category><category>Windows Workflow</category></item><item><title>Creating a Workflow Service in Approximately 60 Seconds</title><description>Got VS 2008 Beta 2?&amp;nbsp; In this screencast, we walk through the new project templates to rapidly create a WCF service that is implemented in WF using the Send and Receive activities in .NET 3.5.&amp;nbsp; This is one of the biggest asks we have had from customers, and in this short 3 minutes of your life, you will see how to create them, and see how the tools can make your life easier.&lt;img src="http://channel9.msdn.com/256661/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/posts/mwink/Creating-a-Workflow-Service-in-Approximately-60-Seconds/</comments><link>http://channel9.msdn.com/posts/mwink/Creating-a-Workflow-Service-in-Approximately-60-Seconds/</link><pubDate>Mon, 30 Jul 2007 19:49:55 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/posts/mwink/Creating-a-Workflow-Service-in-Approximately-60-Seconds/</guid><evnet:views>12124</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/256661/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Got VS 2008 Beta 2?&amp;nbsp; In this screencast, we walk through the new project templates to rapidly create a WCF service that is implemented in WF using the Send and Receive activities in .NET 3.5.&amp;nbsp; This is one of the biggest asks we have had from customers, and in this short 3 minutes of your life, you will see how to create them, and see how the tools can make your life easier.</evnet:previewtext><media:thumbnail url="http://channel9.msdn.com/Link/bdd145d8-8ed0-44f5-b35b-525402ff6ff7/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/de621c54-0f5e-40e2-abec-a9abf2ba301c/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/2443211d-6484-4500-a18f-e02e925cdf69/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/6f84b6ab-8f03-40e8-a42c-6f6bf0fb8db3/" height="64" width="85" /><media:thumbnail url="http://channel9.msdn.com/Link/b772bdc0-62a6-4f0d-86a9-32c216fa399f/" height="64" width="85" /><media:thumbnail url="http://channel9.msdn.com/Link/2039e4f1-3220-4b6f-8b9d-34126655ee4e/" height="64" width="85" /><media:group><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/ch9/1/6/6/6/5/2/330489_introtowfservices.wmv" expression="full" duration="181" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/1/6/6/6/5/2/330489.jpg" expression="full" type="image/jpeg" medium="image" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/ch9/1/6/6/6/5/2/330489_introtowfservices.wmv" length="1" type="video/x-ms-wmv" /><dc:creator>mwink</dc:creator><slash:comments>2</slash:comments><wfw:commentRss>http://channel9.msdn.com/posts/mwink/Creating-a-Workflow-Service-in-Approximately-60-Seconds/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/256661/Trackback.aspx</trackback:ping><category>Orcas</category><category>Visual Studio</category><category>WCF</category><category>Windows Workflow</category></item><item><title>BizTalk Server 2006 Extensions for WF</title><description>This video shows how to use this sample to integrate BizTalk and WF today.&lt;BR&gt;&lt;BR&gt;From Paul Andrew's blog &lt;a href="http://blogs.msdn.com/pandrew/archive/2007/06/27/no-biztalk-experience-required.aspx"&gt;here&lt;/a&gt;.&lt;BR&gt;&lt;BR&gt;
&lt;BLOCKQUOTE dir=ltr&gt;
&lt;P&gt;&lt;SPAN&gt;The BizTalk Adapter for Windows Workflow Foundation SDK Sample (June 2007 CTP) is a preview of some new technology for business logic and process developers. It provides for workflow models developed using Windows Workflow Foundation from the .NET Framework 3.0 to be hosted in BizTalk Server 2006. By doing this the workflow gains access to services from BizTalk Server 2006 including scalability, reliability, manageability, and access to messaging with BizTalk Server ports. The next major version of BizTalk Server is planned to be built on Windows Workflow Foundation and this CTP provides an option for customers to do this with current technologies. A release date has not yet been planned and will depend on customer feedback and the sample is currently not planned to be Microsoft supported. The CTP is suitable for software developers familiar with Windows Workflow Foundation and is provided as an SDK sample with source code. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The sample provides a tool that evaluates an existing WF workflow model and creates a BizTalk orchestration project as a proxy for that WF workflow model. The orchestration can then be deployed to BizTalk Server and the WF model is used.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;img src="http://channel9.msdn.com/255824/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/posts/mwink/BizTalk-Server-2006-Extensions-for-WF/</comments><link>http://channel9.msdn.com/posts/mwink/BizTalk-Server-2006-Extensions-for-WF/</link><pubDate>Thu, 28 Jun 2007 20:18:51 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/posts/mwink/BizTalk-Server-2006-Extensions-for-WF/</guid><evnet:views>5103</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/255824/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>This video shows how to use this sample to integrate BizTalk and WF today.From Paul Andrew's blog here.

The BizTalk Adapter for Windows Workflow Foundation SDK Sample (June 2007 CTP) is a preview of some new technology for business logic and process developers. It provides for workflow models developed using Windows Workflow Foundation from the .NET Framework 3.0 to be hosted in BizTalk Server 2006. By doing this the workflow gains access to services from BizTalk Server 2006 including scalability, reliability, manageability, and access to messaging with BizTalk Server ports. The next major&amp;#8230;</evnet:previewtext><media:thumbnail url="http://channel9.msdn.com/Link/5ed4d674-11ca-4518-8870-df3029a45a24/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/d21eeac5-f5dc-4738-9884-097716d1d16b/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/de1528f1-e0b6-4530-81ce-221ef80f4b2e/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/0831819f-881c-4d6a-8b43-3281456c6ce3/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/293a1d03-82d1-4004-b6cf-8a4a6de44bde/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/2c4f4426-93ed-4936-bda2-ca581157a49e/" height="64" width="85" /><media:thumbnail url="http://channel9.msdn.com/Link/4a92524d-daa5-4f2b-bf1f-d7e049309e66/" height="64" width="85" /><media:thumbnail url="http://channel9.msdn.com/Link/9ea39934-4a93-492d-99d0-e4b20eccc2ca/" height="64" width="85" /><media:thumbnail url="http://channel9.msdn.com/Link/0cd2ead6-e5e6-47ac-9034-f8bdc326d692/" height="64" width="85" /><media:thumbnail url="http://channel9.msdn.com/Link/da267bb2-d9b2-4295-bf25-008d021dda6c/" height="64" width="85" /><media:group><media:content isDefault="true" url="http://go.microsoft.com/?linkid=6902574" expression="full" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/4/2/8/5/5/2/320225.jpg" expression="full" type="image/jpeg" medium="image" /></media:group><enclosure url="http://go.microsoft.com/?linkid=6902574" length="1" type="video/x-ms-wmv" /><dc:creator>mwink</dc:creator><slash:comments>0</slash:comments><wfw:commentRss>http://channel9.msdn.com/posts/mwink/BizTalk-Server-2006-Extensions-for-WF/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/255824/Trackback.aspx</trackback:ping><category>Biztalk</category><category>WCF</category><category>Windows Workflow</category></item><item><title>Building WCF (Windows Communication Foundation) Services with WF (Windows Workflow Foundation)</title><description>&lt;P&gt;I often liken WF and WCF to long lost siblings separated at birth.&amp;nbsp; Almost every customer I talk to wants to use these two technologies together.&amp;nbsp; In V1, one could certainly use the two together, there was just some plumbing that had to be written.&amp;nbsp; In Orcas, we aim to take care of most of that plumbing for you.&lt;BR&gt;&lt;BR&gt;This is a 75 minute training session given by Pravin Indurkar, the PM responsible for the feature in Orcas.&lt;BR&gt;&lt;BR&gt;For more information, you can check out my blog &lt;a href="http://blogs.msdn.com/mwinkle"&gt;here&lt;/a&gt;. (&lt;a href="http://blogs.msdn.com/mwinkle/archive/2007/02/28/wcf-and-wf-in-quot-orcas-quot.aspx"&gt;Orcas WF+WCF features&lt;/a&gt;, &lt;a href="http://blogs.msdn.com/mwinkle/archive/2007/04/27/dynamically-generating-an-operation-contract-in-orcas.aspx"&gt;Dynamically Creating Contracts (Workflow First Design)&lt;/a&gt;)&lt;BR&gt;&lt;/P&gt;&lt;img src="http://channel9.msdn.com/255767/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/posts/mwink/Building-WCF-Windows-Communication-Foundation-Services-with-WF-Windows-Workflow-Foundation/</comments><link>http://channel9.msdn.com/posts/mwink/Building-WCF-Windows-Communication-Foundation-Services-with-WF-Windows-Workflow-Foundation/</link><pubDate>Tue, 26 Jun 2007 17:07:04 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/posts/mwink/Building-WCF-Windows-Communication-Foundation-Services-with-WF-Windows-Workflow-Foundation/</guid><evnet:views>9215</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/255767/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>I often liken WF and WCF to long lost siblings separated at birth.&amp;nbsp; Almost every customer I talk to wants to use these two technologies together.&amp;nbsp; In V1, one could certainly use the two together, there was just some plumbing that had to be written.&amp;nbsp; In Orcas, we aim to take care of most of that plumbing for you.This is a 75 minute training session given by Pravin Indurkar, the PM responsible for the feature in Orcas.For more information, you can check out my blog here. (Orcas WF+WCF features, Dynamically Creating Contracts (Workflow First Design))</evnet:previewtext><media:thumbnail url="http://channel9.msdn.com/Link/3add16d6-6152-4e64-96cd-1fa33c9ac715/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/d05c0ce3-4ef6-48e5-81bc-fa4a3e2f84ba/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/1208cbcc-fab2-490f-8af5-94d1c3bdabeb/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/7435849b-039f-438b-ab8b-b9b119037d8f/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/073e05a7-c401-478b-a53e-fcf32c9cc5f4/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/b7dbd3a9-b326-4bbc-91b5-01d9ba5f4f69/" height="64" width="85" /><media:thumbnail url="http://channel9.msdn.com/Link/8762b7dc-7d2f-4fe3-9326-fad1323606ee/" height="64" width="85" /><media:thumbnail url="http://channel9.msdn.com/Link/83551ab7-91ef-4054-95d3-21e5eeffc4df/" height="64" width="85" /><media:thumbnail url="http://channel9.msdn.com/Link/725102a0-9682-419f-8513-2d9eb5dd6f85/" height="64" width="85" /><media:thumbnail url="http://channel9.msdn.com/Link/b7710552-3b8a-4a88-9600-72644fce4482/" height="64" width="85" /><media:group><media:content isDefault="true" url="http://download.microsoft.com/download/0/8/f/08f41ca7-26ea-4847-b78e-dd35203973ad/WorkflowServicesInOrcas.wmv" expression="full" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/7/6/7/5/5/2/319489.jpg" expression="full" type="image/jpeg" medium="image" /></media:group><enclosure url="http://download.microsoft.com/download/0/8/f/08f41ca7-26ea-4847-b78e-dd35203973ad/WorkflowServicesInOrcas.wmv" length="1" type="video/x-ms-wmv" /><dc:creator>mwink</dc:creator><slash:comments>1</slash:comments><wfw:commentRss>http://channel9.msdn.com/posts/mwink/Building-WCF-Windows-Communication-Foundation-Services-with-WF-Windows-Workflow-Foundation/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/255767/Trackback.aspx</trackback:ping><category>Orcas</category><category>WCF</category><category>Windows Workflow</category></item><item><title>Introduction to the Windows Workflow Foundation Pageflow sample</title><description>&lt;P&gt;Most people think of workflows as a tool to represent and automate back-end business processes. Back-end business processes normally require some user interaction but their main purpose is not to drive the user experience or manage the UI. However, there is a growing type of application that leverages workflow as a tool to drive the user interaction and drive the user experience of an interactive process. This type of technology is called page flow. 
&lt;P&gt;Last year at TechEd, we showed off some bits we had been working on internally that were designed to make that possible, the ability to model the user interaction of an application using workflow. This approach provides developers the ability to continue managing the complexity of their application in a structure and scalable manner. It turned out that the code we showed at TechEd wasn't going to end up in any of the product releases, so the dev team requested permission to release that code as a sample of how one can implement a generic navigation framework using WF that can support multiple UI technologies (i.e. ASP.NET and WPF).&amp;nbsp; This year, I just finished giving a talk showing this off and talking about how it will be available today! &lt;BR&gt;&lt;BR&gt;You can find more information &lt;a href="http://blogs.msdn.com/mwinkle/archive/2007/06/07/introducing-the-pageflow-sample.aspx"&gt;here on my blog&lt;/a&gt;.&lt;/P&gt;&lt;img src="http://channel9.msdn.com/255454/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/posts/mwink/Introduction-to-the-Windows-Workflow-Foundation-Pageflow-sample/</comments><link>http://channel9.msdn.com/posts/mwink/Introduction-to-the-Windows-Workflow-Foundation-Pageflow-sample/</link><pubDate>Tue, 12 Jun 2007 20:19:41 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/posts/mwink/Introduction-to-the-Windows-Workflow-Foundation-Pageflow-sample/</guid><evnet:views>10427</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/255454/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Most people think of workflows as a tool to represent and automate back-end business processes. Back-end business processes normally require some user interaction but their main purpose is not to drive the user experience or manage the UI. However, there is a growing type of application that leverages workflow as a tool to drive the user interaction and drive the user experience of an interactive process. This type of technology is called page flow. 
Last year at TechEd, we showed off some bits we had been working on internally that were designed to make that possible, the ability to model&amp;#8230;</evnet:previewtext><media:thumbnail url="http://channel9.msdn.com/Link/2eb753ec-4ddd-4378-8b2b-00c63d911871/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/e840892c-6703-4680-bf70-05738772c756/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/3cbd761b-d275-4920-a00d-1a89a5a5717f/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/ccb7cbdd-a439-4e0a-b5af-2592f2828878/" height="64" width="85" /><media:thumbnail url="http://channel9.msdn.com/Link/1d96ad33-60cd-4700-896e-666c87c04277/" height="64" width="85" /><media:thumbnail url="http://channel9.msdn.com/Link/f063df2c-355b-4571-8f1f-8ce72a70596b/" height="64" width="85" /><media:content isDefault="true" url="http://download.microsoft.com/download/d/9/0/d900e09c-30fb-41cc-8363-f3964332a25f/IntroToPageflow.wmv" expression="full" type="video/x-ms-wmv" medium="video" /><enclosure url="http://download.microsoft.com/download/d/9/0/d900e09c-30fb-41cc-8363-f3964332a25f/IntroToPageflow.wmv" length="1" type="video/x-ms-wmv" /><dc:creator>mwink</dc:creator><slash:comments>2</slash:comments><wfw:commentRss>http://channel9.msdn.com/posts/mwink/Introduction-to-the-Windows-Workflow-Foundation-Pageflow-sample/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/255454/Trackback.aspx</trackback:ping><category>ASP.NET</category><category>Windows Workflow</category></item><item><title>Rules Driven UI using WF</title><description>&lt;a href="http://blogs.msdn.com/moustafa"&gt;Moustafa&lt;/a&gt; has put together this screencast to show off how you can use the Rules Engine capabilities contained in Windows Workflow Foundation outside of a workflow, and leverage it to drive the business logic of a Windows Forms application.&amp;nbsp; Check out the video, and if you're interested in more, then head on over to&amp;nbsp;&amp;nbsp;our community site&amp;nbsp;where &lt;a href="http://wf.netfx3.com/files/folders/rules_samples/entry819.aspx"&gt;you can download the sample&lt;/a&gt;&lt;a href="http://wf.netfx3.com/files/folders/rules_samples/entry819.aspx"&gt;.&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnlong/html/intWF_FndRlsEng.asp"&gt;
This is the article&lt;/a&gt; that Moustafa mentions that introduces the Rules Engine available at MSDN.&lt;br&gt;&lt;br&gt;&lt;br&gt;For more information on Windows Workflow Foundation, you can check the following resources:
&lt;ul&gt;&lt;li&gt;&lt;a href="http://wf.netfx3.com/"&gt;http://wf.netfx3.com&lt;/a&gt; 
&lt;/li&gt;&lt;li&gt;&lt;a href="http://msdn.microsoft.com/workflow"&gt;http://msdn.microsoft.com/workflow&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;br&gt;&lt;img src="http://channel9.msdn.com/208209/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/posts/mwink/Rules-Driven-UI-using-WF/</comments><link>http://channel9.msdn.com/posts/mwink/Rules-Driven-UI-using-WF/</link><pubDate>Fri, 07 Jul 2006 23:35:58 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/posts/mwink/Rules-Driven-UI-using-WF/</guid><evnet:views>26383</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/208209/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>&lt;a href="http://blogs.msdn.com/moustafa"&gt;Moustafa&lt;/a&gt; has put together this screencast to show off how you can use the Rules Engine capabilities contained in Windows Workflow Foundation outside of a workflow, and leverage it to drive the business logic of a Windows Forms application.&amp;nbsp; Check out the video, and if you're interested in more, then head on over to&amp;nbsp;&amp;nbsp;our community site&amp;nbsp;where &lt;a href="http://wf.netfx3.com/files/folders/rules_samples/entry819.aspx"&gt;you can download the sample&lt;/a&gt;&lt;a href="http://wf.netfx3.com/files/folders/rules_samples/entry819.aspx"&gt;.&lt;/a&gt;&lt;br&gt;&lt;br&gt;</evnet:previewtext><media:thumbnail url="http://channel9.msdn.com/Link/417c246c-e607-4ca3-aced-9949b7262515/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/705a07bd-0781-4596-8d73-4be23729fd38/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/dd675350-b147-4b76-a1c4-0af5fa887442/" height="64" width="85" /><media:thumbnail url="http://channel9.msdn.com/Link/2c1a770b-e40e-4b21-94a0-3cb42692890f/" height="64" width="85" /><media:group><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/ch9/9/0/2/8/0/2/213247_wf_rules_driven_ui_moustafa.wmv" expression="full" duration="670" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/9/0/2/8/0/2/213247.jpg" expression="full" type="image/jpeg" medium="image" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/ch9/9/0/2/8/0/2/213247_wf_rules_driven_ui_moustafa.wmv" length="1" type="video/x-ms-wmv" /><dc:creator>mwink</dc:creator><slash:comments>10</slash:comments><wfw:commentRss>http://channel9.msdn.com/posts/mwink/Rules-Driven-UI-using-WF/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/208209/Trackback.aspx</trackback:ping><category>Windows Forms</category><category>Windows Workflow</category><category>WinFX</category></item><item><title>Workflow Manager Application</title><description>&lt;p&gt;&lt;a href="HTTP://blogs.msdn.com/sergeychub"&gt;Sergey&lt;/a&gt;, from the Windows Workflow Foundation team, has put together a great sample that highlights designer re-hosting, tracking, and the ability to dynamically update a workflow.&amp;nbsp; Check out the video, and if you're interested in more, then head on over to&amp;nbsp;&amp;nbsp;our community site&amp;nbsp;where &lt;a href="http://wf.netfx3.com/files/folders/sample_applications/entry4074.aspx"&gt;you can download the sample&lt;/a&gt;.&lt;br&gt;&lt;br&gt;For more information on Windows Workflow Foundation, you can check the following resources:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://wf.netfx3.com"&gt;http://wf.netfx3.com&lt;/a&gt; 
&lt;/li&gt;&lt;li&gt;&lt;a href="http://msdn.microsoft.com/workflow"&gt;http://msdn.microsoft.com/workflow&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;&lt;br&gt;&lt;br&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/208182/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/posts/mwink/Workflow-Manager-Application/</comments><link>http://channel9.msdn.com/posts/mwink/Workflow-Manager-Application/</link><pubDate>Fri, 07 Jul 2006 22:24:59 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/posts/mwink/Workflow-Manager-Application/</guid><evnet:views>17096</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/208182/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>&lt;p&gt;&lt;a href="HTTP://blogs.msdn.com/sergeychub"&gt;Sergey&lt;/a&gt;, from the Windows Workflow Foundation team, has put together a great sample that highlights designer re-hosting, tracking, and the ability to dynamically update a workflow.&amp;nbsp; Check out the video, and if you're interested in more, then head on over to&amp;nbsp;&amp;nbsp;our community site&amp;nbsp;where &lt;a href="http://wf.netfx3.com/files/folders/sample_applications/entry4074.aspx"&gt;you can download the sample&lt;/a&gt;.&lt;br&gt;&lt;br&gt;For more information on Windows Workflow Foundation, you can check the following resources:&lt;/p&gt;</evnet:previewtext><media:thumbnail url="http://channel9.msdn.com/Link/969018c4-412c-424f-a159-a7627895d766/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/07b23fc6-ca9a-4658-80f9-f9d8eeb88067/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/00c28bd2-fb99-4d66-8249-a1d87bd60741/" height="64" width="85" /><media:thumbnail url="http://channel9.msdn.com/Link/5ee9c0a5-e140-4f77-8977-4e6763eda641/" height="64" width="85" /><media:group><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/ch9/2/8/1/8/0/2/213220_workflow_manager_sergey.wmv" expression="full" duration="327" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/2/8/1/8/0/2/213220.jpg" expression="full" type="image/jpeg" medium="image" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/ch9/2/8/1/8/0/2/213220_workflow_manager_sergey.wmv" length="1" type="video/x-ms-wmv" /><dc:creator>mwink</dc:creator><slash:comments>1</slash:comments><wfw:commentRss>http://channel9.msdn.com/posts/mwink/Workflow-Manager-Application/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/208182/Trackback.aspx</trackback:ping><category>Windows Workflow</category><category>WinFX</category></item></channel></rss>