RIA Services versus WCF Services

前端 未结 7 2036
臣服心动
臣服心动 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:27

    .NET RIA Services had been named as WCF RIA Services in PDC which was held in November 2009. Since it is built on top of WCF, hence the name WCF RIA Services.

    You'll need to use WCF RIA Services for building N tier application involving database(or any information that needs to be carried along the tiers).

提交回复
热议问题