| |
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.
|
12 Articles match "Workflow"
See all articles with
"Workflow"
| The Latest from Michael C. Kennedy's Weblog | MORE | | 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 Getting Things Done with Backpack and 37Signals In our GTD in Backpack world, the 8 items ringing the workflow will mostly land in Backpack. Here is the check list I use several times a week to make sure that I don't forget to "process" one of my inboxes, which then feeds the other 8 types of containers ringing the workflow diagram. . [Note: You can download this post as a PDF.]. Here's an article about Getting Things Done and how I use Backpack from 37Signals to make it happen. I'm also a huge fan of the 37Signals suite of products ( Backpack , Basecamp , etc). You'll see why shortly. How should I organize my pages? Michael C. Kennedy's Weblog - Sunday, January 30, 2011 Article: 10 Features in.NET 4.0 that made Me Smile WF (Windows Workflow Foundation) has an AsyncCodeActivity class. If you have looked at long-running workflows in.NET 3.5 I recently wrote another article for DevelopMentor 's Developments newsletter (not subscribed yet? see top-right of this page ). This one is entitled. 10 Features in.NET 4.0 that made Me Smile. Read it on the DevelopMentor website: [link]. am republishing it below for you all to enjoy on your RSS readers. Cheers, Michael. 10 Features in.NET 4.0 that made Me Smile. have been reviewing some of our upcoming classes at DevelopMentor this week. Here’s an example. Michael C. Kennedy's Weblog - Wednesday, December 16, 2009 | | The Best from Michael C. Kennedy's Weblog | MORE | | Significant Advances in Unit Testing Windows Workflow This post describes a unit testing library for testing Windows Workflow Foundations. First a Little History: Last September I posted this teaser entitled Unit Testing Coming to a Workflow Near You. In that previous post, I highlighted what I could determine to be the current state-of-the-art with regard to unit testing workflows, circa September 2008. Unit Testing Activities with Windows Workflow Foundation by Ron Jacobs. TDD and Windows Workflow Foundation by Ron Jacobs. Unit Testing Workflow Activities by K. You can also just jump to the code. Enjoy! Michael C. Kennedy's Weblog - Sunday, January 18, 2009 Unit Testing Coming to a Workflow Near You [Update: See the follow up post "Significant Advances in Unit Testing Windows Workflow" ]. If you've been working with Windows Workflow, you'll find it has some cool features for orchestration, long running operations, state machines, etc. In fact the architecture that makes Windows Workflow powerful (strict separation of workflow, activities, and the host for example) really gets in the way of unit tests. There has been some work done on unit testing Windows Workflows. Here's some links: Unit Testing Activities with Windows Workflow Foundation by Ron Jacobs. Michael C. Kennedy's Weblog - Tuesday, September 30, 2008 Significant Advances in Unit Testing Windows Workflow This post describes a unit testing library for testing Windows Workflow Foundations.It Download the library with sample … Continue reading → Agile.NET agile Articles Visual Studio WF Workflowis not a framework like HarnessIt, NUnit, or MsTest. Rather it’s a library that can be used in conjunction with any of these testing frameworks. Michael C. Kennedy's Weblog - Sunday, January 18, 2009 | - 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 - Six Things That’ll Surprise You About.NET 4.0
that Windows Workflow 4 has been completely rewritten for.NET 4.0. WF 4 has a nice GUI workflow building designer that is part of the VS 2010 tools and moreover that designer is rehostable in your own Windows Forms or WPF applications. I recently wrote an article for DevelopMentor ’s Developments entitled. Six Things That’ll Surprise You About.NET 4.0 ”. You can read the entire article (republished just below this introduction) or if you’d rather see it as a quick set of 6 sides, you can see those here: Six Things That’ll Surprise You About.NET 4.0. by Michael Kennedy. 2 ASP.NET. Michael C. Kennedy's Weblog - Wednesday, November 11, 2009 - Article: 10 Features in.NET 4.0 that made Me Smile
WF (Windows Workflow Foundation) has an AsyncCodeActivity class. If you have looked at long-running workflows in.NET 3.5 I recently wrote another article for DevelopMentor 's Developments newsletter (not subscribed yet? see top-right of this page ). This one is entitled. 10 Features in.NET 4.0 that made Me Smile. Read it on the DevelopMentor website: [link]. am republishing it below for you all to enjoy on your RSS readers. Cheers, Michael. 10 Features in.NET 4.0 that made Me Smile. have been reviewing some of our upcoming classes at DevelopMentor this week. Here’s an example. Michael C. Kennedy's Weblog - Wednesday, December 16, 2009 - Getting Things Done with Backpack and 37Signals
In our GTD in Backpack world, the 8 items ringing the workflow will mostly land in Backpack. Here is the check list I use several times a week to make sure that I don't forget to "process" one of my inboxes, which then feeds the other 8 types of containers ringing the workflow diagram. . [Note: You can download this post as a PDF.]. Here's an article about Getting Things Done and how I use Backpack from 37Signals to make it happen. I'm also a huge fan of the 37Signals suite of products ( Backpack , Basecamp , etc). You'll see why shortly. How should I organize my pages? Michael C. Kennedy's Weblog - Sunday, January 30, 2011 - Unit Testing Coming to a Workflow Near You
[Update: See the follow up post "Significant Advances in Unit Testing Windows Workflow"] If you’ve been working with Windows Workflow, you’ll find it has some cool features for orchestration, long running operations, state machines, etc. However you won’t find very … Continue reading → Agile Articles WF Workflow Michael C. Kennedy's Weblog - Tuesday, September 30, 2008 - MSDN Magainze: Web Apps That Support Long-Running Operations
I’m pleased to announce that MSDN Magazine just published my Windows Workflow article entitled “ASP.NET WORKFLOW: Web Apps That Support Long-Running Operations” I hope you find it useful and interesting. Agile.NET Articles MSDN Visual Studio WF WorkflowPosted in Agile. Michael C. Kennedy's Weblog - Wednesday, December 24, 2008 - Article: 10 Features in.NET 4.0 that made Me Smile
WF (Windows Workflow Foundation) has an AsyncCodeActivity class. If you have looked at long-running workflows in.NET 3.5 I recently wrote another article for DevelopMentor 's Developments newsletter (not subscribed yet? see top-right of this page ). This one is entitled. 10 Features in.NET 4.0 that made Me Smile. Read it on the DevelopMentor website: [link]. am republishing it below for you all to enjoy on your RSS readers. Cheers, Michael. 10 Features in.NET 4.0 that made Me Smile. have been reviewing some of our upcoming classes at DevelopMentor this week. Here’s an example. Michael C. Kennedy's Weblog - Wednesday, December 16, 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 %>
| | |