I\'m putting together a WPF application which will eventually use WCF web services as its data source.
During the prototyping phase, I\'m using LINQ to SQL on an SQL 200
You can add a Linq to SQL class directly to a WCF project and set Serialization Mode on the Linq to SQL class to Unidirectional. If you do this the classes will show up over the WCF service.