Silverlight / WCF: fixing the Custom WCF Proxy Generator

Some days ago I blogged about how you can build your own Custom WCF Proxy generator to extend the classes it generates and add some validation logic (or whatever you like). Well playing with the MusicStore sample and making some changes to my ...


Silverlight / WCF : Writing your own Custom WCF Proxy Generator to support validation

Working on the data validation section of different projects in Silverlight we usually have to face the standard problem: basically in Silverlight 3 the data validation framework relies on exceptions thrown in the setter of objects properties.I...