DotNetShoutout - Stories tagged with workflow
2
Shouts

Advanced Dotnet Tutorial: ASP.Net Page Navigation using Workflow 4.0

posted by learndotnet123learndotnet123 848 days, 22 hours, 34 minutes ago
Tuesday, February 22, 2011 5:57:57 AM GMT
IntroductionIn this Article, how Workflow 4.0 can be used to control page navigation in ASP.Net is explained. If you are new to workflow 4.0 please go through MSDN documentation to understand how it works since the scope of this article is limited to workflow creation.   Background   Technology used for this sample: .Net 4.0 , Visual Studio 2010 , Workflow 4 (part of .Net 4 framework) , ASP.Net Web Application. Objective: To remove page navigation logic from .aspx pages and centralize it in workflow ... (more)
category: Web Dev | clicked: 11 | comment | | source: advanceddotnettutorial.blogspot.com
tags: workflow, page navigaton, ASP.NET
6
Shouts

The Inverted Software Workflow Execution Engine Code name Gazelle - .NET Development - Gal Ratner

published 890 days, 10 hours, 8 minutes ago posted by galratnergalratner 892 days, 10 hours, 51 minutes ago
Tuesday, January 11, 2011 6:23:59 PM GMT Sunday, January 09, 2011 5:41:20 PM GMT
I received many responses to my blog post about the ten basic rules of enterprise systems design. I have been asked repeatedly: “How can you separate systems into slices?”, “How do you make a good pull system?”, and most importantly, “How do you take the load off IIS and distribute it across multiple servers without the need of a web farm and load balancing?” I cannot disclose all of my secrets in this blog, and in the real world each system is different. There is no universal solution to the question... (more)
category: Architecture | clicked: 1 | comment | | source: galratner.com
tags: workflow, paralle programming
12
Shouts

How To Unit Test Workflows–Mocking Activities - Ron Jacobs

published 994 days, 16 hours, 13 minutes ago posted by AlexAlex 996 days, 13 hours, 6 minutes ago
Wednesday, September 29, 2010 12:18:45 PM GMT Monday, September 27, 2010 3:26:16 PM GMT
Suppose you want to unit test a workflow that has some external dependency like a database, web service, file or some other thing that makes testing inconvenient. The need to eliminate external dependencies when testing has led to a world of mocking frameworks that allow you to automatically generate a mock with pre-defined behavior. I wanted to do the same thing with Activities in workflows and I’ve now added support for this to the latest release of the Workflow Test Helper project using a technique ... (more)
category: Architecture | clicked: 2 | comment | | source: blogs.msdn.com
tags: WF4, workflow, Mocking, Unit Test
5
Shouts

Deploy an ASP.NET Form to a workflow

posted by sonukapoorsonukapoor 1073 days, 2 hours, 39 minutes ago
Tuesday, July 13, 2010 1:52:54 AM GMT
This article, taken from the book SharePoint 2010 Workflows in Action, shows you how easy it is to deploy an ASP.NET form to a workflow. (more)
category: Web Dev | clicked: 0 | comment | | source: dotnetslackers.com
tags: workflow, Sharepoint, ASP.NET
3
Shouts

Efficient workflow with Linq to Sql using Migrator, T4 and some Xslt

published 1119 days, 16 hours, 1 minute ago posted by https://www.google.com/profiles/carl.hoerberghttps://www.google.com/profiles/carl.hoerberg 1120 days, 13 hours, 47 minutes ago
Thursday, May 27, 2010 12:30:52 PM GMT Wednesday, May 26, 2010 2:44:52 PM GMT
Linq to SQL is still my favorite datalayer, why? Excellent Linq capabilities and the fact that I only have to change my database once, and my code/entities will be immediately reflected. How?  First, download MigratorDotNet, it's a utility for database migrations, which versions your database changes in code: http://code.google.com/p/migratordotnet/wiki/GettingStarted. Create a new library in your solution and start writing migratio... (more)
category: Web Dev | clicked: 0 | comment | | source: devcarl.posterous.com
tags: workflow, Linq To SQL, T4, Migrator
8
Shouts

DeepFriedBytes - Episode 51: Exploring Workflow Foundation 4.0 with Matt Winkler

published 1162 days, 15 hours, 45 minutes ago posted by mithumithu 1163 days, 22 hours, 39 minutes ago
Wednesday, April 14, 2010 12:46:30 PM GMT Tuesday, April 13, 2010 5:52:38 AM GMT
In this episode, Keith and Woody sat down with Matt Winkler, the Program Manager for the Workflow Foundation team at Microsoft, to discuss Workflow Foundation 4.0.  We learn from Matt how this release the team revisited the core of WF to increase performance and productivity as well as provide the best experience for developers adopting WF and to enable WF to continue to be a strong foundational component that you can build on in your applications. (more)
category: Podcast | clicked: 0 | comment | | source: deepfriedbytes.com
tags: workflow, WF, Foundation 4.0, DeepFriedBytes
6
Shouts

Serialize DependencyObject : it's easy !

published 1208 days, 15 hours, 26 minutes ago posted by jmix90jmix90 1210 days, 13 hours, 26 minutes ago
Saturday, February 27, 2010 1:05:44 PM GMT Thursday, February 25, 2010 3:05:23 PM GMT
You often read that dependencyObjects are not marked as Serializable... but it does not means that you can't serialize them easily ! (more)
category: How To | clicked: 5 | comment | | source: blog.lexique-du-net.com
tags: tricks, workflow, C#, WF, WPF, how to, windows presentation foundation, Tips
6
Shouts

Programming user interfaces using F# workflows

published 1217 days, 14 hours, 26 minutes ago posted by sonukapoorsonukapoor 1219 days, 5 hours, 16 minutes ago
Thursday, February 18, 2010 2:05:33 PM GMT Tuesday, February 16, 2010 11:15:35 PM GMT
F# asynchronous workflows can be used to solve a wide range of programming problems. In this article we'll look how to use asynchronous workflows for elegantly expressing the control flow of interaction with the user. We'll also look at clear functional way for encoding drag&drop-like algorithm. (more)
category: How To | clicked: 0 | comment | | source: dotnetslackers.com
tags: workflow, C#, F#
2
Shouts

Creating new instance of SharePoint workflow through C

posted by PraveenPraveen 1233 days, 17 hours, 24 minutes ago
Tuesday, February 02, 2010 11:08:10 AM GMT
In SharePoint 2007, very good feature i like much is that framework supports for writing custom events, features, workflows or any other areas... We can customize complete SharePoint system at any context. While working with SharePoint custom workflows, we get some scenarios where we need to stop a workflow or start a new instance of workflow. So, i did some research on the MSDN library and saw all the dll's by doing some reflection on the libraries and found some functions and classes which supports th... (more)
category: Architecture | clicked: 0 | comment | | source: praveenbattula.blogspot.com
tags: workflow, Instance, C#, Sharepoint
11
Shouts

Role of ItemMetadata.xml in Infopath forms [SharePoint workflow].

published 1234 days, 14 hours, 47 minutes ago posted by PraveenPraveen 1238 days, 9 hours, 5 minutes ago
Monday, February 01, 2010 1:44:24 PM GMT Thursday, January 28, 2010 7:26:38 PM GMT
Introduction: ItemMetadata.xml is the file used to store/transfer the data from one Infopath to another. The name of the file is case - sensitive. For example, in a sharepoint workflow, there are 10 steps, in each step we are using infopath and we want send some information from one to the next infopath form, the information won't save any where. we need to tell explicitly to infopath to store in xml file. that is nothing but ItemMetadata.xml. It acts as the secondary data source to the infopath... (more)
category: Architecture | clicked: 7 | comment | | source: praveenbattula.blogspot.com
tags: workflow, Infopath, Sharepoint, ItemMetadata.xml
8
Shouts

Sharing the goodness that is VB : Migrating a 2007 Workflow to Visual Studio & SharePoint 2010 - Beth Massi

published 1249 days, 16 hours, 18 minutes ago posted by impaimpa 1250 days, 19 hours, 7 minutes ago
Sunday, January 17, 2010 12:14:07 PM GMT Saturday, January 16, 2010 9:24:49 AM GMT
Lately I’ve been converting an Office business application we built last year with Visual Studio 2008 to Visual Studio and Office 2010. Last couple posts we tackled converting the Outlook client piece. In this post I want to focus on the server side and show how we can convert the SharePoint 2007 workflow we built with Visual Studio 2008 to a SharePoint 2010 workflow in Visual Studio 2010. In Visual Studio 200... (more)
category: How To | clicked: 0 | comment | | source: blogs.msdn.com
tags: OBA, ADO.NET Data Services, workflow, article, VS2010, DevCenter, VSTO, Sharepoint