Pablo M. Cibraro (aka Cibrax)
My thoughts on Web Services and .NET development
Browse by Tags
All Tags
»
Web Services
»
WCF
(
RSS
)
.NET
ASP.NET
Federation
My work
REST
Conditional gets in REST
According to the Http specification, any Http GET request should be idempotent and safe. In this context, these principles have the following meaning: Idempotence: One or more calls with identical requests should return the same resource representation...
WCF - Issue with Secure Conversation in Web farms
While I was working for one of my customers, we ran into a very strange problem when they tried to deploy some WCF services in a web farm using cookie sessions (In order to enable secure conversation in this kind of scenario, cookies must be used to track...
Streaming large content with WCF and deferred execution
I will use this post to discuss an scenario that you may run into while working with WCF, a service that returns a lot of objects (Or large data) to the client applications. This scenario is not about transferring files, that is a completely different...
Federation Over TCP With WCF
One of the discussions that we had during the last summit with the rest of "Connected Systems" MVPs was the possibility of supporting a Federation Scenario over TCP in WCF. For many of us that scenario was possible in theory, but unfortunately no documentation...
Authenticating users with Supporting Tokens in WCF - Binding Extension
A couple of months ago I described a useful authentication pattern for Web applications based on supporting tokens, one of features provided by WCF. After that, Dominick Baier wrote a nice and intuitive article showing this pattern in practice with real...
Single Sign-On scenarios with Federation
Before reading this post, if you know the basic concepts and ideas behind the implementation of an STS with WCF, go ahead and jump to the next paragraph. Otherwise, I recommend you to read the following post Implementing a Secure Token Service with WCF...
Authenticating users with Supporting Tokens in WCF
Context A web application used by a great number of users calls a Web service by sending messages across a network, sometimes through one or more intermediaries. The web service needs to identify the user logged in the web application somehow to update...
Configuration Merge for WCF
One of the blog's readers from Italy, Fabio Cozzolino has written a interesting host for WCF that gets and merges configuration from different configuration files. You can download the code from his post , which is completely in Italian. (Anyway, the...
WCF Dependency Injection Behavior
Many times the services are just part of a service layer interface or facade that only delegate calls to other components in lower layers, such as entity translators, business logic components, data access components or service agents that work as proxy...
Loading the WCF configuration from different files on the client side
A common problem in WCF that many people face is the impossibility of loading the client configuration from different configuration files. This is a common scenario when the developer wants to deploy some binaries with along with an independent configuration...
More Posts
Next page »
Search
Go
This Blog
Home
Contact
About
News
Tags
.NET
ASP.NET
Federation
FeedSync
General Software Development
JQuery
Moq
MVC
My work
Personal
REST
SQL Server 2005
SSE
WCF
Web Services
Wix
Zermatt
Navigation
Home
Blogs
Archives
October 2008 (1)
September 2008 (2)
August 2008 (2)
July 2008 (1)
June 2008 (2)
May 2008 (2)
April 2008 (5)
March 2008 (1)
February 2008 (2)
January 2008 (1)
December 2007 (2)
November 2007 (3)
October 2007 (4)
August 2007 (2)
July 2007 (3)
June 2007 (3)
May 2007 (2)
April 2007 (1)
January 2007 (4)
December 2006 (1)
November 2006 (2)
October 2006 (1)
September 2006 (4)
August 2006 (2)
July 2006 (1)
June 2006 (2)
May 2006 (1)
April 2006 (3)
March 2006 (6)
February 2006 (5)
January 2006 (2)
December 2005 (1)
November 2005 (1)
October 2005 (1)
September 2005 (3)
August 2005 (1)
July 2005 (1)
June 2005 (1)
April 2005 (3)
March 2005 (1)
Blogs
Christian Weyer
Ingo Rammer
Clemens Vasters
Julia Lerman
Daniel Cazzulino
Rodolfo Finochieti
Personal
My Resume
Programming
Microsoft Patterns & Practices
Web services developer center
DotNetSlackers
.NET Reporter
Syndication
RSS
Atom
Comments RSS