|
|
browse.develop.com
Browse.develop.com is a community that was established to collect and
organize valuable web information. Our technical staff have selected and
indexed information and courses that they feel will help you stay
current on best practices across the SDLC.
|
7 Articles match "Windows","Windows Workflow"
|
Related DevelopMentor Courses
|
MORE
|
|
Essential Windows Workflow Foundation
Understand activity objects and how they relate to Windows WF workflows Host Windows WF workflows Organize data flow by using workflow activities Communicate with Windows WF workflows from the outside world Work with the built-in persistence and tracking services that ship with Windows WF Integrate Windows WF with web services Use Windows WF rules to separate business logic from flow control in your applications Create both Sequential as well as State Machine workflow Develop your own custom workflow runtime services Re-host the Workflow Designer in your own applications Essential Windows Workflow
DevelopMentor Courses
- Friday, June 12, 2009
Essential Windows Workflow Foundation 4 - WF4
Gain understanding of the strengths and weaknesses of Windows Workflow Foundation 4. Understand how workflow activities work and what their role is. Discover what part of your application is best suited to use Windows Workflow Foundation and why. Learn how you can empower your end users to create Understand what the best way is to host your workflows in the various execution environments .NET NET is found.
DevelopMentor Courses
- Tuesday, November 17, 2009
Service-Orientation Today and Tomorrow
In Deutsch , klicken Sie hier Based on the ranges of topics below, you will be able to take the first steps in the world of Service-Orientation and Cloud Computing with confidence and above all be prepared for future projects: Service-Orientation Cloud and Cloud Computing Identity Management and Claims-Based Identity Windows Communication Foundation (WCF) Windows Workflow Foundation (WF) Azure Services Platform (with Windows Azure and .NET Come experience Service-Orientation Today and Tomorrow with a trend-setting group of topics, including Cloud Computing and how
DevelopMentor Courses
- Friday, June 12, 2009
|
48 Articles match "Windows","Windows Workflow"
|
The Latest from DevelopMentor
|
MORE
|
|
Loading XAML Workflows in WF4
RC 1 Most of the time I used compiled workflows in Windows Workflow Foundation 4. Its nice and easy, you design the workflow, compile it and at runtime there is a .NET NET type you use to create and run workflows. The main drawback is that this approach Note: This blog post is written using the .NET NET framework 4.0
The Problem Solver
- Sunday, March 7, 2010
NativeActivity – A Tricky Beast
Windows Workflow Foundation 4.0 EndExecute) to perform short lived async operations where you do not want the workflow
persisted This gives you full access to the power of the workflow execution engine. the delay but this would not be good for the workflow engine: we block a thread
it I’m writing Essential
Windows with Maurice for DevelopMentor .
One
.NET Meanderings
- Tuesday, February 9, 2010
MVVM: Service Locator
the Visual Studio extensibility API, Windows Workflow and a variety of other projects.
The decide what the concrete implementation should be – for example in the Workflow world,
the string to the console window, while a web application might define the same service
as In this post, we’ll explore the service locator (called ServiceProvider in
the the library) and introduce the specific services included with the MVVM Helper library
(as
Mark's Blog of Random Thoughts
- Wednesday, January 27, 2010
|
-
|
The Best from DevelopMentor
|
MORE
|
-
Significant Advances in Unit Testing Windows Workflow
This post describes a unit testing library for testing Windows Workflow Foundations.
It Testing Coming to a Workflow Near You . state-of-the-art with regard to unit testing workflows, circa September 2008.
Testing Activities with Windows Workflow Foundation by
Ron It is not a framework like HarnessIt , NUnit ,
or
Michael C. Kennedy's Weblog
- Sunday, January 18, 2009
-
Getting started with Windows Workflow Foundation 4
As you may have heard Windows Workflow Foundation 4 is not an upgrade from Windows Workflow Foundation 3 (or 3.5). In fact Windows Workflow Foundation 3 was the first version and 3.5 And as WF 4 is a complete rewrite we should approach it as a new product and forget just about everything we already know about WF 3. That might be a bit surprising, after all we still have activities and a workflow runtime right? The version numbers might suggest that the previous version was quite mature but in fact it refers to the version of the .NET NET framework.
The Problem Solver
- Monday, June 22, 2009
-
The new Windows Workflow Foundation 4 runtime
With WF3 there was a central workflow runtime environment called the WorkflowRuntime and used to manage the lifetime of workflow instances. In WF4 this central class no longer exists and we manage individual workflows. To compare the two, this is what a minimal console application looks like in WF3. It basically runs a workflow and prints a message when done: static void Main( string [] args)
{ quot; );
};
WorkflowInstance instance = workflowRuntime.CreateWorkflow( typeof (WorkflowConsoleApplication1.Workflow1));
instance.Start();
Console.WriteLine( "Waiting for the workflow to complete."
The Problem Solver
- Tuesday, June 23, 2009
-
Windows Workflow Foundation 4 and persistence
The whole persistence model has changed quite a but for WF4. The persistence class out of the box is called SqlWorkflowInstanceStore and as the name suggests it saves workflow data in either SQL Server 2005 or 2008. It is based on the InstanceStore class to if you prefer some other store all you need to do is subclass the InstanceStore and create your own. So what can we do with the SqlWorkflowInstanceStore? We can attach it to either a WorkflowApplication or a WorkflowServiceHost and persist workflows when we want. Notice I left out the WorkflowInvoker. This can
The Problem Solver
- Thursday, November 19, 2009
-
Windows Workflow Rules Engine…Without Windows Workflow!
Last week, while teaching another Essential AJAX at the LA office, I hung out with Rod da Silva, our resident Workflow and BizTalk expert, who described the rules engine in Windows Workflow and how it can be used in all sorts of applications. While intrigued, I thought I’d have to do a lot of research figuring out how to get it to work outside of Workflow.
The very next day, Josh Lane, another fellow instructor at DevelopMentor, posted about that exact topic with plenty of links to example code making my research really easy.
If you’re curious about
Jason Diamond
- Friday, June 29, 2007
-
Slides and demos from my Windows Workflow Session at Devweek
Guide to Windows Workflow. Thanks to all who attended my Devweek session: A Beginners
Guide The slides and demos can be downloaded here
...Tags: Tags: NET;W
.NET Meanderings
- Wednesday, March 25, 2009
-
Data and Windows Workflow Foundation 4
One thing that has completely changed in Windows Workflow Foundation is the way we work with data in a workflow. Dependency properties left the way data was stored to be handled by the workflow runtime but in our program we could use them just like any other property. The actual data is stored somewhere inside of the workflow using a LocationEnvironment. In WF 3 we used properties to store data. We could use regular .NET
The Problem Solver
- Monday, July 20, 2009
|
|
|