The Azure AppFabric Team has just released the Workflow Foundation Activity Pack for Windows Azure CTP 1. You can read about it on their blog post.
Personally, I would not use (or write) any WF activities that directly interacts with any storage of any form. This is because Workflow components are suppose to be orchestrating Business Methods in Business Components (BC). The BCs will be responsible for the calling Data Access Components (DAC) for persisting/retrieving data. Therefore, in my practice, WF activities should NOT be interacting with data components and should NOT know about where to store/get data. This applies to ADO.NET WF activities as well. Never like to see CRUD functions in Workflows.
Nevertheless, the activity pack is a nice to have. For small straight-forward applications, it can be a time-saver but definitely a No-No for Enterprise Layered Applications.
Home » Windows Azure » WF Activity Pack for Windows Azure CTP 1
WF Activity Pack for Windows Azure CTP 1
17:33
Jurnalis Jalanan
Labels:
.NET,
Cloud Computing,
Windows Azure
Popular Post
-
Have been learning up NUnit nowadays and trying to use it for my Paladin project. It is a nice tool and I strongly encourage you to use it...
-
Have been hooked on Zuma lately (an online game provided by MSN). Never imagined that such a simple game can be so addictive. Previously, I...
-
Have you ever been handled over an abandoned system where you have no idea of it and asked to maintain or complete it? Lately, there were s...
-
The task of delivering software solutions on-time and on-demand has become a great challenge for many project teams nowadays with businesses...
-
"Too many cooks spoil the broth" As the famous saying goes but will too many developers spoil the code ? It actually depends on ...
-
Have you ever wished to be able to work from home? You know like, sitting on that nice comfy chair (or slumber on the bed), listening to the...
-
Just received an e-mail from a friend containing the following wonderful thoughts: It's not what you want in life... It's knowing ...
-
Is it Hunting Season again? Everyone I know seems to be looking (or have looked) for greener pastures nowadays. I was so surprised to find ...
-
Finally, no engine failures, no gear-box problems, no blow-ups and all those nasty stuff for Kimi Raikonnen (a.k.a. Iceman). It has been a t...
No comments:
Post a Comment