<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="https://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:gd='http://schemas.google.com/g/2005' xmlns:georss='http://www.georss.org/georss' xmlns:thr='http://purl.org/syndication/thread/1.0' xmlns:blogger='http://schemas.google.com/blogger/2008'><id>tag:blogger.com,1999:blog-6109902428394591235</id><updated>2024-09-09T11:25:32.387+05:30</updated><category term='Design Patterns'/><category term='.NET 3.0'/><category term='Azure'/><category term='Free'/><category term='Visual Studio'/><category term='LINQ'/><category term='ActiveDirectory'/><category term='Tools'/><category term='Windows Phone'/><category term='Windows'/><category term='Unified Communication'/><category term='Interop'/><category term='OBAs'/><category term='BizTalk'/><category term='Tips'/><category term='News'/><category term='Game'/><category term='Internet Explorer'/><category term='Volta'/><category term='WPF'/><category term='Vista'/><category term='Exchange Server'/><category term='IIS'/><category term='Workflow (WF)'/><category term='Web Services'/><category term='Silverlight'/><category term='Security'/><category term='ALM'/><category term='Me'/><category term='Productivity'/><category term='Windows Live Writer'/><category term='SandCastle'/><category term='Sharepoint'/><category term='Software Development'/><category term='XNA Gaming'/><category term='Enterprise Library'/><category term='XML'/><category term='Tutorials'/><category term='ADO.NET'/><category term='ASP.NET'/><category term='.NET'/><category term='Office'/><category term='Testing'/><category term='SQL Server'/><category term='Cloud'/><category term='CSharp'/><category term='WCF'/><category term='Architecture'/><category term='OSLO'/><category term='LIVE'/><category term='SOA'/><category term='Performance'/><title type='text'>Technology Blog - Vikas Goyal</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='https://dotnetwithme.blogspot.com/feeds/posts/summary/-/Workflow+%28WF%29'/><link rel='self' type='application/atom+xml' href='https://dotnetwithme.blogspot.com/feeds/posts/summary/-/Workflow+%28WF%29'/><link rel='alternate' type='text/html' href='http://dotnetwithme.blogspot.com/search/label/Workflow%20%28WF%29'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Vikas Goyal</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='35' height='35' src='//www.blogger.com/img/blogger_logo_round_35.png'/></author><generator version='7.00' uri='https://www.blogger.com'>Blogger</generator><openSearch:totalResults>9</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-6109902428394591235.post-1465416228702691325</id><published>2008-10-02T23:10:00.001+05:30</published><updated>2008-10-02T23:10:32.646+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Workflow (WF)'/><category scheme='http://www.blogger.com/atom/ns#' term='.NET'/><category scheme='http://www.blogger.com/atom/ns#' term='OSLO'/><category scheme='http://www.blogger.com/atom/ns#' term='WCF'/><title type='text'>* What’s new in .NET 4.0 ?</title><summary type='text'>Now that features of .NET 4.0 have started becoming officially public… I am also happy to start blogging about them.  Based on the available info.. here is the link containing the new features coming out in .NET framework 4.0.  What’s new in .net framework 4.0  I will be updating this link on regular basis .. so bookmark it.  </summary><link rel='replies' type='application/atom+xml' href='https://dotnetwithme.blogspot.com/feeds/1465416228702691325/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://dotnetwithme.blogspot.com/2008/10/whats-new-in-net-40.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/6109902428394591235/posts/default/1465416228702691325'/><link rel='self' type='application/atom+xml' href='https://dotnetwithme.blogspot.com/feeds/posts/default/1465416228702691325'/><link rel='alternate' type='text/html' href='https://dotnetwithme.blogspot.com/2008/10/whats-new-in-net-40.html' title='* What’s new in .NET 4.0 ?'/><author><name>Vikas Goyal</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='35' height='35' src='//www.blogger.com/img/blogger_logo_round_35.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6109902428394591235.post-6987905533604353430</id><published>2007-02-27T11:56:00.001+05:30</published><updated>2007-09-18T12:56:01.653+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Workflow (WF)'/><category scheme='http://www.blogger.com/atom/ns#' term='Tutorials'/><title type='text'>* Tutorial : Developing a state machine workflow</title><summary type='text'>In this post i will demonstrate how to build a basic state machine workflow. A state machine workflow consists of set of states with one state marked as 'start' state and one as 'final' state. Every state has an event associated with it and based on those events, workflow transitions from one state to another. It always starts from 'start' state and once it reaches the 'final' state, the workflow</summary><link rel='replies' type='application/atom+xml' href='https://dotnetwithme.blogspot.com/feeds/6987905533604353430/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://dotnetwithme.blogspot.com/2007/02/tutorial-developing-state-machine.html#comment-form' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/6109902428394591235/posts/default/6987905533604353430'/><link rel='self' type='application/atom+xml' href='https://dotnetwithme.blogspot.com/feeds/posts/default/6987905533604353430'/><link rel='alternate' type='text/html' href='https://dotnetwithme.blogspot.com/2007/02/tutorial-developing-state-machine.html' title='* Tutorial : Developing a state machine workflow'/><author><name>Vikas Goyal</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='35' height='35' src='//www.blogger.com/img/blogger_logo_round_35.png'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6109902428394591235.post-1016312366502108299</id><published>2007-02-21T17:54:00.001+05:30</published><updated>2007-09-18T12:46:59.521+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Workflow (WF)'/><title type='text'>* Workflow : Windows Workflow Services Overview</title><summary type='text'>Windows Workflow foundation provides lot of services which can be plugged into workflow runtime based on the requirement. This reduces the overhead on runtime by having lot of services loaded without being used. These services come by default implementations but are fully extensible. The main services which come with framework are :  Scheduling Services : This is to manage how workflows are </summary><link rel='replies' type='application/atom+xml' href='https://dotnetwithme.blogspot.com/feeds/1016312366502108299/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://dotnetwithme.blogspot.com/2007/02/workflow-windows-workflow-services.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/6109902428394591235/posts/default/1016312366502108299'/><link rel='self' type='application/atom+xml' href='https://dotnetwithme.blogspot.com/feeds/posts/default/1016312366502108299'/><link rel='alternate' type='text/html' href='https://dotnetwithme.blogspot.com/2007/02/workflow-windows-workflow-services.html' title='* Workflow : Windows Workflow Services Overview'/><author><name>Vikas Goyal</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='35' height='35' src='//www.blogger.com/img/blogger_logo_round_35.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6109902428394591235.post-6479080947822866586</id><published>2007-02-21T12:21:00.001+05:30</published><updated>2007-09-18T12:46:37.180+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Workflow (WF)'/><category scheme='http://www.blogger.com/atom/ns#' term='Tutorials'/><title type='text'>* WF Tutorial : How to create rule based condition for sequential workflow</title><summary type='text'>This tutorial covers following :  Creating a Sequential workflow using code-separation authoring mode  Use Visual Studio 2005 and Windows Workflow Foundation extensions for VS  Demonstrates IfElse activity and rule based condition authoring To start follow the first three steps as in following post.  In the next step drag and drop the IfElse activity on to the empty workflow file. The </summary><link rel='replies' type='application/atom+xml' href='https://dotnetwithme.blogspot.com/feeds/6479080947822866586/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://dotnetwithme.blogspot.com/2007/02/wf-tutorial-how-to-create-rule-based.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/6109902428394591235/posts/default/6479080947822866586'/><link rel='self' type='application/atom+xml' href='https://dotnetwithme.blogspot.com/feeds/posts/default/6479080947822866586'/><link rel='alternate' type='text/html' href='https://dotnetwithme.blogspot.com/2007/02/wf-tutorial-how-to-create-rule-based.html' title='* WF Tutorial : How to create rule based condition for sequential workflow'/><author><name>Vikas Goyal</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='35' height='35' src='//www.blogger.com/img/blogger_logo_round_35.png'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6109902428394591235.post-4555407316558337020</id><published>2007-02-20T15:50:00.001+05:30</published><updated>2007-09-18T12:46:06.893+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Workflow (WF)'/><category scheme='http://www.blogger.com/atom/ns#' term='Tutorials'/><title type='text'>* WorkFlow (WF) : Developing Code Condition workflow using IfElse activity</title><summary type='text'>If you are new to WF pls read my previous posts on WF before proceeding with this. In this post i will cover following :  How to use IfElse Activity in sequential workflow provided by WF framework  Authoring conditions using code instead of declarative rules. To start follow the first three steps as in following post. In the next step drag and drop the IfElse activity on to the empty workflow </summary><link rel='replies' type='application/atom+xml' href='https://dotnetwithme.blogspot.com/feeds/4555407316558337020/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://dotnetwithme.blogspot.com/2007/02/workflow-wf-developing-code-condition.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/6109902428394591235/posts/default/4555407316558337020'/><link rel='self' type='application/atom+xml' href='https://dotnetwithme.blogspot.com/feeds/posts/default/4555407316558337020'/><link rel='alternate' type='text/html' href='https://dotnetwithme.blogspot.com/2007/02/workflow-wf-developing-code-condition.html' title='* WorkFlow (WF) : Developing Code Condition workflow using IfElse activity'/><author><name>Vikas Goyal</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='35' height='35' src='//www.blogger.com/img/blogger_logo_round_35.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6109902428394591235.post-6936815694970245340</id><published>2007-02-20T15:46:00.001+05:30</published><updated>2007-09-18T12:04:34.902+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Workflow (WF)'/><title type='text'>* WorkFlow (WF) : Defining Conditions based WorkFlow</title><summary type='text'>Most of the workflow we see in our daily lives are multi path which means based on different condition they take different path before getting completed. Be it a financial workflow like Funds Transfer happening in Corporate environment&amp;nbsp;which based on amount goes to different approvers or a&amp;nbsp;non-financial workflow like leave approval in an enterprise which goes to different approver based</summary><link rel='replies' type='application/atom+xml' href='https://dotnetwithme.blogspot.com/feeds/6936815694970245340/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://dotnetwithme.blogspot.com/2007/02/workflow-wf-defining-conditions-based.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/6109902428394591235/posts/default/6936815694970245340'/><link rel='self' type='application/atom+xml' href='https://dotnetwithme.blogspot.com/feeds/posts/default/6936815694970245340'/><link rel='alternate' type='text/html' href='https://dotnetwithme.blogspot.com/2007/02/workflow-wf-defining-conditions-based.html' title='* WorkFlow (WF) : Defining Conditions based WorkFlow'/><author><name>Vikas Goyal</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='35' height='35' src='//www.blogger.com/img/blogger_logo_round_35.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6109902428394591235.post-6569817633197533005</id><published>2007-02-15T15:23:00.001+05:30</published><updated>2007-09-18T10:56:40.046+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Workflow (WF)'/><category scheme='http://www.blogger.com/atom/ns#' term='Tutorials'/><title type='text'>* WorkFlow (WF) : Developing a simple sequential workflow</title><summary type='text'>This post gives step&amp;nbsp;by step&amp;nbsp;details on how to build a simple sequential workflow using Code Activity. It assumes that all the components required to develop workflow apps have been installed. List can be obtained here. Step 1 : Create an empty workflow project in VS 2005. Empty project helps in understanding the architecture of app better as we build from scratch. Step 2 : As we will </summary><link rel='replies' type='application/atom+xml' href='https://dotnetwithme.blogspot.com/feeds/6569817633197533005/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://dotnetwithme.blogspot.com/2007/02/workflow-wf-developing-simple.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/6109902428394591235/posts/default/6569817633197533005'/><link rel='self' type='application/atom+xml' href='https://dotnetwithme.blogspot.com/feeds/posts/default/6569817633197533005'/><link rel='alternate' type='text/html' href='https://dotnetwithme.blogspot.com/2007/02/workflow-wf-developing-simple.html' title='* WorkFlow (WF) : Developing a simple sequential workflow'/><author><name>Vikas Goyal</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='35' height='35' src='//www.blogger.com/img/blogger_logo_round_35.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6109902428394591235.post-8631210351061849320</id><published>2007-02-15T11:49:00.001+05:30</published><updated>2007-09-18T10:55:34.537+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Workflow (WF)'/><title type='text'>* Components required to develop Workflow (WF) enabled applications</title><summary type='text'>Here is a list/link to components which are required to develop/run windows workflow enabled applications :  Microsoft Windows SDK for .NET Framework 3.0&amp;nbsp;:&amp;nbsp;contains Workflow runtime/engine and libraries  Microsoft Visual Studio 2005&amp;nbsp;: IDE for building WF applications  Microsoft Visual Studio 2005 Extensions for Windows WorkFlow Foundation&amp;nbsp;: add-on to Visual Studio 2005, </summary><link rel='replies' type='application/atom+xml' href='https://dotnetwithme.blogspot.com/feeds/8631210351061849320/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://dotnetwithme.blogspot.com/2007/02/components-required-to-develop-workflow.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/6109902428394591235/posts/default/8631210351061849320'/><link rel='self' type='application/atom+xml' href='https://dotnetwithme.blogspot.com/feeds/posts/default/8631210351061849320'/><link rel='alternate' type='text/html' href='https://dotnetwithme.blogspot.com/2007/02/components-required-to-develop-workflow.html' title='* Components required to develop Workflow (WF) enabled applications'/><author><name>Vikas Goyal</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='35' height='35' src='//www.blogger.com/img/blogger_logo_round_35.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6109902428394591235.post-4257539893845006675</id><published>2007-02-09T10:40:00.001+05:30</published><updated>2007-09-18T10:53:32.975+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Workflow (WF)'/><title type='text'>* Windows Workflow Foundation (WF) : An Overview</title><summary type='text'>With .NET 3.0, Microsoft released a new infrastructure for developing, deploying and maintaining workflow aware applications.  The .NET 3.0 composition can be expressed as below : .NET 3.0 = .NET 2.0 + WCF + WPF + WF + CardSpace WCF is Windows Communication Foundation for distributed computing, WPF is Windows Presentation Foundation for building interactive UI, WF is Windows Workflow Foundation </summary><link rel='replies' type='application/atom+xml' href='https://dotnetwithme.blogspot.com/feeds/4257539893845006675/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://dotnetwithme.blogspot.com/2007/02/windows-workflow-foundation-wf-overview.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/6109902428394591235/posts/default/4257539893845006675'/><link rel='self' type='application/atom+xml' href='https://dotnetwithme.blogspot.com/feeds/posts/default/4257539893845006675'/><link rel='alternate' type='text/html' href='https://dotnetwithme.blogspot.com/2007/02/windows-workflow-foundation-wf-overview.html' title='* Windows Workflow Foundation (WF) : An Overview'/><author><name>Vikas Goyal</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='35' height='35' src='//www.blogger.com/img/blogger_logo_round_35.png'/></author><thr:total>0</thr:total></entry></feed>