| |
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.
|
23 Articles match "Windows","Workflow"
| Related DevelopMentor Courses | MORE | | Side by side versioning of workflow services One of the really important new features in Windows Workflow Foundation 4.5 is the capability to version workflows and workflow instances. You get to choose what you want to do, either keep running existing instances with their original workflow definition or upgrade them to the latest workflow definition. In the previous blog post I described how to upgrade existing workflow instances to run with the last version. The basic steps Create your initial workflow definition. Start one or more instances using this workflow definition. The Problem Solver - Thursday, October 11, 2012 Updating workflow instances using an update map One of the really important new features in Windows Workflow Foundation 4.5 is the capability to version workflows and workflow instances. You get to choose what you want to do, either keep running existing instances with their original workflow definition or upgrade them to the latest workflow definition. If you find a bug in your workflow definition the update scenario is probably what you are looking for. In this blog post I am going to explain how to do an upgrade of an existing workflow instance. 5: Version = new Version(1, 0). 10: {. The Problem Solver - Wednesday, October 10, 2012 Service-Orientation Today and Tomorrow Training 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 Services) In Deutsch , klicken Sie hier Are you tired of constantly reading about "crisis" and "restrictions"? WCF includes the ?Web DevelopMentor Courses - Tuesday, March 1, 2011 |
102 Articles match "Windows","Workflow"
| The Latest from DevelopMentor | MORE | | Devweek 2013 Workflow 4.5. remember you’ll need to be running Windows 8 for the WebSockets demos). 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 What’s new in Unit Testing in VS 2012 (remember that Fakes is only in VS Ultimate SKU DevelopMentor Courses - Saturday, March 9, 2013 Tincr and live reloading of CSS/JavaScript in Google Chrome The standard workflow with web development is run the web application, make some changes to your CSS in Visual Studio, flip back to the browser and reload the page to see the effect. As soon as you save the file you will see the browser window update. One gotcha with Windows 8 Unfortunately this plugin won’t install on Google Chrome running on Windows 8 even though other plugins work just fine. While this works relatively well it can be somewhat slow at times. One improvement is make changes to your CSS in the browser. How cool is that? Recommended! The Problem Solver - Saturday, November 17, 2012 Tincr and live reloading of CSS/JavaScript in Google Chrome The standard workflow with web development is run the web application, make some changes to your CSS in Visual Studio, flip back to the browser and reload the page to see the effect. As soon as you save the file you will see the browser window update. One gotcha with Windows 8 Unfortunately this plugin won’t install on Google Chrome running on Windows 8 even though other plugins work just fine. While this works relatively well it can be somewhat slow at times. One improvement is make changes to your CSS in the browser. How cool is that? Recommended! The Problem Solver - Saturday, November 17, 2012 | -
| The Best from DevelopMentor | MORE | - 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 - 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. The Problem Solver - Wednesday, December 23, 2009 - Securing a Workflow Service using Windows Identity Foundation
In windows the preferred form of federated security is through Windows Identity Foundation and it is real easy to secure an ASP.NET site or WCF service using Windows Identity Foundation. How about securing a workflow service? As a workflow 4 service is just another WCF service securing it is just as easy as the steps below will demonstrate. Before we start we need to install Windows Identity Foundation and the related WIF SDK using the two links provided. To start with I created a small workflow service and a simple client application. try. {. The Problem Solver - Friday, September 24, 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 - 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 - What's New in Windows Workflow Foundation in.NET 4.5 (part 1)
Search Searching through workflows is another big one. With small workflows it is quite easy to see where a variable is used but when workflows get bigger this becomes an increasingly hard problem. With WF4 I typically solve this by opening the workflow XAML in a text editor and searching the raw XML. The new search capability will let you search through a workflow in the designer, as you really should, just as any other Visual Studio artifact. www.dotnetevents.nl.NET Workflow WF4 Futures dotnetmagfeatures where announced. Auto surround with a Sequence. The Problem Solver - Tuesday, September 27, 2011 - 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. To store some data inside of your workflow we need to add a Variable to the workflow or one of the nested activities. The Name is used throughout the workflow to store and retrieve the data. The Problem Solver - Monday, July 20, 2009 %>
| | |