How can I expose an Entity Framework IQueryable<T>
over WCF?
I'm thinking of writing an N-tier application framework and I would like to use Entity Framework and WCF.
I am aware of WCF Data Services, but I do not want REST or HTTP. This is because I want to have bidirectional communication between the clients and the server.
Right now, it will be WinForms/WPF and ASP.NET applications will consume the services.