In an n-tier application, is it possible to send objects created by LINQ between layers? More specifically, is it possible to send LINQ object via a WCF service? Well, the short answer is yes. I will first show you how to do it then I will try and discuss why I want to do it and try and list the pros...