Hi,
I'm currently creating an MVC application that will likely to expand to include a silverlight, wpf and possible windows phone all using the same data.
So I've created a class library to keep all my objects in and I've created the MVC app.
My question is what would be the best way to access the data? Taking into account possible expansion in the future.
Should I use web services/WCF? RIA Services? Remoting? Or something else.
What have people used in the past and what do you recommend?
Thanks