Sunday, February 28, 2010

WCF RIA Services - Part IV, Presentation Models

Presentation model aggregates data from multiple entities in the data access layer. It is useful when you do not want to directly expose the entities in your data access layer to the client.

You should read these links:

I’ve implemented sample described here.

No comments: