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
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
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!
January, 2010
MSDN Blogs
>
The .NET Endpoint
>
January, 2010
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
The .NET Endpoint
Integrating ASP.NET Output Caching with WCF WebHttp Services
Posted
over 2 years ago
by
.NET Connected Framework Team
0
Comments
This is part seven of a twelve part series that introduces the features of WCF WebHttp Services in .NET 4. In this post we will cover: Creating ASP.NET cache profiles in configuration for use with WCF WebHttp Services Using the [AspNetCacheProfile...
The .NET Endpoint
Using Routes to Compose WCF WebHttp Services
Posted
over 2 years ago
by
.NET Connected Framework Team
0
Comments
This is part six of a twelve part series that introduces the features of WCF WebHttp Services in .NET 4. In this post we will cover: Composing multiple WCF WebHttp Services into a single web service Using ASP.NET routes with WCF WebHttp Services...
The .NET Endpoint
Workflow Persistence in the Windows Server AppFabric
Posted
over 2 years ago
by
adamab
0
Comments
What does the persistence subsystem do? The persistence subsystem is responsible for making a workflow instance durable. Durable workflow instances can be unloaded from memory and reloaded on the same or a different machine at a later point in time...
The .NET Endpoint
Error Handling in WCF WebHttp Services with WebFaultException
Posted
over 2 years ago
by
.NET Connected Framework Team
0
Comments
This is part five of a twelve part series that introduces the features of WCF WebHttp Services in .NET 4. In this post we will cover: Handling Errors with the WebFaultException class Over the course of this blog post series, we are building a...
The .NET Endpoint
Automatic and Explicit Format Selection in WCF WebHttp Services
Posted
over 2 years ago
by
.NET Connected Framework Team
0
Comments
This is part four of a twelve part series that introduces the features of WCF WebHttp Services in .NET 4. In this post we will cover: Configuring automatic format selection for a WCF WebHttp Service Setting the response format explicitly in code...
The .NET Endpoint
Updating State in WCF WebHttp Services
Posted
over 2 years ago
by
.NET Connected Framework Team
1
Comments
This is part three of a twelve part series that introduces the features of WCF WebHttp Services in .NET 4. In this post we will cover: Creating operations for updating server state with the [WebInvoke] attribute Persisting changes with the ADO...
The .NET Endpoint
New Beta 2 docs posted in the WF Migration series
Posted
over 2 years ago
by
Cliff Simpkins
0
Comments
Welcome to 2010! Over the past week, we posted four new documents into the WF4 Migration Guidance series . We also added new sample code up to the WF4 Migration Guidance Code Gallery page around Workflow Services migration guidance. Revisiting the structure...
The .NET Endpoint
Monitoring and troubleshooting with .NET 4 and Windows Server AppFabric
Posted
over 2 years ago
by
adamab
0
Comments
By now you may have read about the exciting new capabilities in Windows Server AppFabric . In this post we will dive deeper into the features that enable monitoring and troubleshooting of your WCF and WF applications. The monitoring capabilities for WCF...
The .NET Endpoint
Clients and the Automatic Help Page in WCF WebHttp Services
Posted
over 2 years ago
by
.NET Connected Framework Team
9
Comments
This is part two of a twelve part series that introduces the features of WCF WebHttp Services in .NET 4. In this post we will cover: Using the HttpClient from the WCF REST Starter Kit Preview 2 Browsing the Automatic Help Page of a WCF WebHttp...
The .NET Endpoint
New Year’s Resolution Suggestion: Learn WCF
Posted
over 2 years ago
by
KentBrown
0
Comments
Come on, admit it. You’ve been thinking for months that it’s time to take the dive and learn WCF better, but something always gets in the way. Well, to make learning WCF easier than ever, we’re rolling out some new installments in the “Introduction...
The .NET Endpoint
Getting Started with WCF WebHttp Services in .NET 4
Posted
over 2 years ago
by
.NET Connected Framework Team
4
Comments
This is part one of a twelve part series that introduces the features of WCF WebHttp Services in .NET 4. In this post we will cover: Downloading and using the new online project templates for WCF WebHttp Services Learning the basics of a WCF...
The .NET Endpoint
Introducing WCF WebHttp Services in .NET 4
Posted
over 2 years ago
by
.NET Connected Framework Team
5
Comments
Over the next six weeks we are going to be releasing a series of blog posts that will focus on the new features in .NET 4 around WCF WebHttp Services . WCF WebHttp Services is the flavor of WCF that is most appropriate for developers who need complete...
The .NET Endpoint
What’s a Correlation and why do I want to Initialize it?
Posted
over 2 years ago
by
Dr.Cliffe
0
Comments
In .NET 4.0, we have introduced a framework for correlation. What do I mean by correlation? I’m glad you asked. In our vocabulary, a “correlation” is actually one of two things: A way of grouping messages together. A classic example...
The .NET Endpoint
WCF, Data Services and RIA Services Alignment Questions and Answers
Posted
over 2 years ago
by
.NET Connected Framework Team
0
Comments
Windows Communication Foundation (WCF) is the heart of the Microsoft Developer story around services. WCF is the unified programming model for working with services in the enterprise and across the Internet in .NET applications. As highlighted in sessions...
Page 1 of 1 (14 items)