Recommend .NET data access layer/middle tier

Posted by Simon G on Stack Overflow See other posts from Stack Overflow or by Simon G
Published on 2010-03-25T09:10:58Z Indexed on 2010/03/25 9:13 UTC
Read the original article Hit count: 606

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

© Stack Overflow or respective owner

Related posts about .NET

Related posts about dataaccesslayer