Integrating Integrators – BizTalk, Windows Azure, Windows Workflow, and Beyond
Join
Sign in
Search Options
Search Everything
Search Windows Workflow
Home
AppFabric
BizTalk Server
Windows Azure
Windows Workflow
Jobs (Hire A Guru)
More ...
Home
»
Windows Workflow
»
Windows Workflow Community Blogs via Syndication
Windows Workflow
This is the top level group for Microsoft Windows Workflow Foundation. Find blogs, samples, videos, and learning resources for various versions of workflow including 3.0, 3.5, and 4.0 here.
Get this RSS feed
Home
Blog
Files
Wiki
Sitewide Application Navigation
Home
Blogs
Media
Forums
Wikis
Groups
Options
Email Blog Author
RSS for posts
Monthly Archive List
Archives
May 2013
(8)
April 2013
(11)
March 2013
(10)
February 2013
(7)
January 2013
(14)
December 2012
(7)
November 2012
(7)
October 2012
(10)
September 2012
(8)
August 2012
(7)
July 2012
(22)
June 2012
(10)
May 2012
(6)
April 2012
(10)
March 2012
(4)
February 2012
(6)
January 2012
(8)
December 2011
(11)
November 2011
(8)
October 2011
(11)
September 2011
(23)
August 2011
(18)
July 2011
(2)
June 2011
(5)
May 2011
(17)
April 2011
(22)
March 2011
(25)
February 2011
(11)
January 2011
(20)
December 2010
(17)
November 2010
(10)
October 2010
(7)
September 2010
(2)
August 2010
(3)
July 2010
(1)
June 2010
(7)
May 2010
(4)
April 2010
(11)
March 2010
(12)
February 2010
(7)
January 2010
(25)
December 2009
(23)
November 2009
(20)
October 2009
(3)
September 2009
(1)
July 2009
(2)
June 2009
(2)
Tags
.NET
AppFabric
ASP.NET
Azure
Cloud
Community News
Denali
designer
expressions
ExpressionTextBox
Kushal Shah
MVC
Sharepoint 2010
SharePoint 2013
SSAS
Tabular Model
Talks
Visual Studio
vs2010
WCF
WF
WF 4.0
WF4
Workflow
Workflowrkflow
Windows Workflow Community Blogs via Syndication
Windows Workflow Foundation related bloggers. All content is property of the original blog owner.
RSS for posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Windows Workflow Community Blogs via Syndication
Updates to Windows Azure (Mobile, Web Sites, SQL Data Sync, ACS, Media, Store)
Posted
4 months ago
by
Syndicated Workflow Author
This morning we released a number of enhancements to Windows Azure. These new capabilities include: Mobile Services (job scheduler support, Europe Region Support, Command Line Support) Web Sites (scale improvements, integrated source control) SQL Data Sync (support in the new HTML portal) ACS Management (support in the new HTML portal) Media Services (job and task management, blob storage support, reserved compute) Virtual Network enhancements Subscription Filtering Support Windows Azure Store...
Windows Workflow Community Blogs via Syndication
EF Code First and Data Scaffolding with the ASP.NET MVC 3 Tools Update
Posted
over 2 years ago
by
Syndicated Workflow Author
Earlier this week I blogged about the new ASP.NET MVC 3 Tools Update that we shipped last month. In today’s blog post I’m going to go into more detail about two of the cool new features it brings: Built-in support for EF 4.1 (which includes the new EF “code-first” support) Built-in data scaffolding support within Visual Studio (which enables you to rapidly create data-driven sites) These two features provide a really sweet, and extremely powerful, way to work with data and build data-driven...
Windows Workflow Community Blogs via Syndication
(WF4, Toolbox) Updating the WF4 Toolbox Icon FAQ (for Rehosting and Custom Activities)
Posted
over 2 years ago
by
Syndicated Workflow Author
Introit - call it whatever, but today I’m recycling an old post. And I have one more little confession. When I started writing a new rehosted app today, I found out my old toolbox FAQ was fairly useless. It was even getting to the point where someone had to post this in the forum : “I found a number of posts online about how to populate a toolbox with the standard activities/icons. Unfortunately they are all wrong in one way or another. Some add internal non user tools, some get the wrong icons,...
Windows Workflow Community Blogs via Syndication
WF4 State Machine User Experience
Posted
over 2 years ago
by
Syndicated Workflow Author
State machine is a well-known model for event-driven workflows and a highly requested feature from our WF4 users, especially those looking to move their WF3 State Machine workflows to WF4. We are very pleased to provide a new, fully-supported, WF4 State Machine including runtime and designer in the .Net Framework Platform Update 1 release ( KB2495638 ). This release enables customers to model their event-driven processes as a state machine using a simplified API and designer experience. Thanks to...
Windows Workflow Community Blogs via Syndication
Free Video Training: ASP.NET MVC 3 Features
Posted
over 2 years ago
by
Anonymous
A few weeks ago I blogged about a great ASP.NET MVC 3 video training course from Pluralsight that was made available for free for 48 hours for people to watch. The feedback from the people that had a chance to watch it was really fantastic. We also received feedback from people who really wanted to watch it – but unfortunately weren’t able to within the 48 hour window. The good news is that we’ve worked with Pluralsight to make the course available for free again until March 18th. ...
Windows Workflow Community Blogs via Syndication
(WF4) Lesser Known WF Features: WorkflowDataContext
Posted
over 2 years ago
by
Syndicated Workflow Author
Sometimes it happens that via the forums I learn about a new (to me) beast in the WF Zoo. Today that animal is WorkflowDataContext . The MSDN document is fairly terse: “Represents the data context of the current workflow environment and provides a bridge to bring workflow arguments and variables into the scope of data binding.” Putting that into everyday WF terms, how would you actually use one of these? Application 1: Reading Variable and Argument Values from inside a CodeActivity ...
Windows Workflow Community Blogs via Syndication
WF 4 hosting options: IIS, AppFabric, and Windows Service
Posted
over 2 years ago
by
Syndicated Workflow Author
Most of the Windows Workflow Foundation samples use workflows that are hosted in a console application, but this isn't a realistic scenario for real-world workflows. Workflows in actual business applications will be hosted in persistent processes- either a Windows service authored by the developer, or a server application such as IIS or AppFabric. The differences between these approaches are as follows. Hosting workflows in IIS with Windows AppFabric Using IIS with AppFabric is the preferred...
Windows Workflow Community Blogs via Syndication
WCF scales up slowly with bursts of work
Posted
over 2 years ago
by
Syndicated Workflow Author
A few customers have noticed an issue with WCF scaling up when handling a burst of requests. Fortunately, there is a very simple workaround for this problem that is covered in KB2538826 (thanks to David Lamb for the investigation and write up). The KB article provides a lot of good information about when this would apply to your application and what to do to fix it. In this post, I want to explore exactly what's happening. The best part is that there is an easy way to reproduce the problem. To...
Windows Workflow Community Blogs via Syndication
Event-driven execution in .NET 4.0 with the Pick activity
Posted
over 4 years ago
by
Anonymous
.NET 4.0 and WF 4.0 include a new event-driven control flow activity called Pick that takes the place of the original Listen activity in .NET 3.x. Whereas the branches in the Listen activity may be triggered only by activities that implement the IEventActivity interface, the branches in a Pick activity may be triggered by any activity. Picture: Listen activity in .NET 3.x In WF 4.0, the Pick activity provides event-based control flow modeling. Pick contains multiple branches, where each branch...
Windows Workflow Community Blogs via Syndication
(WF4) Showing an InArgument<bool> as a CheckBox in the Workflow Designer Property Grid
Posted
over 2 years ago
by
Syndicated Workflow Author
Here’s a workflow designer FAQ finally getting the attention it deserves, and helping show off how to do custom property editing in designer. “How do I show an InArgument<bool>/<enum> in the property grid as a checkbox/combobox?” [Aside: Before we start the guide, note that actually doing the thing you are asking about has certain implications, and that there’s one obvious alternative that works in some cases: using a plain property, instead of an InArgument<T> typed-property...
Windows Workflow Community Blogs via Syndication
ASP.NET MVC 3 Tools Update
Posted
over 2 years ago
by
Syndicated Workflow Author
Three weeks ago we held our MIX 2011 conference in Las Vegas. MIX is one of my favorite events of the year, and the conference always has a ton of great content and announcements. All of the keynotes and breakout sessions from the event can be watched online for free here . I’ll be doing a few posts in the upcoming weeks that also cover some highlights from it. ASP.NET MVC 3 Tools Update One of the announcements I made in my Day 1 keynote was the release of an ASP.NET MVC 3 Tools...
Windows Workflow Community Blogs via Syndication
WCF Extensibility – Message Inspectors
Posted
over 2 years ago
by
Syndicated Workflow Author
This post is part of a series about WCF extensibility points. For a list of all previous posts and planned future ones, go to the index page . The message inspectors are probably the most used extensibility points of the WCF runtime. Anytime you need to log, inspect, modify or completely replace a message, the two inspector interfaces ( IClientMessageInspector for the client side; IDispatchMessageInspector for the server side) are likely to be perfect candidates for the solution. There are so many...
Windows Workflow Community Blogs via Syndication
(WF4) The Story of State Machine
Posted
over 2 years ago
by
Syndicated Workflow Author
Hello State Machine fans! [Update I changed the title to this post, the old one doesn't really work. New readers - if I lost you already, have you come across the WF4 State Machine introductory materials ?] Since there have now been several eras of support for state machines in WF4 and WF3 , I think it would be good to have information part historical stocktake, part making sure everyone is up-to-date (and a reminder to CTP users of CTP license terms), and so on, not so much for the regular readers...
Windows Workflow Community Blogs via Syndication
ASP.NET MVC, Web API, Razor and Open Source
Posted
over 1 year ago
by
Syndicated Workflow Author
Microsoft has made the source code of ASP.NET MVC available under an open source license since the first V1 release. We’ve also integrated a number of great open source technologies into the product, and now ship jQuery, jQuery UI, jQuery Mobile, jQuery Validation, Modernizr.js, NuGet, Knockout.js and JSON.NET as part of it. I’m very excited to announce today that we will also release the source code for ASP.NET Web API and ASP.NET Web Pages (aka Razor) under an open source license (Apache 2.0),...
Windows Workflow Community Blogs via Syndication
(WF4) Visual Workflow Tracking and WorkflowInspectionServices
Posted
over 2 years ago
by
Syndicated Workflow Author
Over time a few folks have asked on the forum for information about writing rehosted visual workflow debugger applications (a.k.a. workflow simulator, a.k.a. visual workflow tracking…). Many of these folks have already seen the Visual Workflow Tracking sample (MSDN) , and even read at least one of Kushal’s related blog posts ( “Debugging in Workflow 4.0” , “VisualWorkflowTracking aka Workflow Simulator” , and “Visual Workflow Tracking with Step Service” ). But since it’s still a reasonably popular...
Windows Workflow Community Blogs via Syndication
(WF4) ModelItem, ModelItemImpl and ICustomTypeDescriptor
Posted
over 2 years ago
by
Syndicated Workflow Author
Today we’re going to explore some internal aspects of ModelItem and its subclass ModelItemImpl. For your reference, ModelItemImpl is an internal class, making what we talk about below ‘implementation detail’, according to a narrow view based on which APIs are actually visible by way of being marked ‘public’, and therefore more likely to change in future framework versions (than something actually marked public and therefore having a 1 line API doc somewhere). Now stop worrying about such minor details...
Windows Workflow Community Blogs via Syndication
Error message in WF4: "Error: The values provided for the root activity's arguments did not satisfy the root activity's requirements"
Posted
over 2 years ago
by
Syndicated Workflow Author
When loading an activity assembly using Assembly.LoadFrom, you may see the following error: "Error: The values provided for the root activity's arguments did not satisfy the root activity's requirements: 'UserDefinedInputClass': Expected an input parameter value of type 'MyAssembly.UserDefinedClass' for parameter named 'UDC'. Parameter name: rootArgumentValues" Assembly.LoadFrom does not use the main application context; instead, a new context is used, so...
Windows Workflow Community Blogs via Syndication
ASP.NET WF4 / WCF and Async Calls
Posted
over 2 years ago
by
Syndicated Workflow Author
How should you use WF4 and WCF with ASP.NET? For this post I’ve created a really simple workflow and WCF service that delay for a specific amount of time and then return a value. Then I created an ASP.NET page that I can use to invoke the workflow and WCF service to test their behavior The Workflow Definition First off – let’s get one thing straight. When you create a workflow, you are creating a workflow definition . The workflow definition still has to be validated, expressions...
Windows Workflow Community Blogs via Syndication
WCF Extensibility - IServiceBehavior
Posted
over 2 years ago
by
Syndicated Workflow Author
This post is part of a series about WCF extensibility points. For a list of all previous posts and planned future ones, go to the index page . The first behavior covered in this series is the IServiceBehavior . It can be used to inspect or change the entire service description and runtime. For example, to collect information about all endpoints in the service, to apply some common behavior to all endpoints in the service, anything which affects the global service state, the service behavior is a...
Windows Workflow Community Blogs via Syndication
Secrets of the XAML Build Task
Posted
over 2 years ago
by
Anonymous
(Or: [not] using XAML Build Task in a rehosted scenario.) Motivated by some old , less old , and recent forum threads about allowing compositional workflows in a rehosted designer scenario, with the ability to reuse activities created in XAML, I have finally played through some options for building assemblies directly from rehosted designer XAML. First though, let’s look at the standard option for compiling workflow assemblies. What normally happens when you build XAML files in an Activity Library...
Page 1 of 25 (485 items)
1
2
3
4
5
»