|
|
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.
|
16 Articles match "Workflow"
|
Related DevelopMentor Courses
|
MORE
|
|
SharePoint for Developers (WSSv3/MOSS2007)
Utilize the WSS object model for building applications in SharePoint Build custom workflow solutions for SharePoint Create custom event handlers Use features and solutions for deploying projects for WSS and MOSS Build standard web parts and web parts utilizing AJAX Handle custom authentication solutions Implement best practices for building solutions with WSS and MOSS Leverage the Business Data Catalog Create custom lists that use custom content types Essential SharePoint for Developers (WSSv3/MOSS2007) covers the critical building blocks for developing solutions for both Windows SharePoint Services
DevelopMentor Courses
- Friday, June 12, 2009
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 new, or change existing, workflows 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
|
60 Articles match "Workflow"
|
The Latest from DevelopMentor
|
MORE
|
|
Dr Rockman is IN!
design and coding problems – whether it be WCF, Workflow, Multithreading, WPF, Silverlight,
ASP.NET I’ve just noticed that Andy
has has blogged about our drop in clinic we are running at DevWeek
2010 2010 . All of the Rock Solid
Knowledge
.NET Meanderings
- Thursday, February 4, 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 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
Using WF4 bookmarks with IWorkflowInstanceExtension
Beta 2 In this previous blog post I showed how to create an asynchronous activity using the NativeActivity and CreateBookmark to pause a workflow execution. The trick is to use a IWorkflowInstanceExtension. Using a IWorkflowInstanceExtension Workflow extensions can be of any type you want, there is no base class or interface requirement. But that also means they are not aware of the workflow runtime Note: This blog post is written using the .NET NET framework 4.0
The Problem Solver
- Wednesday, January 27, 2010
|
-
|
The Best from DevelopMentor
|
MORE
|
-
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? Well wrong actually! There The version numbers might suggest that the previous version was quite mature but in fact it refers to the version of the .NET
The Problem Solver
- Monday, June 22, 2009
-
Online Workflow 4 presentation
Attached are the PowerPoint sheets and samples from my online Window Workflow Foundation 4 presentation today. Let me know if you have any questions. WF4Demo.zip www.TheProblemSolver.nl Wiki.WindowsWorkflowFoundation.eu
...Tags: NET Workflow WCF webcast WF4 VS201 Tags: .NET
The Problem Solver
- Tuesday, December 1, 2009
-
Rehosting the Workflow Designer in WF4
Beta 2 With Windows Workflow Foundation 3 it was possible to rehost the workflow designer in your own application. But possible is about all there was to say about it as it was pretty hard to do anything beyond the basics. With Windows Workflow Foundation 4 live has become much better on the rehosting front In fact it is possible to create the fully functional and useful workflow editor below in about 200 lines of code. And Note: This blog post is written using the .NET NET framework 4.0
The Problem Solver
- Wednesday, December 23, 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
-
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
-
Flowcharts in Workflow 4 and the Switch activity
Flowcharts are a nice addition to Windows Workflow Foundation 4. They allow for a lot of pretty complex behavior that is hard to do in a sequential workflow. In WF 3 we used to model these complex behaviors as state machine workflows. That worked but they weren't really state machines or event driven and things could get a bit tricky. Enter the No it is just another activity to drop in a workflow. So you are free to combine sequential work with a flowchart in one workflow.
The Problem Solver
- Tuesday, October 27, 2009
|
|
|