↧
WF4 WriteLine testing using extensions
If you wish to test specific writelines on a console application: you can do so by adding a StringWriter object to the workflow extensions.The writeline activity will use the textwriter if it exists as...
View ArticleReHosting the workflow designer
If you've attempted to host the workflow designer in .net <= 3.5 you'll remember it's not such an easy achievement.However doing so in wpf .net 4.0 is quite trivial.Have a look at the Visual Studio...
View ArticleAsyncronous WF4 activities
Anyone that's ever written UX/GUI code will know that while it once was acceptable (unavoidable) to block the UX thread with long running operations, it's now almost always done in a background...
View Article