Upcoming Windows Workflow Foundation stories

Workflow and Host Communication in WF 4.0–Bookmarks(sankarsan.wordpress.com)

submitted by sankarsansankarsan(460) 1 month, 5 days ago

In the last post we have discussed at length about different mechanisms of parameter passing and obtaining results from a workflow.In this post we will discuss about another extremely important aspect of workflow and host communication i.e. Bookmarks. Bookmarks as the name suggests is a like Bookmark for a book. When created at a particular point in the execution of the workflow , the execution is suspended and the workflow waits to be resumed.When a bookmark is resumed it starts executing exactly from the same point. read more...

add a comment |category: |Views: 4

tags: another

cDevWorkflow Website cDevWorkflow Case Studies Expense Management(cdevworkflow.innovativeglobal.com)

submitted by wijaydwijayd(9) 9 months, 22 days ago

Expense Management Workflow read more...

add a comment |category: |Views: 7

tags: another

Creating a custom Workflow Action for SharePoint Designer 2010(www.inetapakistan.org)

submitted by adnan_fhadnan_fh(40) 1 year, 1 month ago

SharePoint Designer 2010 offers a quick way for non-developers to quickly build SharePoint workflows. However, not all possible scenarios can be addressed using the out-of-the-box workflow actions in SharePoint designer. This video tutorial will get you up to speed with the basics of extending SharePoint Designer to include custom workflow activities that can be used for a number of different workflow processes. The tutorial covered in this screencast walks you through building a custom SharePoint Designer workflow action to automatically generate a subsite for each new item created in a list. read more...

add a comment |category: |Views: 52

tags: another

Windows Azure for developers Task4: Error Attaching the debugger (www.codegain.com)

submitted by codegaincodegain(2794) 1 year, 2 months ago

In this article, i will explain about Windows Azure for developers and Error Attaching the debugger in Windows Azure SDK 1.3 read more...

add a comment |category: |Views: 10

tags: another

MVVM and Service Agent(blog.agafonov.net.ua)

submitted by SoftEngineerSoftEngineer(495) 1 year, 4 months ago

MVVM and Service Agent approach read more...

add a comment |category: |Views: 25

tags: another

WCF WF(blog.agafonov.net.ua)

submitted by SoftEngineerSoftEngineer(495) 1 year, 6 months ago

.Net 4.0 with WF 4(Windows Workflow 4), WCF 4(Windows Communication Foundation 4) read more...

add a comment |category: |Views: 8

tags: another

Fixing the versioned workflow persistence issues(blog.catenalogic.com)

submitted by TischnoetentoetTischnoetentoet(424) 1 year, 7 months ago

Shows how to fix Workflow Foundation versioning issues when using custom services. read more...

add a comment |category: |Views: 3

tags: another

Practical Applications of BizTalk Server, Windows Workflow and SSIS(blogs.captechconsulting.com)

submitted by cwashcwash(10) 1 year, 7 months ago

In an effort to maintain control over the proliferation of application servers and data, many organizations have undertaken projects to consolidate and integrate systems. One of the first hurdles in undertaking an integration project is determining the most efficient integration technology. Unfortunately, just within the Microsoft stack, there are technologies that consistently cause confusion and are often misused. For example, the lines are continuing to blur when comparing BizTalk Server to Windows Workflow especially now that hosting Workflows using Windows Server AppFabric can provide functionality that appears similar to BizTalk. However, there are still quite a few giveaways when you need one versus the other. Underneath most applications, we commonly find a data platform and for many organizations, their platform of choice is SQL Server. The intersection of just these 3 technologies leads many to ask the question, "if I want to integrate System A with System B, which technology should I use?" Many times there are no hard and fast rules, but with some careful thought and consideration of organization demands and technological capabilities, the fog will lift and a clear answer will emerge. This post will by no means provide the definitive answer, but I will provide a few common scenarios that might help illuminate the path. read more...

add a comment |category: |Views: 87

tags: another

Workflow Foundation (WF) in .NET 4(blog.agafonov.net.ua)

submitted by SoftEngineerSoftEngineer(495) 1 year, 8 months ago

Workflow Foundation (WF) in .NET 4 - A Developer's Introduction to Windows Workflow Foundation and what is new in it? read more...

add a comment |category: |Views: 159

tags: another

Example: Creating workflow to request songs from radio station(weblogs.asp.net)

submitted by gpeipmangpeipman(3145) 1 year, 9 months ago

Today I played with WF 4.0 declarative workflows. This posting shows you simple workflow that you can extend to add songs to online radio station queue. My main focus here is workflow and I will provide here no logic for actual queue implementation. You can find here also Visual Studio 2010 sample solution. read more...

add a comment |category: |Views: 16

tags: another

WPF Ribbon Basics(blogs.msdn.com)

submitted by frank12345frank12345(2809) 1 year, 9 months ago

The WPF Ribbon control is easy to use once you get the basics of it. The structure is simple ... read more...

add a comment |category: |Views: 22

tags: another

Change Visibility of Controls Automatically in WPF(blog.chodounsky.net)

submitted by jakubgarfieldjakubgarfield(60) 1 year, 9 months ago

Imagine a situation when after you check a Checkbox in your WPF form, a TextBox for additional info pops out. How to create this behavior using only databinding and converters? read more...

add a comment |category: |Views: 20

tags: another

Immediate Datasource Update in WPF(blog.chodounsky.net)

submitted by jakubgarfieldjakubgarfield(60) 1 year, 9 months ago

Some controls, like Textbox, update their datasource after you press Enter or when they lose focus. In some cases this behavior is not suitable. read more...

add a comment |category: |Views: 11

tags: another

Ribbon Control Design Time Experience(blogs.msdn.com)

submitted by frank12345frank12345(2809) 1 year, 9 months ago

The Ribbon Control is now available to the public for download. If you havent taken a look yet, would definitely recommend it. A neat thing about this release is that it includes a design time plugin to VS. So out of the box you have a template in VS, when creating a new project read more...

1 comment |category: |Views: 23

tags: another

Web Farm Framework 2 Beta released(www.developerfusion.com)

submitted by james.crowleyjames.crowley(1212) 1 year, 10 months ago

Microsoft have released a preview version of the latest release of their Web Farm Framework. The framework is a system which allows you to quickly and easily scale your website within your datacenter. It's aimed at companies who have a medium size deployment of servers already, and who need a way to quickly and efficiently add more servers to their cluster to manage their growth. read more...

add a comment |category: |Views: 4

tags: another

Prism Walkthrough Part 4: Use Delegate Commands(geoffrey.vandiest.biz)

submitted by geobarteamgeobarteam(104) 1 year, 11 months ago

Build a WPF application with prism read more...

1 comment |category: |Views: 84

tags: another