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
»
All Tags
»
expressions
Browse by Tags
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
Tags
ExpressionServices
ExpressionTextBox
hostable editor
hosted compiler
Imports
imports designer
VB
Visual Basic
WF4
xaml
Tagged Content List
Blog Post:
(WF4.5) Using CSharpValue<T> and CSharpReference<T> in .Net 4.5 – Compiling expressions–and changes in Visual Studio generated XAML
Syndicated Workflow Author
I’ve been publicizing for a while that Visual Studio 11 (still in Beta) supports C# expressions in workflow designer. Of course you might also possibly want to use C# or VB expressions by writing a workflow in code, instead of by building it in Visual Studio. There are actually a couple tricks to doing...
on
Fri, May 25 2012
Blog Post:
(WF4) Less Known Features - Declarative Expressions using Activities, and ExpressionServices.Convert
Syndicated Workflow Author
If you’re exclusively using the Visual Studio workflow designer to design activities, you might go for a very long time (or forever) without discovering a particular System.Activities namespace, which is System.Activities.Expressions . The first reason you might never discover them is that none of the...
on
Mon, Jan 9 2012
Blog Post:
(WF4) Adding VB namespace Imports to your workflow programmatically
Syndicated Workflow Author
These questions (paraphrased) have come up a bunch of times so it’s not that hard to find the answer, but I just rediscovered them so it’s on topic for today. “I want to add a namespace to the Imports designer automatically at design time, so the user doesn’t have to do it manually. How can I do that...
on
Wed, Nov 2 2011
Blog Post:
Dynamically binding the expression type in the property grid
Anonymous
Previously, I demonstrated how to use an ExpressionTextBox in a custom property editor . In this followup post, I will show how to dynamically bind the ExpressionType of the ExpressionTextBox to the type of the argument of the custom activity. We don’t provide a type converter for this out of the box...
on
Mon, Mar 29 2010
Blog Post:
Using an ExpressionTextBox in a custom property editor
Anonymous
I have fielded a couple of questions from customers and also a forum post asking how to get the binding correct for the ExpressionTextBox correct in the property grid (well Eric fielded that one with some help on our side, thanks Eric!). For the record here are the details and an explanation. WPF provides...
on
Mon, Mar 22 2010
Blog Post:
Imports designer 101
Anonymous
Oh, the imports designer . This innocuous looking piece of UI packs a lot of functionality in a little designer. You would think that this designer should be pretty straightforward. The original concept of this feature was that this would simply be the place to manage namespaces, much in the same way...
on
Thu, Feb 18 2010
Blog Post:
About type coercion
Anonymous
The hosted compiler does something called type coercion. It converts one type to another type using the widening and narrowing conversions specified by the big VB compiler. On the whole, this is very useful functionality. It allows you to strongly type your arguments but still set your Int16 variable...
on
Thu, Jan 28 2010
Page 1 of 3 (75 items)
1
2
3