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.
WCFDataServicesとWCFWebAPIの違いは何ですか?
WCF Data Servicesは、指定されたLINQコンテキスト(オブジェクトモデル、LINQ2SQL、またはEntity Framework)に基づいてAtom/ODataを「対話」するRESTfulサービスを簡単に作成できるようにするWCF上のフレームワークです。
新しいWCFWebAPIは現在開発中であり、既存のWCFフレームワークを拡張して、一般により優れたHTTP/RESTfulサービスを構築します。
--larsw