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 の違いは何ですか。双方向の巨大なトラフィックを処理でき、消費するデータが少なく、サーバーに関して効率/パフォーマンスが高いサービスはどれですか?
MVC の概念に精通している場合は、Asp.Net Web Api を使用してください。それ以外の場合は、REST WCF Http サービスを使用してください。パフォーマンスに関しては、どちらも違いはありません。