Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ASP.NET Web API 和 RESTful WCF 有什么区别。哪个服务能够处理双向巨大的流量,消耗更少的数据和服务器的效率/性能。
If you are well versed with MVC concepts, go for Asp.Net web Api, else use the REST WCF Http services. Performance wise both doesnt have any differences.