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
»
November, 2010
November, 2010
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
Sitewide Application Navigation
Home
Blogs
Media
Forums
Wikis
Groups
Options
Email Blog Author
RSS for posts
Monthly Archive List
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
ASP.NET
Azure
Cloud
Community News
Denali
designer
expressions
ExpressionTextBox
Kushal Shah
MVC
Sharepoint 2010
SharePoint 2013
SSAS
Tabular Model
Talks
Visual Studio
WCF
WF
WF 4.0
WF 4.5
WF4
Workflow
Workflowrkflow
Windows Workflow Community Blogs via Syndication
Windows Workflow Foundation related bloggers. All content is property of the original blog owner.
RSS for posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Windows Workflow Community Blogs via Syndication
Streaming over HTTP with WCF
Posted
over 3 years ago
by
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 parameter and returns a stream as it’s return value (a few other types like Message and anything implementing IXmlSerializable are also supported). MSDN describes how streaming in WCF works here ,...
Windows Workflow Community Blogs via Syndication
Are you using WCF within your organization?
Posted
over 3 years ago
by
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 / go further. If interested, please contact us. We look forward to hearing from you. Blog Post by: .NET Connected Framework Team
Windows Workflow Community Blogs via Syndication
Simplified Asynchronous Programming Model in WCF with async/await
Posted
over 3 years ago
by
Anonymous
Managing multiple asynchronous operations in WCF is currently very complex regardless of whether you use the existing event or Begin/End asynchronous patterns. In fact, both internal and external customers frequently ask about how to implement simple coordination of WCF operations, and even though sending multiple requests to a WCF backend is a core scenario, WCF does not provide a satisfactory solution. The amount of code needed to facilitate even simple coordination tasks is large and prone to...
Windows Workflow Community Blogs via Syndication
WCF WebHttp Service returns HTTP 415 “Unsupported Media Type”
Posted
over 3 years ago
by
Anonymous
When I was developing my demos for PDC10 I ran into a problem. I was using some new HTTP activities for the next release of WF and invoking a simple console application with an HTTP POST. For some strange reason I ran into the following error Request POST http://127.0.0.1:8080/Marketing HTTP/1.1 Content-Type: application/xml Host: 127.0.0.1:8080 Content-Length: 91 Expect: 100-continue Connection: Keep-Alive <string xmlns="http://schemas.microsoft.com/2003/10/Serialization/ ">Phyllis...
Windows Workflow Community Blogs via Syndication
WCF Web APIs, HTTP your way
Posted
over 3 years ago
by
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.com our new site that we just launched! Why HTTP? HTTP is ubiquitous and it’s lightweight. Every consumer that connects to the web understands it, every browser supports it, and the infrastructure...
Windows Workflow Community Blogs via Syndication
Custom ‘Activity Sequences’ With Private Implementation (Part 2)
Posted
over 3 years ago
by
Anonymous
I finished Part 1 with two questions, which aren’t going to make sense if you haven’t read Part 1 already. What does the constructor look like? What exactly does the CacheMetadata() implementation look like? Let’s start with a possible constructor. It hardcodes a lot, maybe too much: public sealed class NativeHandleRequest : NativeActivity { public Activity Body { get ; set ; } ...
Windows Workflow Community Blogs via Syndication
Custom ‘Activity Sequences’ With Private Implementation (Part 1)
Posted
over 3 years ago
by
Anonymous
[Here’s a post covering some custom activity scenarios that should be pretty easy when you know how, but the problem is learning how. Including scheduling, variables, and implementation children.] Some popular things to do when writing custom activities seem to be 1) creating a group of activities which should execute together in a fixed pattern 2) creating ‘customized built-in’ activities, for example wrapping a messaging activity, or preconfiguring sendReply and receive to point to each other 3...
Windows Workflow Community Blogs via Syndication
More from PDC
Posted
over 3 years ago
by
Anonymous
Not to forget the interests of regular readers, you can get some of the latest WF news from Ron Jacob’s Windows Workflow Foundation Futures PDC talk. Updating with the direct link: http://player.microsoftpdc.com/Session/3b87c17b-a218-40d3-984f-78a012331dee should work. WARNING! There’s over 11 minutes of intro music so please skip past. There’s some introductory information and motivation for workflow during the first 10 minutes after the intro music (workflow foundation pasts and presents). Then...
Windows Workflow Community Blogs via Syndication
Post PDC
Posted
over 3 years ago
by
Anonymous
PDC is done! To me PDC is a major disclosure event - where afterwards we minions are finally able to mention the things that were hidden waiting in the wings for the big unveil. But are now happily in the public domain. And it’s also a good chance now to see lots of interesting demos, and pick up info or tutorials on new technologies from the session videos… My new interest since Workflow is… “Composite Applications”. At least that’s the current name. Basically it’s a new way to design and manage...
Windows Workflow Community Blogs via Syndication
TaskWsdlImportExtension–a hidden gem in the C# vNext async CTP samples
Posted
over 3 years ago
by
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 accompanies the [...] Blog Post by: larsw
Page 1 of 1 (10 items)