JD.
JD.

Reputation: 15531

Silverlight with RIA services

I am currently researching RIA services with Silverlight.

We are not interested in using EF as we are using a MDA framework (www.capableobjects.com) which seems to do more than EF.

I was wondering if it is at all possible to plug in our model to benefit from RIA services? Would we have to create a POCO model and from that update our model from the services exposed from the POCO classes?

JD

Upvotes: 0

Views: 239

Answers (1)

Thomas Beck
Thomas Beck

Reputation: 1032

Check out Brad Abrams' 26 part introduction to RIA services. He includes details on several back-end data abstractions outside of what RIA services gives you out of the box including: LinqToSql, POCO, NHibernate, and WCF services. Hopefully one of these examples will give you the reference material you need for your specific framework.

Upvotes: 1

Related Questions