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
»
All Tags
»
wcf
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
Archives
Archives
June 2013
(6)
May 2013
(15)
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
async
Bug?
C#
Extensibility
HTTP
IIS7
MSMQ
pdc09
Performance
REST
Streaming
System.Threading.Tasks
TDD
WCF REST
WCF Web APIs
WCF WebHttp Services
WCF4
WF
WF4
WFNews
Tagged Content List
Blog Post:
Queued WCF Services, MSMQ, IIS7 and NetMsmqActivator. Oh My.
Syndicated Workflow Author
First of all; credits for this solution goes to a former colleague, and now a contractor working in my department; Erlend Rotvik of WebStep Fokus. The title might be a bit cryptic, so let me elaborate a bit on the subject; until last week or so, it was “common knowledge” that using the NetMsmqActivator...
on
Mon, Sep 19 2011
Blog Post:
Using DataContracts with WCF Web API
Syndicated Workflow Author
A few folks have been asking if it is possible to serialize/deserialize using the DataContractSerializer. Rest assured, yes it is possible. Now whether or not it is the easiest/most intuitive model well that it is a different question. If you read to the end the post you will see a bunch of extensions...
on
Sat, May 14 2011
Blog Post:
How to eliminate tempuri.org from your service WSDL
Syndicated Workflow Author
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
Thu, May 12 2011
Blog Post:
WCF Extensibility – Operation Selectors
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 . We’re now entering the realm of the less used extensibility points for the WCF runtime. Operation selectors could well be left as an internal implementation detail...
on
Tue, May 10 2011
Blog Post:
WCF scales up slowly with bursts of work
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...
on
Wed, May 4 2011
Blog Post:
WCF Extensibility – Message Formatters
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 . Message formatters are the component which do the translation between CLR operations and the WCF Message object – their role is to convert all the operation parameters...
on
Tue, May 3 2011
Blog Post:
WCF Extensibility – IParameterInspector
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, described in the previous post of this series, allows you complete control over the message going through the WCF stack. They’re very...
on
Thu, Apr 28 2011
Blog Post:
WCF Extensibility – Message Inspectors
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...
on
Sat, Apr 23 2011
Blog Post:
WCF Extensibility – Runtime
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 . Before starting on the actual extensibility points for the WCF runtime (first post should be online tomorrow), I decided to write this quick introduction to the...
on
Tue, Apr 19 2011
Blog Post:
WCF Extensibility - IServiceBehavior
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...
on
Mon, Mar 28 2011
Blog Post:
WCF Extensibility – Behaviors
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 part of this series will focus on the behaviors. There are four kinds of behaviors, depending on the scope to which they apply: service, endpoint, contract...
on
Tue, Mar 22 2011
Blog Post:
Adding vcard support and bookmarked URIs for specific representations with WCF Web Apis
Anonymous
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 an Image. I use the image example continually not...
on
Mon, Mar 7 2011
Blog Post:
WCF Web APIs Roundup–Volume 2
Anonymous
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 5000 download mark on Codeplex ! Blogs WCF Web...
on
Sun, Mar 6 2011
Blog Post:
WCF Web APIs Roundup - Volume 1
Anonymous
A little over a month ago we launched our new WCF Web Apis on Codeplex . Since then a bunch of folks in the community (and some internal folks) have been posting about their own explorations / thoughts of the new bits. it’s great to see the work that they are doing! I am going to start aggregating these...
on
Mon, Dec 13 2010
Blog Post:
WCF and AppFabric Auto-Start
Anonymous
Auto-start is a really cool feature of Windows Server AppFabric. Recently I was asked about how you can do some kind of process initialization in your code with Auto-start (which the documentation implies that you can do). This led to a discussion with a number of questions that we want to address What...
on
Thu, Dec 9 2010
Blog Post:
Streaming over HTTP with WCF
Anonymous
Recently I had a customer email me looking for information on how to send and receive large files with a WCF HTTP service. WCF supports streaming specifically for these types of scenarios. Basically with streaming support you can create a service operation which receives a stream as it’s incoming...
on
Wed, Nov 24 2010
Blog Post:
Are you using WCF within your organization?
Anonymous
Do you use WCF within your organization either for internal apis for exposing services and functionality to 3rd parties? We’re looking to connect with customers using our stuff in the real world so we can understand your use cases, the things you’ve liked about WCF and where you’d like to see us improve...
on
Tue, Nov 16 2010
Blog Post:
TaskWsdlImportExtension–a hidden gem in the C# vNext async CTP samples
Anonymous
NoWhen I first heard about the new async functionality in C# at PDC 2010 last week, my immediate reaction was; how can this be used to ease the development of asynchronous WCF/WF services (and clients). Well, it turns out that someone on Microsoft has thought about the same thing; in the samples that...
on
Fri, Nov 5 2010
Blog Post:
WCF Web APIs, HTTP your way
Anonymous
At PDC in my session “Building Web APIs for the Highly Connected Web” we announced WCF Web APIs, new work we are doing to make HTTP first class in WCF. In this post I am going to describe what we are doing and why. If you are saying, “just show me the bits”, then just head on over to wcf.codeplex...
on
Mon, Nov 1 2010
Blog Post:
Taking HTTP support in WCF to the next level
Anonymous
If you are building for the web and the cloud, then you know that HTTP is important. WCF is no stranger to HTTP. Since .NET 3.5, we’ve been continually delivering capabilities in the platform to enable developers to expose services as resources over HTTP. Now we’re looking to raise the bar several notches...
on
Tue, Oct 26 2010
Blog Post:
WCF Test Client doesn’t speak Norwegian…
Anonymous
…at least when it comes to handling of decimal numbers – and it probably goes for all other non-English locales that doesn’t use period as the decimal delimiter. If you look closely at the screenshots below, you’ll notice that I’ve entered 2500,00 – that is two thousand comma zero zero in Norwegian....
on
Tue, Jun 22 2010
Blog Post:
WF4, WCF and AppFabric Sessions @ PDC09
Anonymous
I’m taking this week off to catch up on everything I haven’t done the last two months and to celebrate the Thanksgiving holiday here in the US. PDC was a blast! It was incredibly awesome to meet so many folks interested in WF and talking with others about how they are using (or plan to use) WF4...
on
Mon, Nov 23 2009
Blog Post:
Easier Unit Testing of WCF Services with ServiceTestContext
Anonymous
Hi, and apologies for being so awfully quiet the last couple of months. Expect the traffic to pick up again (I’ll explain the silence in a blog post later). Now, when unit testing WCF Services, I’ve often ended up with cluttering my tests with a lot of plumbing code to wire up the SUT; that is [...]...
on
Tue, Sep 8 2009
Page 1 of 1 (23 items)