0
Serializing a Data Class (LINQ2SQL) for WCF
Posted by Tim on April 12, 2008 in .NET Framework
Problem I created a class that implements a service contract interface so that I can return an array of data from a WCF service back to the client application. The exposed method in the class return’s an array of Data Classes (an array of records from a database table) generated by the MSLINQ2SQL generator. When [...]


