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
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
3.5
4.0
Activities
AppFabric
Articles
Dublin
Endpoint.tv
Extensibility
MSDN
PDC
REST
Samples
Screencasts
Silverlight
TechEd
WCF
WCF REST
WCF Web APIs
WCF WebHttp Services
WCF Workflow Services
WCFNews
WF
WF4
WFNews
Workflow
Archive
Archives
May 2011
(8)
April 2011
(14)
March 2011
(15)
February 2011
(1)
January 2011
(9)
December 2010
(6)
November 2010
(5)
October 2010
(6)
September 2010
(5)
August 2010
(6)
July 2010
(8)
June 2010
(20)
May 2010
(3)
April 2010
(11)
March 2010
(4)
February 2010
(9)
January 2010
(14)
December 2009
(1)
November 2009
(9)
October 2009
(7)
September 2009
(1)
August 2009
(3)
July 2009
(4)
June 2009
(12)
May 2009
(6)
April 2009
(3)
March 2009
(4)
February 2009
(1)
January 2009
(3)
December 2008
(1)
November 2008
(1)
October 2008
(5)
September 2008
(4)
August 2008
(11)
July 2008
(8)
This blog has moved to http://blogs.msdn.com/b/appfabric please update your links!
March, 2011
MSDN Blogs
>
The .NET Endpoint
>
March, 2011
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
The .NET Endpoint
AppFabric WCF Service Template (C#)
Posted
over 2 years ago
by
Ron Jacobs
1
Comments
Now available Download the AppFabric WCF Service Template C# Windows Communication Foundation (WCF) is Microsoft’s unified programming model for building service-oriented applications. Windows Server AppFabric provides tools for managing and monitoring...
The .NET Endpoint
ASP.NET WF4 / WCF and Async Calls
Posted
over 2 years ago
by
Ron Jacobs
4
Comments
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...
The .NET Endpoint
WCF Extensibility – IContractBehavior
Posted
over 2 years ago
by
CarlosFigueira
3
Comments
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 . Going down the list of behaviors, the second one to be covered is the IContractBehavior . Like the other...
The .NET Endpoint
WCF Extensibility - IServiceBehavior
Posted
over 2 years ago
by
CarlosFigueira
0
Comments
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...
The .NET Endpoint
AppFabric WCF HTTP Service Template
Posted
over 2 years ago
by
Ron Jacobs
0
Comments
Windows Communication Foundation (WCF) is Microsoft’s unified programming model for building service-oriented applications. Windows Server AppFabric provides tools for managing and monitoring your web services and workflows. WCF HTTP Service is a service...
The .NET Endpoint
Error message in WF4: "The argument of type '<type>' cannot be used. Make sure that it is declared on an activity."
Posted
over 2 years ago
by
Patrick D. Fletcher [MSFT]
0
Comments
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...
The .NET Endpoint
WCF Extensibility – Behaviors
Posted
over 2 years ago
by
CarlosFigueira
0
Comments
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 part of this series will focus on the behaviors. There are four kinds of behaviors, depending on the...
The .NET Endpoint
endpoint.tv - WCF Web HTTP (REST) Test Tool Preview
Posted
over 2 years ago
by
Ron Jacobs
0
Comments
The other day, I walked by the office where our team members from Shanghai work while in Redmond and I ran into Leo Shum, a test lead on the new WCF Web HTTP (REST) Test Tool. On this episode, Leo joins me in the studio to show you how this new tool works...
The .NET Endpoint
WCF Web APIs Roundup–Volume 2
Posted
over 2 years ago
by
Glenn Block MSFT
0
Comments
Been a while since our last roundup and since my last blog post for that matter! Fortunately there’s been a bunch of cool stuff going on in the community with our Web APIs that I can point you to. Great to see the community momentum pick up as we cross...
The .NET Endpoint
PDC10–WF4 Session “Windows Workflow Futures”
Posted
over 2 years ago
by
Ron Jacobs
1
Comments
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...
The .NET Endpoint
(WF4) Why can’t I change the TypeArgument of Switch<> or FlowSwitch<> using the property grid?
Posted
over 2 years ago
by
tilovell09
0
Comments
I don’t remember anyone ever actually asking me this, but I found myself wondering the question while rustling up a quick rehosting app. Foreach<> activity lets you change the TypeArgument dynamically via the property grid. But FlowSwitch<>...
The .NET Endpoint
Cancelling a WF4 AsyncCodeActivity
Posted
over 2 years ago
by
Patrick D. Fletcher [MSFT]
2
Comments
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...
The .NET Endpoint
Using a WF4 SymbolResolver to access host environment information
Posted
over 2 years ago
by
Patrick D. Fletcher [MSFT]
0
Comments
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 ...
The .NET Endpoint
Adding vcard support and bookmarked URIs for specific representations with WCF Web Apis
Posted
over 2 years ago
by
Glenn Block MSFT
0
Comments
REST is primarily about 2 things, Resources and Representations. If you’ve seen any of my recent talks you’ve probably seen me open Fiddler and how our ContactManager sample supports multiple representations including Form Url Encoded, Xml, Json and yes...
The .NET Endpoint
WF 3.5 Persistence and Tracking: Two databases or one?
Posted
over 2 years ago
by
Patrick D. Fletcher [MSFT]
0
Comments
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...
Page 1 of 1 (15 items)