<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Introducing F# Asynchronous Workflows</title><link>http://blogs.msdn.com/b/dsyme/archive/2007/10/11/introducing-f-asynchronous-workflows.aspx</link><description>[ Update: Robert pickering has a very nice summary of using asynchonous workflows with web services ] 
 F# 1.9.2.9 includes a pre-release of F# asynchronous workflows . In this blog post we'll take a look at asynchronous workflows and how you might use</description><dc:language>en-GB</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Introducing F# Asynchronous Workflows</title><link>http://blogs.msdn.com/b/dsyme/archive/2007/10/11/introducing-f-asynchronous-workflows.aspx#9452383</link><pubDate>Sun, 01 Mar 2009 13:46:09 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9452383</guid><dc:creator>HomerS</dc:creator><description>&lt;p&gt;What about ref-cells in async-workflows?&lt;/p&gt;
&lt;p&gt;Can I use them in asynchronous functions just as I use standard values or do I have to lock them?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9452383" width="1" height="1"&gt;</description></item><item><title>What is F#?</title><link>http://blogs.msdn.com/b/dsyme/archive/2007/10/11/introducing-f-asynchronous-workflows.aspx#9441476</link><pubDate>Mon, 23 Feb 2009 19:18:28 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9441476</guid><dc:creator>Change the world with Microsoft Technology  </dc:creator><description>&lt;p&gt;These pages document F# as a research project. You can find out all about the latest happenings with&lt;/p&gt;
&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9441476" width="1" height="1"&gt;</description></item><item><title>Thinking in Concurrently in .NET</title><link>http://blogs.msdn.com/b/dsyme/archive/2007/10/11/introducing-f-asynchronous-workflows.aspx#8498512</link><pubDate>Tue, 13 May 2008 06:43:45 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8498512</guid><dc:creator>Matthew Podwysocki's Blog</dc:creator><description>&lt;p&gt;In recent posts, you've found that I've been harping on immutability and side effect free functions.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8498512" width="1" height="1"&gt;</description></item><item><title>Thinking in Concurrently in .NET</title><link>http://blogs.msdn.com/b/dsyme/archive/2007/10/11/introducing-f-asynchronous-workflows.aspx#8498506</link><pubDate>Tue, 13 May 2008 06:41:49 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8498506</guid><dc:creator>Matthew Podwysocki</dc:creator><description>&lt;p&gt;In recent posts, you&amp;amp;#39;ve found that I&amp;amp;#39;ve been harping on immutability and side effect free functions&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8498506" width="1" height="1"&gt;</description></item><item><title>re: Introducing F# Asynchronous Workflows</title><link>http://blogs.msdn.com/b/dsyme/archive/2007/10/11/introducing-f-asynchronous-workflows.aspx#8439764</link><pubDate>Wed, 30 Apr 2008 01:33:24 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8439764</guid><dc:creator>Wei Lu</dc:creator><description>&lt;p&gt;We have a C# library for the async BPEL workflow ( &lt;a rel="nofollow" target="_new" href="http://www.extreme.indiana.edu/multicore/SOX.htm"&gt;http://www.extreme.indiana.edu/multicore/SOX.htm&lt;/a&gt; ).&lt;/p&gt;
&lt;p&gt;The library is built upon CCR for concurrency and relies on the C# yield return for the sequential illusion, and its workflow semantics are based on WS-BPEL standard. But the basic idea is quite close to this post&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8439764" width="1" height="1"&gt;</description></item><item><title>I'm supposed to be writing, but...</title><link>http://blogs.msdn.com/b/dsyme/archive/2007/10/11/introducing-f-asynchronous-workflows.aspx#8324580</link><pubDate>Wed, 19 Mar 2008 06:38:23 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8324580</guid><dc:creator>Contagious Curiosity</dc:creator><description>&lt;p&gt;Apologies in advance to Don Syme here. I'm weak, and easily distracted. F# is my muse. let WriteChaptersAsync&lt;/p&gt;
&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8324580" width="1" height="1"&gt;</description></item><item><title>re: Introducing F# Asynchronous Workflows</title><link>http://blogs.msdn.com/b/dsyme/archive/2007/10/11/introducing-f-asynchronous-workflows.aspx#7517277</link><pubDate>Thu, 07 Feb 2008 17:36:19 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7517277</guid><dc:creator>nightwatch77</dc:creator><description>&lt;p&gt;But what about true workflow engine built on top of 'async'? I mean, this could be really useful - concurrent handling of many business processes. But an important ingredient of business logic is the use of distributed transactions, or at least ' normal' database transactions. What would happen to such transaction in an async function when it switches between threads? Would transaction context be preserved?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=7517277" width="1" height="1"&gt;</description></item><item><title>Kean Walmsley on using F# Asynchronous Workflows to simplify concurrent programming in AutoCAD</title><link>http://blogs.msdn.com/b/dsyme/archive/2007/10/11/introducing-f-asynchronous-workflows.aspx#7268316</link><pubDate>Sun, 27 Jan 2008 20:08:58 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7268316</guid><dc:creator>Noticias externas</dc:creator><description>&lt;p&gt;On Friday Kean Walmsley posted an excellent article on Using F# Asynchronous Workflows to simplify concurrent&lt;/p&gt;
&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=7268316" width="1" height="1"&gt;</description></item><item><title>Kean Walmsley on using F# Asynchronous Workflows to simplify concurrent programming in AutoCAD</title><link>http://blogs.msdn.com/b/dsyme/archive/2007/10/11/introducing-f-asynchronous-workflows.aspx#7267518</link><pubDate>Sun, 27 Jan 2008 19:23:49 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7267518</guid><dc:creator>Don Syme's WebLog on F# and Other Research Projects</dc:creator><description>&lt;p&gt;On Friday Kean Walmsley posted an excellent article on Using F# Asynchronous Workflows to simplify concurrent&lt;/p&gt;
&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=7267518" width="1" height="1"&gt;</description></item><item><title>advance cash loan term</title><link>http://blogs.msdn.com/b/dsyme/archive/2007/10/11/introducing-f-asynchronous-workflows.aspx#7239480</link><pubDate>Fri, 25 Jan 2008 15:31:55 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7239480</guid><dc:creator>hour loan online payday</dc:creator><description>&lt;p&gt;Just 0 advance card cash credit payday loan uk&lt;/p&gt;
&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=7239480" width="1" height="1"&gt;</description></item></channel></rss>