ASP.NET MVC & Web Services

前端 未结 7 1329
梦谈多话
梦谈多话 2020-12-02 09:30

Does adding a Web Service to my ASP.NET MVC project break the whole concept of MVC?

That Web Service (WCF) depends on the Model layer from my MVC project to communic

7条回答
  •  春和景丽
    2020-12-02 09:49

    Think of web services and databases as one in the same. Under this analogy, I think it makes sense to place your web service ingteractions where you place your database logic.

提交回复
热议问题