Checking out Windows Communication Foundation Serialization
Posted by: Rick Strahls WebLog,
on 28 Nov 2006 |
View original
So I spent a bit of time this evening mucking around with WCF Serialization and although its a little more complicated than I had originally suspected there are a number of big improvements that will immediately make my life easier. In this entry Im just keeping notes on implementing a Web Service and client using WCF and making some observations
So my scenario is the following: I have a set of Entity objects that I return as part of a service call (Web Service in this case) and these entity...