I\'m working my way into MVC at the moment, but on my \"To learn at some point\" list, I also have WCF.
I just wonder if WCF is something that should/could be used in an
You could use ADO.NET Data Services to share your data with either JSON (for JavaScript clients) or XML (for desktop applications).
ASP.NET MVC can then take advantage of this by using either of two in the model. As you probably know, ADO.NET Data Services is based on WCF so you were on the right track.