How can I pass a lambda expression to a WCF service?

后端 未结 6 1627
清酒与你
清酒与你 2020-11-29 12:56

My current project is using the IDesign architecture, so all of my layers are services. I wanted to have my Read method in the CRUD of my resource access layer take a predic

6条回答
  •  离开以前
    2020-11-29 13:44

    I found a project open source in codeplex is solution of this problem as subject

    Expression Tree Serializer

    Project Description a .NET 4.0 and Silverlight 4 class library that serializes and deserializes Expression instances. Also: a WCF IQueryable LINQ Provider and Web Http (REST) client for Silverlight that provides a simplified REST client API (i.e. WCF's WebChannelFactory) that's easier to use than WebClient.

    on this link

    http://expressiontree.codeplex.com/

提交回复
热议问题