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!
MSDN Blogs
>
The .NET Endpoint
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
The .NET Endpoint
Introducing WCF WebHttp Services in .NET 4
Posted
over 3 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
Getting Started with WCF WebHttp Services in .NET 4
Posted
over 3 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
Microsoft .NET Framework 4 Platform Update 1
Posted
over 2 years ago
by
Steve Danielson
32
Comments
The Microsoft .NET Framework 4 Platform Update 1 released today, 4/18/2011. The Microsoft .NET Framework 4 Platform Update 1 is a platform update that is a set of new features that provides additional functionality for top customer requests and important...
The .NET Endpoint
Clients and the Automatic Help Page in WCF WebHttp Services
Posted
over 3 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
How to eliminate tempuri.org from your service WSDL
Posted
over 2 years ago
by
Ron Jacobs
1
Comments
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...
The .NET Endpoint
Error Handling in WCF WebHttp Services with WebFaultException
Posted
over 3 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
WCF, Data Services and RIA Services Alignment Questions and Answers
Posted
over 3 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...
The .NET Endpoint
Streaming over HTTP with WCF
Posted
over 3 years ago
by
.NET Connected Framework Team
7
Comments
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...
The .NET Endpoint
Simplified Asynchronous Programming Model in WCF with async/await
Posted
over 3 years ago
by
Amadeo Casas Cuadrado
9
Comments
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...
The .NET Endpoint
Automatic and Explicit Format Selection in WCF WebHttp Services
Posted
over 3 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
Using Routes to Compose WCF WebHttp Services
Posted
over 3 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
New “WCF Essentials” best practices series
Posted
over 4 years ago
by
KentBrown
0
Comments
Maybe you have decided WCF is the right technology for your next project because it has the power, productivity, and flexibility you need. But you might be a little nervous that your team will be able to get up to speed quickly and make the right design...
The .NET Endpoint
Windows Server AppFabric Architecture
Posted
over 3 years ago
by
adamab
0
Comments
A l ong time ago , applications running on Windows Server were simply EXEs, where developers wrote a lot of custom code on top of the Operating System (OS) to interact with clients and other applications over the network. COM+ and Microsoft Transaction...
The .NET Endpoint
Integrating ASP.NET Output Caching with WCF WebHttp Services
Posted
over 3 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
WCF WebHttp Service returns HTTP 415 “Unsupported Media Type”
Posted
over 3 years ago
by
Ron Jacobs
0
Comments
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...
The .NET Endpoint
WCF Web APIs, HTTP your way
Posted
over 3 years ago
by
.NET Connected Framework Team
0
Comments
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...
The .NET Endpoint
Returning Custom Formats from WCF WebHttp Services
Posted
over 3 years ago
by
.NET Connected Framework Team
0
Comments
This is part eight of a twelve part series that introduces the features of WCF WebHttp Services in .NET 4. In this post we will cover: Using the new WCF WebHttp Services API for content negotiation Returning content with custom formats in addition...
The .NET Endpoint
A Tour on the WF4 Activity Palette
Posted
over 4 years ago
by
lwelicki
5
Comments
WF4 beta 1 ships with a comprehensive set of activities (more than 35) that you can use to author your workflows or to create your own custom activities. This post will give you a quick tour through the activity palette and introduce you to the key characteristics...
The .NET Endpoint
Updating State in WCF WebHttp Services
Posted
over 3 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
The Road to WF 4.0 (Part 1)
Posted
over 4 years ago
by
Cliff Simpkins
7
Comments
The topic of 4.0 migrations has come up several times over the past week – in e-mail conversations with a few authors and meetings with customers, on a couple articles (e.g., Kathleen Dollard ; Aaron Skonnard ), and a cross-blog conversation . As such...
The .NET Endpoint
WF4 State Machine User Experience
Posted
over 2 years ago
by
.NET Connected Framework Team
3
Comments
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...
The .NET Endpoint
WCF scales up slowly with bursts of work
Posted
over 2 years ago
by
Dustin Metzgar
4
Comments
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...
The .NET Endpoint
Getting started with Windows Server AppFabric
Posted
over 4 years ago
by
adamab
0
Comments
In a previous post we introduced Windows Server AppFabric, a set of extensions to the Windows Application Server that “make it easier to build, scale and manage Web and composite applications that run on Internet Information Services (IIS).” AppFabric...
The .NET Endpoint
Conditional GET and ETag Support in WCF WebHttp Services
Posted
over 3 years ago
by
.NET Connected Framework Team
0
Comments
This is part ten of a twelve part series that introduces the features of WCF WebHttp Services in .NET 4. In this post we will cover: Generating and including ETags in responses from a WCF WebHttp Service Adding Conditional GET support to a WCF...
The .NET Endpoint
Goodbye .NET Endpoint, Hello AppFabric Team Blog
Posted
over 2 years ago
by
Ron Jacobs
1
Comments
Over the last year you’ve heard us talking about both Windows Azure AppFabric and Windows Server AppFabric. Today we are adding our final post to the .NET endpoint team blog and announcing the new AppFabric Team blog . This blog will be the home...
Page 1 of 10 (228 items)
1
2
3
4
5
»