| |
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.
|
21 Articles match "2011","Workflow"
| Related DevelopMentor Courses | MORE | | 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"? We have the course for you! DevelopMentor Courses - Tuesday, March 1, 2011 Guerrilla.NET (UK) Training Create workflows that can model complex processing using flowchart workflows. Create declarative services using workflow that can be deployed as simple text files Decouple your entity model from the data using Plain Old CLR Objects (POCOs). Workflow 4, ASP.NET MVC and Silverlight. Day 4 Windows Workflow Foundation 4.0 Architecture The next version of Windows Workflow Foundation (WF 4.0) Leverage new features of C# 4.0, including named and optional parameters and dynamic typing. Use PFx as a unifying library for all your multithreading needs. couldn't? DevelopMentor Courses - Tuesday, March 1, 2011 Spring 3.0 and the Enterprise Training Students who attend Spring 3.0 and the Enterprise will leave the course armed with the required skills to design and implement Spring applications that effectively and transparently use various enterprise systems, tools, and technologies. This course provides coverage of the concepts and practices for interacting between Spring and relational databases, security components, distributed resources, web services, messaging, EJB3, and other components. Processes and best practices are discussed and illustrated through both discussions and group activities. DevelopMentor Courses - Tuesday, March 1, 2011 |
29 Articles match "2011","Workflow"
| The Latest from DevelopMentor | MORE | | Xanpan: refining the process In my last blog entry I discussed a Xanpan board layout which allows for planned and unplanned work to co-exist in one workflow. In this case the workflow and work in progress. My rules are quite straight forward for Xanpan boards: Stage 1: Model the current workflow on the board: avoid changing it too much to “how it should be” but you will probably need to modify the workflow a little in order to be able to model it. Make sure you talk through various scenarios for work to make sure you have a workflow that will, well, work. Allan Kelly's Blog - Monday, December 12, 2011 Xanpan: planned and unplanned work This meant we had to design their board layout and talk about workflow. The board layout - effectively workflow - is on which reoccurs in Xanpan systems and I would like to discuss here. It is possible that this workflow/board layout is actually a transitional layout. I’m on my way back from another visit to the Cornish Software Mines. ve been with four different companies this week, laid the first plans for Agile on the Beach 2012 conference and got to know Sebastian Bergmann who has been visiting the mines this week working with the PHP teams. The column is unlimited. Allan Kelly's Blog - Friday, December 9, 2011 What's New in Windows Workflow Foundation in.NET 4.5 (part 3) This is the 3rd post about what is new with Windows Workflow Foundation in.NET 4.5 This 3rd post is about one of the biggest missing pieces which is versioning workflows. To understand why this is so painful at the moment it is important to remember that workflow instances often run for a long time. Right not with WF4 you can’t change the definition of a workflow instance that is running even when it is persisted to disk. Doing so will result in any number of weird exceptions when the workflow tries to resume. as announced at the //build/ conference. Enjoy! Maurice de Bejeir - Tuesday, October 11, 2011 | -
| The Best from DevelopMentor | MORE | - Doing synchronous workflow execution using the WorkflowApplication
The WorkflowApplication is a great way to execute your workflows in process. For example executing a workflow and updating the state of the user interface is much simpler when the WorkflowApplication.Run() doesn’t finish until all work is done. Take this very simple workflow and its execution output. var workflow = new Sequence(). {. Executing the workflow synchronously. Making this workflow execute in a synchronous fashion is easy and requires only a very small change by setting the SynchronizationContext to a custom implementation. Activities = {. The Problem Solver - Friday, January 7, 2011 - 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 - Workflow Services and Windows Phone 7
Today I did a fun presentation at the Engineering World Conference in the Netherlands on using the Windows Phone 7 with a Workflow Service hosted on Windows Azure. The sample application, that is complete with all source on CodePlex over here , consists of an expense app on the phone and an ASP.NET MVC site hosting the workflow service. www.dotnetevents.nl.NET Workflow WCF WF4 ASP.NET VS2010 WP7 AppFabric DotNed AzureThe PowerPoint presentation can be found here. It was a fun session on a fun event www.TheProblemSolver.nl The Problem Solver - Saturday, February 5, 2011 - What's New in Windows Workflow Foundation in.NET 4.5 (part 3)
This is the 3rd post about what is new with Windows Workflow Foundation in.NET 4.5 This 3rd post is about one of the biggest missing pieces which is versioning workflows. To understand why this is so painful at the moment it is important to remember that workflow instances often run for a long time. Right not with WF4 you can’t change the definition of a workflow instance that is running even when it is persisted to disk. Doing so will result in any number of weird exceptions when the workflow tries to resume. as announced at the //build/ conference. Enjoy! The Problem Solver - Tuesday, October 11, 2011 - Workflow Services and Windows Phone 7
Today I did a fun presentation at the Engineering World Conference in the Netherlands on using the Windows Phone 7 with a Workflow Service hosted on Windows Azure. The sample application, that is complete with all source on CodePlex over here , consists of an expense app on the phone and an ASP.NET MVC site hosting the workflow service. www.dotnetevents.nl.NET Workflow WCF WF4 ASP.NET VS2010 WP7 AppFabric DotNed AzureThe PowerPoint presentation can be found here. It was a fun session on a fun event www.TheProblemSolver.nl The Problem Solver - Saturday, February 5, 2011 - Running Workflow Services on Windows Azure
Windows Azure might not support the WCF and WF4 hosting parts of Windows AppFabric bit that doesn’t mean you can’t run workflow services on Windows Azure. After all a workflow is just a.NET 4 type and Windows Azure runs the.NET framework. As a result running a workflow service is quite easy once you know how to configure it. As a result, by default, IIS doesn’t know what to do with a WorkflowService type, the base type of a workflow service. Wiki.WindowsWorkflowFoundation.eu.NET Workflow WCF WF4 ASP.NET VS2010 AppFabric AzureEnjoy! www.TheProblemSolver.nl. The Problem Solver - Tuesday, January 18, 2011 - What's New in Windows Workflow Foundation in.NET 4.5 (part 2)
Versioning The most important new feature is workflow versioning. www.dotnetevents.nl.NET Workflow WF4 Futures dotnetmagDuring the last //build/ conference a number of new WF4.5 features where announced. In part 1 I took a look at the designer improvements, in this blog post I am going to take a look at some of the runtime enhancements. New activities. As part of WF 4.5 we will see some new activities in the box. One useful new activity is the NoPersistScope. Previously you where forced to use VB expressions, even in a C# project. With WF 4.5 Enjoy! www.TheProblemSolver.nl The Problem Solver - Friday, October 7, 2011 %>
| | |