Sign in
The .NET Endpoint
Blog by the .NET and AppFabric teams about WCF and WF development, deployment, and management
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
3.5
4.0
Activities
ajax
AppFabric
AppFabric Caching
Articles
asp.net ajax
Attached Properties
azure
BizTalk
Books
Connect
Designer
Dublin
Endpoint.tv
Extensibility
Extensibility.WCFNews
Hands On Labs
HTTP
Interop
Migration
MIX
MSDN
Noob
Online Templates
Oslo
PDC
Performance
Persistence
Platform Update 1
Reference Source
Rehosting
REST
Rules
Samples
Screencasts
Silverlight
SqlPersistenceService
SqlTrackingService
State Machine
StockTrader
Streaming
TDD
TechEd
Tracking
Unit Testing
Versioning
WCF
WCF Code
WCF Data Services
WCF REST
WCF RIA Services
WCF Source
WCF Sources
WCF Web APIs
WCF WebHttp Services
WCF Workflow Services
WCF/W 4.0 Beta2 to RC/RTM Breacking Changes
WCF4
WCFNews
Web Services
Webcast
WebHTTP
websockets
WF
wf 4 hosting iis appfabric
WF NativeActivity Implementation child
WF4
wf4 designer constraints
WFNews
Workflow
Browse by Tags
MSDN Blogs
>
The .NET Endpoint
>
All Tags
>
wf
Tagged Content List
Blog Post:
How to eliminate tempuri.org from your service WSDL
Ron Jacobs
tempuri.org is the default namespace applied to WCF Services and Workflow Services. You can and should specify your service namespace. It is recommended that you explicitly specify a name and namespace for the service contract, and an action for each operation to avoid using " http://tempuri...
on
12 May 2011
Blog Post:
Microsoft.Activities and Microsoft.Activities.UnitTesting now available via NuGet
Ron Jacobs
When I first saw NuGet I knew I had to find a way to take advantage of this great new way to deliver code to you. It took a few months but finally the other day I decided to spend an afternoon working on a NuGet package for Microsoft.Activities. Two and a half days later (isn’t that how it...
on
9 May 2011
Blog Post:
How to detect if the .NET Framework Platform Update 1 is installed
Ron Jacobs
Humans Go to Control Panel / Programs / Programs and Features / View Installed Updates Use the Search Box to search the updates for KB2495593 KB2478063 Or if you prefer, search the list your self Microsoft .NET Framework 4 Platform Update 1 - Runtime Update Look for ...
on
29 Apr 2011
Blog Post:
How to create a WF4 WorkflowServiceHostFactory for AppFabric Auto-Start
Ron Jacobs
Sometimes when using Windows Workflow Foundation (WF4) you need to create a custom WorkflowServiceHostFactory. There are a couple of main reasons why you would want to do this. To configure the WorklfowServiceHost in some way like adding an extension To do some other type of initialization work...
on
27 Apr 2011
Blog Post:
WF4 State Machine User Experience
.NET Connected Framework Team
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 ...
on
20 Apr 2011
Blog Post:
PDC10–WF4 Session “Windows Workflow Futures”
Ron Jacobs
Last year we at PDC10 we gave you a preview of the next release of Windows Workflow Foundation. The video has just been posted to Channel 9. Windows Workflow Futures Speaker: Ron Jacobs Learn about the key investments we’re making in Windows Workflow Foundation (WF). See the WF improvements we...
on
31 Mar 2011
Blog Post:
ASP.NET WF4 / WCF and Async Calls
Ron Jacobs
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...
on
21 Mar 2011
Blog Post:
Cancelling a WF4 AsyncCodeActivity
Patrick D. Fletcher [MSFT]
Even when AsyncCodeActivity.Cancel is called, the activity will still execute the EndExecute method, so it isn't immediately obvious why a second path of execution is necessary. Implementing this method is useful only when AsyncCodeActivityContext.MarkCanceled is implemented, which in turn is useful...
on
16 Mar 2011
Blog Post:
Using a WF4 SymbolResolver to access host environment information
Patrick D. Fletcher [MSFT]
To access environment information from within an activity, you'll need to use the System.Activities.Hosting.SymbolResolver class. Here's the code to access the symbol resolver from within an activity: public sealed class SymbolUser : CodeActivity { protected override void Execute(CodeActivityContext...
on
10 Mar 2011
Blog Post:
Error message in WF4: "The argument of type '<type>' cannot be used. Make sure that it is declared on an activity."
Patrick D. Fletcher [MSFT]
The following error might occur when an activity executes: The argument of type '<type>' cannot be used. Make sure that it is declared on an activity. If the type above refers to an implementation child, then it's possible that it's being created in the Execute method of the activity. If...
on
9 Mar 2011
Blog Post:
WF 3.5 Persistence and Tracking: Two databases or one?
Patrick D. Fletcher [MSFT]
This refers to the previous version of Workflow, but it came up in a recent discussion, so I thought I'd share the relevant points. When developing a Workflow solution that uses persistence and tracking, you may wonder if you should run the scripts for both schemas on the same database, or create...
on
3 Mar 2011
Blog Post:
Using WF/WCF? Tell us about it!
Ron Jacobs
Are you using WF/WCF in .NET 4? Would you like to help us improve WF/WCF in the next release? Would you mind spending an hour or two in a conference call talking about what you like, don't like and need help with? We are looking for customers who would be willing to share their stories with...
on
6 Aug 2010
Blog Post:
WF4 Activities Best Practices
Ron Jacobs
Lately on http://endpoint.tv we have been doing a series called WF4 Activities Best Practices with Leon Welicki. Many of you wrote in asking for the sample code so I’ve published on MSDN Code Gallery - WF4 Activity Best Practices Sample . Be sure to check out these episodes – great advice...
on
17 Jul 2010
Blog Post:
endpoint.tv - Workflow Messaging Architecture with Dave Cliffe
Ron Jacobs
In this episode, Dave Cliffe, Program Manager for Workflow Services, describes the architecture of the Workflow Services infrastructure. For more information, see the Workflow Foundation developer center on MSDN .
on
28 Jun 2010
Blog Post:
endpoint.tv - Workflow and Custom Activities - Best Practices (Part 2)
Ron Jacobs
In this episode, Windows Workflow Foundation team Program Manager Leon Welicki drops in to show us the team's guidelines for developing custom activities.
on
25 Jun 2010
Blog Post:
endpoint.tv - Workflow and Custom Activities - Best Practices (Part 1)
Ron Jacobs
In this episode, Windows Workflow Foundation team Program Manager Leon Welicki drops in to show us the team's guidelines for developing custom activities. For more information, see the Workflow Foundation developer center on MSDN .
on
24 Jun 2010
Blog Post:
endpoint.tv - Workflow in the Real World @ Red Prairie
Ron Jacobs
Red Prairie is a software company building solutions for Workforce, Warehouse, and Transportation Management. Of course, every company they serve wants the solution to meet their unique business processes. In this episode, Dan Piessens, Software Architect for Red Prairie, shows us how Windows Workflow...
on
21 Jun 2010
Blog Post:
New Native Activity Item Templates for Visual Studio 2010
Ron Jacobs
I’ve been creating a lot of Native Activities lately and to do it I would add a new item to my project using the Code Activity template. I kept wishing for a Native Activity template so now I’ve created one. Read more at Ron Jacobs Blog
on
20 Jun 2010
Page 1 of 1 (18 items)