ASP.NET MVC and WCF

后端 未结 4 910
野性不改
野性不改 2021-01-29 23:22

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

4条回答
  •  傲寒
    傲寒 (楼主)
    2021-01-29 23:58

    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.

提交回复
热议问题