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 » .NET (RSS)
WCF extensibility guide
The first chapter of the WCF extensibility guide that Jesus and I have been working on during the last few months went live in MSDN this weekend. You can find it here, http://msdn.microsoft.com/en-us/library/ee672186.aspx   The first chapter gives...
Posted: Oct 18 2009, 10:01 AM by cibrax | with 2 comment(s)
Filed under: ,
Scenarios for WS-Passive and OpenID
I was wondering these days what would be the point in using WS-Passive when there is another simple sign-on solution, OpenID, that works really well and it’s getting a great adoption in the community. I can not say the same about WS-Passive, I haven’t...
Client Configuration in WCF 4.0
As Dr Nick announced in this post , WCF 4.0 will ship with a new feature to configure a client channel from a configuration source other than the traditional section in the application configuration file (I discussed a workaround for doing the same thing...
Posted: Sep 08 2009, 11:14 AM by cibrax | with 2 comment(s)
Filed under: ,
OAuth in action – Linq2Twitter
The other day I came across a pretty cool project, Linq2Twitter , that basically implements a linq provider for consuming the Twitter REST Api. This project is not only interesting because it provides an intuitive model for incorporating Twitter calls...
Posted: Aug 19 2009, 10:56 AM by cibrax | with 1 comment(s)
Filed under: , ,
Buenos Aires Codecamp 2009
El proximo sabado 26 de septiembre vamos a tener la oportunidad de tener nuevamente un codecamp en buenos aires de la mano de Microsoft. El evento como en otras oportunidades va a ser mas que interesante, con un monton de charlas prometedoras y algunas...
Posted: Jul 24 2009, 11:46 AM by cibrax | with no comments
Filed under: , ,
A bad idea, EF Entities over WCF Part II
In the previous post, I discussed how bad was to expose EF entities directly as data contracts from a perspective of “interoperability”. This also revealed a lot of internal implementation details about EF that the client applications should not worry...
Disposing a WCF Proxy
A common misconception is to think that a WCF proxy can be used and disposed as any other regular class that implements IDisposable. However, the IDisposable implementation in the WCF client channel is not like any other, and it can throws exceptions...
Posted: Jun 26 2009, 09:39 AM by cibrax | with 2 comment(s)
Filed under: ,
A Bad Idea, EF Entities over WCF
Do you want to see something very ugly ?. Try to send a complete EF entity directly as a data contract over the wire with WCF, <Order xmlns:i=" http://www.w3.org/2001/XMLSchema-instance " z:Id="i1" xmlns:z=" http://schemas.microsoft.com/2003/10/Serialization...
Tellago esta contratando!!
Como Jesus menciono en su post “We are still hiring..” , en Tellago estamos buscando gente que quieran unirse a nuestro equipo de desarrollo. En estos momentos tenemos algunas posiciones para Arquitectos y Desarrolladores con buenos conocimientos de Biztalk...
Posted: Jun 12 2009, 04:38 PM by cibrax | with no comments
Filed under: ,
Injecting Custom Logic in ADO.NET Data Services
ADO.NET Data services represent today one of the most powerful alternatives to build RESTful services in the .NET platform. This framework basically creates a RESTful API on top of any IQueryable data source. Most of the steps required to publish a set...
More Posts Next page »