I have a WCF Service. It uses Linq-to-objects to select from a Dictionary. The object type is simple:
public class User { public Guid Id; public Stri
No, one must return a concrete class from a web service. Make the return type List and be done with it.