Web API in MVC solution in separate project

后端 未结 8 1177
Happy的楠姐
Happy的楠姐 2020-12-02 04:35

I am creating a new MVC4 project, and research has lead me to believe that communicating from javascript to the server side is better achieved now through web API framework

8条回答
  •  Happy的楠姐
    2020-12-02 05:25

    Steven from SimpleInjector (IoC framework) advises two separate projects: What is the difference between DependencyResolver.SetResolver and HttpConfiguration.DependencyResolver in WebAPI

提交回复
热议问题