Pablo M. Cibraro (aka Cibrax)

My thoughts on Web Services and .NET development

News

Pablo Cibraro's VisualCV

Blogs

Personal

Programming

Browse by Tags

All Tags » Web Services (RSS)
Webcast para el programa Microsoft Student Partner “Building Web Services”
Aqui pueden encontrar el material de la prestacion que di en el dia de hoy acerca de construccion de web services con ASP.NET y WCF en Visual Studio 2008.
Posted: Apr 17 2009, 04:33 PM by cibrax | with 5 comment(s)
Filed under: ,
Some thoughts on OpenID and OAuth for Desktop clients
OpenID and OAuth are today excellent solutions for "Single Sign On" (SSO) and "Authorization Delegation" respectively. They are, however, based on Http Redirections and therefore, tied to passive clients or commonly called web browsers. An interesting...
Open Source alternatives in .NET for building RESTful services
Usually all my posts about REST are about WCF or mention this technology in some parts. Today, I decided to take a different approach and discuss some of the projects available today for building REST services, Resourceful and Dream framework (Both available...
Posted: Nov 19 2008, 02:56 PM by cibrax | with 2 comment(s)
Filed under: , ,
Conditional Puts in REST
Conditional puts is a technique generally used in a REST architecture to inform clients about possible conflicts when multiple updates are performed simultaneously over the same resource version. It basically works as fist-write / first-win approach,...
Posted: Nov 05 2008, 09:24 AM by cibrax | with no comments
Filed under: , ,
Adding documentation to WCF Restful services with the REST Starter Kit
Automatic documentation is another cool feature introduced in the WCF REST Starter kit. While documentation is an important aspect in the development process, unfortunately there is not an standard mode or guidance yet about how this should be done for...
Posted: Nov 04 2008, 09:09 AM by cibrax | with 3 comment(s)
Filed under: , ,
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...
Posted: Oct 06 2008, 10:28 AM by cibrax | with 2 comment(s)
Filed under: , ,
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...
Posted: Jul 29 2008, 12:46 PM by cibrax | with 3 comment(s)
Filed under: ,
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...
Posted: Jun 10 2008, 01:39 PM by cibrax | with 7 comment(s)
Filed under: ,
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...
Windows Live Contacts API
With the boom in social networking, many web sites have started offering new tools for building or expanding your initial network of contacts. For instance, sites like Facebook or Linkedin provide a tool to get your Windows Live contacts and use them...
Posted: Apr 09 2008, 01:36 PM by cibrax | with 3 comment(s)
Filed under:
More Posts Next page »