RIA Services versus WCF Services

前端 未结 7 2035
臣服心动
臣服心动 2021-01-04 03:07

I\'m rewriting an LOB application whose architecture is like this:

Silverlight && Windows Mobile -> WCF -> Entity Framework -> Database.

7条回答
  •  长发绾君心
    2021-01-04 03:29

    Regardless to the answer:

    RIA Services is built on top of WCF. With the PDC release, this will be much more evident. RIA Services simplifies the client-side programming model so that it matches very closely with your server-side DomainService and entities.

    For me (and I guess that for the topic author) it is not clear what RIA services provide also besides access to the DomainService (which is same thing provided by WCF)?

    Thanks.

提交回复
热议问题