| |
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.
|
13 Articles match "Workflow"
See all articles with
"Workflow"
| The Latest from .NET Meanderings | MORE | | Devweek 2013 Workflow 4.5. Thanks to everyone who attended my sessions at Devweek 2013 – I had a lot of fun delivering them. It was also great to catch up with old friends and make a few new ones. As promised I have uploaded all of my slides and demos to the cloud and they can be downloaded here. WCF Preconference Workshop. Reactive Framework. Living with the GC. WCF 4.5 remember you’ll need to be running Windows 8 for the WebSockets demos). What’s new in Unit Testing in VS 2012 (remember that Fakes is only in VS Ultimate SKU DevelopMentor Courses - Saturday, March 9, 2013 Software Architect Conference 2010 m going to be delivering two sessions on Windows Workflow Foundation 4.0: the first explains the basic architecture and looks at using workflow as a Visual Scripting environment to empower business users. The second looks at building big systems with workflow concentrating on the WCF integration features. I’m speaking at Software Architect 2010 in October. In addition to that I’ll be delivering two all-day workshops with Andy Clymer : Building Applications the.NET 4.0 Way and Moving to the Parallel Mindset with.NET 4.0. .NET Meanderings - Tuesday, June 8, 2010 Demos from DevWeek 2010 Windows Workflow Foundation 4.0 Thanks to everyone who attended my sessions at DevWeek 2010. ve now uploaded the demos which you can find at the following locations. Day of.NET 4.0 Demos. Demos. Creating WCF Services using WF4 Demos. ll be around for the rest of the conference so drop by for a chat at our developer clinic in the exhibition area. .NET Meanderings - Wednesday, March 17, 2010 | | The Best from .NET Meanderings | MORE | | NativeActivity – A Tricky Beast I’m writing Essential Windows Workflow Foundation 4.0 Here you have the ability to implement the async pattern (BeginExecute / EndExecute) to perform short lived async operations where you do not want the workflow persisted (e.g. This gives you full access to the power of the workflow execution engine. We could use a Thread.Sleep to do the delay but this would not be good for the workflow engine: we block a thread it could use and there is no way for the engine to persist the workflow – what if we wanted to retry in 2 days? with Maurice for DevelopMentor. .NET Meanderings - Tuesday, February 9, 2010 Executing Workflows from XAML Files I thought I’d post a quick blog entry to describe how to run a workflow declared in a XAML file. However, the Visual Studio 2010 workflow projects store the XAML as a resource in the binary rather than as a text file. So if you want to deploy your workflows as XAML text files how do you run them? you could pass the workflow runtime an XmlReader pointing at the XAML file but in WF 4.0 DynamicActivity has an Implementation member that points to a Func delegate – in other words you wire up a method that returns an activity (the workflow). In.NET 3.5 .NET Meanderings - Thursday, December 17, 2009 Creating Rich Composite Activities 1: Activity workflow = new ForEachFile. I my last post I showed that creating a custom composite activity (one that can have one or more children) requires deriving from NativeActivity. The Retry activity that I showed was fairly simple and in particular didn’t try to share data with its child. How then do we create data that can be both manipulated by the activity and accessed by the parent? The secret to achieving this is a feature called ActivityAction - Matt Winkler talks about it here. ll show the code in its entirety and then walk through each piece in turn. 5: public InArgument. .NET Meanderings - Sunday, February 14, 2010 | - Devweek 2013
Workflow 4.5. Thanks to everyone who attended my sessions at Devweek 2013 – I had a lot of fun delivering them. It was also great to catch up with old friends and make a few new ones. As promised I have uploaded all of my slides and demos to the cloud and they can be downloaded here. WCF Preconference Workshop. Reactive Framework. Living with the GC. WCF 4.5 remember you’ll need to be running Windows 8 for the WebSockets demos). What’s new in Unit Testing in VS 2012 (remember that Fakes is only in VS Ultimate SKU DevelopMentor Courses - Saturday, March 9, 2013 - DevWeek on the Horizon
In this series of talks we will look at the big changes in this release in C#, multithreading, data access and workflow. Finally, workflow gets a total rewrite to allow the engine to be used far more widely, having overcome limitations in the WF 3.5 An Introduction to Windows Workflow Foundation 4.0. introduces a new version of Windows Workflow Foundation. Along the way we will be looking at the new designer, declarative workflows, asynchronous processing, sequential and flowchart workflows and how workflow’s automated persistence works. .NET Meanderings - Monday, January 18, 2010 - Software Architect Conference 2010
m going to be delivering two sessions on Windows Workflow Foundation 4.0: the first explains the basic architecture and looks at using workflow as a Visual Scripting environment to empower business users. The second looks at building big systems with workflow concentrating on the WCF integration features. I’m speaking at Software Architect 2010 in October. In addition to that I’ll be delivering two all-day workshops with Andy Clymer : Building Applications the.NET 4.0 Way and Moving to the Parallel Mindset with.NET 4.0. .NET Meanderings - Tuesday, June 8, 2010 - Demos from DevWeek 2010
Windows Workflow Foundation 4.0 Thanks to everyone who attended my sessions at DevWeek 2010. ve now uploaded the demos which you can find at the following locations. Day of.NET 4.0 Demos. Demos. Creating WCF Services using WF4 Demos. ll be around for the rest of the conference so drop by for a chat at our developer clinic in the exhibition area. .NET Meanderings - Wednesday, March 17, 2010 - Demos from BASTA!
What’s new in Workflow 4.0 – this includes the application with the rehosted designer. Building WCF services with Workflow 4.0. Thanks to everyone who attended my two sessions at BASTA! another thoroughly enjoyable conference. ve uploaded the demos. .NET Meanderings - Friday, February 26, 2010 - Dr Rockman is IN!
All of the Rock Solid Knowledge guys will be at the conference so come over and let us help solve your design and coding problems – whether it be WCF, Workflow, Multithreading, WPF, Silverlight, ASP.NET MVC, Design Patterns or whatever you are currently wrestling with. I’ve just noticed that Andy has blogged about our drop in clinic we are running at DevWeek 2010. We’re also doing a bunch of talks (detailed on our Conferences page ). .NET Meanderings - Thursday, February 4, 2010 - Slides and Demos from BASTA!
What’s New in Workflow 4.0. Thanks to everyone who came to my sessions at BASTA! My first time at that conference and I had a great time. Here are the slides and demos. Contract First Development with WCF. Generics, Extension Methods and Lambdas – Beyond List. .NET Meanderings - Saturday, September 26, 2009 %>
151 Articles match "Workflow"
See all articles with
"Workflow"
| The Latest from DevelopMentor | MORE | | Devweek 2013 Workflow 4.5. Thanks to everyone who attended my sessions at Devweek 2013 – I had a lot of fun delivering them. It was also great to catch up with old friends and make a few new ones. As promised I have uploaded all of my slides and demos to the cloud and they can be downloaded here. WCF Preconference Workshop. Reactive Framework. Living with the GC. WCF 4.5 remember you’ll need to be running Windows 8 for the WebSockets demos). What’s new in Unit Testing in VS 2012 (remember that Fakes is only in VS Ultimate SKU DevelopMentor Courses - Saturday, March 9, 2013 Mark Blomsma: NuGet, Files and Source Control Default NuGet Workflow. Restore During Build Workflow. There are three differences with the default NuGet workflow: A.nuget folder is added to the solution, which contains NuGet.exe, a config file and a build file. If you’re using the Restore During Build Workflow, then the zip does not need to contain the actual packages I’ve been using NuGet for years, but recently I’ve been playing with around with NuGet to try and explore some of the lesser known features. How does NuGet play with regards to source control? Open the Package Manager Console. Zipping projects. DevelopMentor Courses - Monday, January 21, 2013 Use NuGet package restore to simplify code sharing This whole workflow was introduced for simplifying source code management. Here’s a quick post on how and why you want to consider using NuGet package restore. First, if you’re unfamiliar with NuGet, it’s basically “add reference” to external software projects (typically open source ones such as jQuery, but also for Microsoft ones such as Entity Framework). You definitely need to check out David Ebbo’s post introducing it. NuGet will change the way you develop. Now when using NuGet it maintains a packages folder near your solution file. Michael C. Kennedy's Weblog - Monday, December 17, 2012 | -
| The Best from DevelopMentor | MORE | - 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. 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 loading or saving a workflow is easy to, all it takes is a Load() and Save() function pointing to a XAML file. One thing that is needed is to register the workflow activity designer metadata. Validating the workflow. null ). {. The Problem Solver - Wednesday, December 23, 2009 - Windows Workflow Foundation 4 and persistence
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. We can attach it to either a WorkflowApplication or a WorkflowServiceHost and persist workflows when we want. This can be used to run only short lived workflows and doesn’t support persistence. var instanceStore = new SqlWorkflowInstanceStore(connStr); WorkflowApplication app = new WorkflowApplication(workflow); app.InstanceStore = instanceStore; app.Run(); Okay its a little more involved then that. Enjoy! The Problem Solver - Thursday, November 19, 2009 - Workflow Receive activity and message correlation
With WF4 it is quite easy to use data that is part of the request message, for example an order identifier, to route multiple WCF messages to the same workflow. It is also possible to have multiple messages that can start a new workflow. In this blog post I am going to show both these concepts in a single workflow. This workflow is going to be able to receive three different messages, AddItem, AddExpensiveItem and Submit. Either AddItem or AddExpensiveItem can start a new workflow while Submit can only be done with an existing workflow. ReferenceID0. The Problem Solver - Wednesday, April 28, 2010 - Hiding the XAMLX from a workflow service
In Windows Workflow Foundation 4 it’s easy to create a workflow and expose it as a WCF service. But one thing is that it exposes a XAMLX endpoint to each client can see the service actually implemented as a workflow service instead of a regular service. One way to hide that is to use a regular SVC file as the implementation and point that to a workflow using the WorkflowServiceHostFactory. First we need to use a regular workflow instead of a workflow service. Tags: NET Workflow WCF WF4 VS2010 data]. data.ToString()]. Enjoy! The Problem Solver - Tuesday, May 18, 2010 - Online Workflow 4 presentation
Attached are the PowerPoint sheets and samples from my online Window Workflow Foundation 4 presentation today. Tags: NET Workflow WCF webcast WF4 VS2010 Let me know if you have any questions. WF4Demo.zip www.TheProblemSolver.nl Wiki.WindowsWorkflowFoundation.eu. The Problem Solver - Tuesday, December 1, 2009 %>
| | |