uhu
uhu

Reputation: 1742

ASP.NET and WCF RIA Services

Makes it sense to use ASP.NET applications (or applications which are a micture of ASP.NET and Silverlight) together with WCF RIA Services ?

Upvotes: 3

Views: 371

Answers (1)

Koynov
Koynov

Reputation: 1519

Yes it makes perfect sense. That is the way to obtain data in silverlight apps by design. WCF RIA services makes it even easier and straight forward.

Here a brand new tutorial about how these technologies snap together.

Upvotes: 2

Related Questions