The last few days i’ve been reading the book “Programming WCF Services” by Juval Lowy. I was looking for a book which isn’t a representation of msdn, like training kits. Just a book which describes how to write good quality WCF services. I think that Juval Lowy did a great job with his book. He [...]
Archive for the ‘WCF’ Category
Programming WCF services
Posted in Books, WCF on November 24, 2009 | Leave a Comment »
Building transactional services with WSSF
Posted in WCF, WSSF on October 21, 2009 | Leave a Comment »
When you are familiair with the WebService Software Factory (WSSF) you probably know that this tool uses three kind of models to make developing services much easier:
DataContractModel
ServiceContractModel
HostModel
In this post I would like to focus on the ServiceContractModel. This model generates messagecontracts and a servicecontracts. The servicecontract looks like a normal interface where signatures of methods are defined. The only difference is that a [...]
WCF proxy with duplicate classes
Posted in WCF on August 18, 2009 | Leave a Comment »
Hi,
A year ago I wrote a post about WSSF and shared datacontracts. Well I am still using those lines of code to generate my own proxies for WCF services. A couple of months this was working very well on my new project. Somehow after an unknown change the generation of my datacontracts and proxy wasn’t working anymore. The [...]